summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-07-05 21:01:18 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-07-05 21:01:18 +0000
commitdbe0bd017c4b4b5048c011fe8880d0e6d24e32d9 (patch)
treee111897c75932d0a4664e0573bdb794e2f3360fa /eclass
parent~sparc-fbsd keyword should not have been dropped. (diff)
downloadhistorical-dbe0bd017c4b4b5048c011fe8880d0e6d24e32d9.tar.gz
historical-dbe0bd017c4b4b5048c011fe8880d0e6d24e32d9.tar.bz2
historical-dbe0bd017c4b4b5048c011fe8880d0e6d24e32d9.zip
Add some more notes and docs
Diffstat (limited to 'eclass')
-rw-r--r--eclass/nvidia-driver.eclass8
1 files changed, 7 insertions, 1 deletions
diff --git a/eclass/nvidia-driver.eclass b/eclass/nvidia-driver.eclass
index 2b2037da1c0a..d4fa9da9a62a 100644
--- a/eclass/nvidia-driver.eclass
+++ b/eclass/nvidia-driver.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/nvidia-driver.eclass,v 1.1 2007/07/05 19:03:24 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/nvidia-driver.eclass,v 1.2 2007/07/05 21:01:18 cardoe Exp $
#
# Original Author: Doug Goldstein <cardoe@gentoo.org>
@@ -10,6 +10,9 @@
DEPEND="sys-apps/pciutils"
+# the data below is derived from
+# http://us.download.nvidia.com/XFree86/Linux-x86_64/100.14.11/README/appendix-a.html
+
drv_96xx="0110 0111 0112 0113 0170 0171 0172 0173 0174 0175 0176 0177 0178 \
0179 017a 017c 017d 0181 0182 0183 0185 0188 018a 018b 018c 01a0 01f0 0200 \
0201 0202 0203 0250 0251 0253 0258 0259 025b 0280 0281 0282 0286 0288 0289 \
@@ -74,6 +77,9 @@ nvidia-driver-check-warning() {
ewarn
ewarn "Failure to perform the steps above could result in a non-working"
ewarn "X setup."
+ ewarn
+ ewarn "For more information please read:"
+ ewarn "http://us.download.nvidia.com/XFree86/Linux-x86_64/100.14.11/README/appendix-a.html"
ebeep 5
fi
}