xfree86: sbus: drop SBUS_DEVICE_CG2
There doesn't seem to be any suncg2 driver anymore, 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
d049e1c65c
commit
5783b9f322
|
@ -26,7 +26,6 @@
|
||||||
|
|
||||||
#include "xf86str.h"
|
#include "xf86str.h"
|
||||||
|
|
||||||
#define SBUS_DEVICE_CG2 0x0002
|
|
||||||
#define SBUS_DEVICE_CG3 0x0003
|
#define SBUS_DEVICE_CG3 0x0003
|
||||||
#define SBUS_DEVICE_CG4 0x0004
|
#define SBUS_DEVICE_CG4 0x0004
|
||||||
#define SBUS_DEVICE_CG6 0x0005
|
#define SBUS_DEVICE_CG6 0x0005
|
||||||
|
|
|
@ -55,7 +55,6 @@ static struct openpromio *promOpio;
|
||||||
sbusDevicePtr *xf86SbusInfo = NULL;
|
sbusDevicePtr *xf86SbusInfo = NULL;
|
||||||
|
|
||||||
struct sbus_devtable sbusDeviceTable[] = {
|
struct sbus_devtable sbusDeviceTable[] = {
|
||||||
{SBUS_DEVICE_CG2, FBTYPE_SUN2COLOR, "cgtwo", NULL, "Sun Color2 (cgtwo)"},
|
|
||||||
{SBUS_DEVICE_CG3, FBTYPE_SUN3COLOR, "cgthree", "suncg3",
|
{SBUS_DEVICE_CG3, FBTYPE_SUN3COLOR, "cgthree", "suncg3",
|
||||||
"Sun Color3 (cgthree)"},
|
"Sun Color3 (cgthree)"},
|
||||||
{SBUS_DEVICE_CG4, FBTYPE_SUN4COLOR, "cgfour", NULL, "Sun Color4 (cgfour)"},
|
{SBUS_DEVICE_CG4, FBTYPE_SUN4COLOR, "cgfour", NULL, "Sun Color4 (cgfour)"},
|
||||||
|
|
Loading…
Reference in New Issue