diff options
-rw-r--r-- | man/nv.man | 2 | ||||
-rw-r--r-- | src/nv_driver.c | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -60,7 +60,7 @@ NV40, NV41, NV43, NV44, NV45, C51 G70, G71, G72, G73 .TP 22 .B GeForce 8XXX -G80, G84, G86 +G80, G84, G86, G92 .SH CONFIGURATION DETAILS Please refer to __xconfigfile__(__filemansuffix__) for general configuration diff --git a/src/nv_driver.c b/src/nv_driver.c index 64b4ebd..fa6259d 100644 --- a/src/nv_driver.c +++ b/src/nv_driver.c @@ -113,7 +113,7 @@ _X_EXPORT DriverRec NV = { #endif }; -/* Known cards as of 2007/07/24 */ +/* Known cards as of 2008/01/24 */ static SymTabRec NVKnownChipsets[] = { |