xfree86: sbus: drop SBUS_DEVICE_CG12
There doesn't seem to be any suncg12 driver anymore, so no need for trying to probe those cards any longer. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
parent
e6aba22e66
commit
e4659aff38
|
@ -28,7 +28,6 @@
|
||||||
|
|
||||||
#define SBUS_DEVICE_CG3 0x0003
|
#define SBUS_DEVICE_CG3 0x0003
|
||||||
#define SBUS_DEVICE_CG6 0x0005
|
#define SBUS_DEVICE_CG6 0x0005
|
||||||
#define SBUS_DEVICE_CG12 0x0007
|
|
||||||
#define SBUS_DEVICE_CG14 0x0008
|
#define SBUS_DEVICE_CG14 0x0008
|
||||||
#define SBUS_DEVICE_LEO 0x0009
|
#define SBUS_DEVICE_LEO 0x0009
|
||||||
#define SBUS_DEVICE_TCX 0x000a
|
#define SBUS_DEVICE_TCX 0x000a
|
||||||
|
|
|
@ -58,7 +58,6 @@ struct sbus_devtable sbusDeviceTable[] = {
|
||||||
{SBUS_DEVICE_CG3, FBTYPE_SUN3COLOR, "cgthree", "suncg3",
|
{SBUS_DEVICE_CG3, FBTYPE_SUN3COLOR, "cgthree", "suncg3",
|
||||||
"Sun Color3 (cgthree)"},
|
"Sun Color3 (cgthree)"},
|
||||||
{SBUS_DEVICE_CG6, FBTYPE_SUNFAST_COLOR, "cgsix", "suncg6", "Sun GX"},
|
{SBUS_DEVICE_CG6, FBTYPE_SUNFAST_COLOR, "cgsix", "suncg6", "Sun GX"},
|
||||||
{SBUS_DEVICE_CG12, FBTYPE_SUNGP3, "cgtwelve", NULL, "Sun GS (cgtwelve)"},
|
|
||||||
{SBUS_DEVICE_CG14, FBTYPE_MDICOLOR, "cgfourteen", "suncg14", "Sun SX"},
|
{SBUS_DEVICE_CG14, FBTYPE_MDICOLOR, "cgfourteen", "suncg14", "Sun SX"},
|
||||||
{SBUS_DEVICE_GT, FBTYPE_SUNGT, "gt", NULL, "Sun Graphics Tower"},
|
{SBUS_DEVICE_GT, FBTYPE_SUNGT, "gt", NULL, "Sun Graphics Tower"},
|
||||||
{SBUS_DEVICE_MGX, -1, "mgx", NULL, "Quantum 3D MGXplus"},
|
{SBUS_DEVICE_MGX, -1, "mgx", NULL, "Quantum 3D MGXplus"},
|
||||||
|
|
Loading…
Reference in New Issue