Last change
on this file since 58634 was 32163, checked in by vboxsync, 14 years ago |
Additions/x11/x11include: additional headers for building drivers for X.Org Server 1.9
|
-
Property svn:eol-style
set to
native
|
File size:
440 bytes
|
Line | |
---|
1 |
|
---|
2 | #ifdef HAVE_XORG_CONFIG_H
|
---|
3 | #include <xorg-config.h>
|
---|
4 | #endif
|
---|
5 |
|
---|
6 | #include "IBM.h"
|
---|
7 |
|
---|
8 | typedef struct {
|
---|
9 | char *DeviceName;
|
---|
10 | } xf86IBMramdacInfo;
|
---|
11 |
|
---|
12 | extern xf86IBMramdacInfo IBMramdacDeviceInfo[];
|
---|
13 |
|
---|
14 | #ifdef INIT_IBM_RAMDAC_INFO
|
---|
15 | xf86IBMramdacInfo IBMramdacDeviceInfo[] = {
|
---|
16 | {"IBM 524"},
|
---|
17 | {"IBM 524A"},
|
---|
18 | {"IBM 525"},
|
---|
19 | {"IBM 526"},
|
---|
20 | {"IBM 526DB(DoubleBuffer)"},
|
---|
21 | {"IBM 528"},
|
---|
22 | {"IBM 528A"},
|
---|
23 | {"IBM 624"},
|
---|
24 | {"IBM 624DB(DoubleBuffer)"},
|
---|
25 | {"IBM 640"}
|
---|
26 | };
|
---|
27 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.