diff options
author | Adam Jackson <ajax@nwnk.net> | 2004-09-17 03:04:50 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2004-09-17 03:04:50 +0000 |
commit | 29bbee6b8a8dd1b883e07547691ff8e1289459ce (patch) | |
tree | cd7c86b195a5aa9e29a11d0c815a531c8ecd7ce7 /src/atimach64io.c | |
parent | cec06d4126f5f31d14ace73798c71ec75e544c45 (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.
Diffstat (limited to 'src/atimach64io.c')
-rw-r--r-- | src/atimach64io.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/atimach64io.c b/src/atimach64io.c index b4fafd97..e6a15b3e 100644 --- a/src/atimach64io.c +++ b/src/atimach64io.c @@ -1,6 +1,6 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atimach64io.c,v 1.6 2003/04/23 21:51:29 tsi Exp $ */ /* - * Copyright 2000 through 2003 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org + * Copyright 2000 through 2004 by Marc Aurele La France (TSI @ UQV), tsi@xfree86.org * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -72,7 +72,7 @@ ATIMach64PollEngineStatus /* * The following counts the number of bits in FIFO_STAT_BITS, and is - * derived from miSetVisualTypes() (formerly cfbSetVisualTypes()). + * derived from miSetVisualTypes(). */ IOValue = GetBits(IOValue, FIFO_STAT_BITS); Count = (IOValue >> 1) & 0x36DBU; |