(file) Return to atiadapter.c CVS log (file) (dir) Up to [XFree86 CVS] / xc / programs / Xserver / hw / xfree86 / drivers / ati

 1 tsi   1.14 /* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/atiadapter.c,v 1.13 2000/08/04 21:07:12 tsi Exp $ */
 2 hohndel 1.1  /*
 3 tsi     1.5   * Copyright 1997 through 2000 by Marc Aurele La France (TSI @ UQV), tsi@ualberta.ca
 4 hohndel 1.1   *
 5               * Permission to use, copy, modify, distribute, and sell this software and its
 6               * documentation for any purpose is hereby granted without fee, provided that
 7               * the above copyright notice appear in all copies and that both that copyright
 8               * notice and this permission notice appear in supporting documentation, and
 9               * that the name of Marc Aurele La France not be used in advertising or
10               * publicity pertaining to distribution of the software without specific,
11               * written prior permission.  Marc Aurele La France makes no representations
12               * about the suitability of this software for any purpose.  It is provided
13               * "as-is" without express or implied warranty.
14               *
15               * MARC AURELE LA FRANCE DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
16               * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.  IN NO
17               * EVENT SHALL MARC AURELE LA FRANCE BE LIABLE FOR ANY SPECIAL, INDIRECT OR
18               * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
19               * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
20               * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
21               * PERFORMANCE OF THIS SOFTWARE.
22               */
23              
24              #include "atiadapter.h"
25 hohndel 1.1  
26              /*
27               * Adapter-related definitions.
28               */
29              const char *ATIAdapterNames[] =
30              {
31                  "Unknown",
32 tsi     1.13 
33              #ifndef AVOID_CPIO
34              
35 hohndel 1.1      "ATI EGA Wonder800",
36                  "ATI EGA Wonder800+",
37                  "IBM VGA or compatible",
38                  "ATI VGA Basic16",
39                  "ATI VGA Wonder V3",
40                  "ATI VGA Wonder V4",
41                  "ATI VGA Wonder V5",
42                  "ATI VGA Wonder+",
43                  "ATI VGA Wonder XL or XL24",
44                  "ATI VGA Wonder VLB or PCI",
45                  "IBM 8514/A or compatible",
46                  "ATI Mach8",
47                  "ATI Mach32",
48 tsi     1.13 
49              #endif /* AVOID_CPIO */
50              
51 dawes   1.4      "ATI Mach64",
52 tsi     1.13     "ATI Rage128",
53                  "ATI Radeon"
54 hohndel 1.1  };

Powered by
ViewCVS 0.9.2