diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2008-01-24 20:51:29 -0800 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2008-01-24 20:53:15 -0800 |
commit | 3449da7a7baf7365c247caa9b4344316a961ec41 (patch) | |
tree | 0b5d1479a1b2d4aa4f9186f18a3959aef21534e7 | |
parent | 62ff129257161db99dc4056cf16aa196ccfbc921 (diff) |
Update know card list date and add G92 to the manpage.
-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[] = { |