diff options
author | Adam Jackson <ajax@nwnk.net> | 2004-09-17 03:04:52 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2004-09-17 03:04:52 +0000 |
commit | 65e13fc61141b36a74c7a0e696d274574641ba20 (patch) | |
tree | 91681a7bc0e7b36b063a5e548c3cb8ed36ea3795 | |
parent | bbafc6d2fcb21671de3cfb4ff973409405162e7a (diff) |
Bug #1192: Remove cfb support from drivers where its use is an option.
Delete xf24_32bpp, as s3virge was the last user. Fix up some comments
to refer to fb rather than cfb.
-rw-r--r-- | src/nv_driver.c | 4 | ||||
-rw-r--r-- | src/riva_driver.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/nv_driver.c b/src/nv_driver.c index b55ece9..70c2687 100644 --- a/src/nv_driver.c +++ b/src/nv_driver.c @@ -1,4 +1,4 @@ -/* $XdotOrg: xc/programs/Xserver/hw/xfree86/drivers/nv/nv_driver.c,v 1.4 2004/07/31 01:21:19 ajax Exp $ */ +/* $XdotOrg: xc/programs/Xserver/hw/xfree86/drivers/nv/nv_driver.c,v 1.5 2004/08/16 09:13:14 ajax Exp $ */ /* $XConsortium: nv_driver.c /main/3 1996/10/28 05:13:37 kaleb $ */ /* * Copyright 1996-1997 David J. McKay @@ -1646,7 +1646,7 @@ NVScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv) * function. If not, the visuals will need to be setup before calling * a fb ScreenInit() function and fixed up after. * - * For most PC hardware at depths >= 8, the defaults that cfb uses + * For most PC hardware at depths >= 8, the defaults that fb uses * are not appropriate. In this driver, we fixup the visuals after. */ diff --git a/src/riva_driver.c b/src/riva_driver.c index e11772a..4aac549 100644 --- a/src/riva_driver.c +++ b/src/riva_driver.c @@ -1190,7 +1190,7 @@ RivaScreenInit(int scrnIndex, ScreenPtr pScreen, int argc, char **argv) * function. If not, the visuals will need to be setup before calling * a fb ScreenInit() function and fixed up after. * - * For most PC hardware at depths >= 8, the defaults that cfb uses + * For most PC hardware at depths >= 8, the defaults that fb uses * are not appropriate. In this driver, we fixup the visuals after. */ |