xfree86: sbus: drop SBUS_DEVICE_BW2
There doesn't seem to be any sunbw2 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
3dd736e3d4
commit
d049e1c65c
|
@ -26,7 +26,6 @@
|
|||
|
||||
#include "xf86str.h"
|
||||
|
||||
#define SBUS_DEVICE_BW2 0x0001
|
||||
#define SBUS_DEVICE_CG2 0x0002
|
||||
#define SBUS_DEVICE_CG3 0x0003
|
||||
#define SBUS_DEVICE_CG4 0x0004
|
||||
|
|
|
@ -55,8 +55,6 @@ static struct openpromio *promOpio;
|
|||
sbusDevicePtr *xf86SbusInfo = NULL;
|
||||
|
||||
struct sbus_devtable sbusDeviceTable[] = {
|
||||
{SBUS_DEVICE_BW2, FBTYPE_SUN2BW, "bwtwo", "sunbw2",
|
||||
"Sun Monochrome (bwtwo)"},
|
||||
{SBUS_DEVICE_CG2, FBTYPE_SUN2COLOR, "cgtwo", NULL, "Sun Color2 (cgtwo)"},
|
||||
{SBUS_DEVICE_CG3, FBTYPE_SUN3COLOR, "cgthree", "suncg3",
|
||||
"Sun Color3 (cgthree)"},
|
||||
|
@ -403,7 +401,6 @@ sparcPromAssignNodes(void)
|
|||
int devId;
|
||||
char *prefix;
|
||||
} procFbPrefixes[] = {
|
||||
{SBUS_DEVICE_BW2, "BWtwo"},
|
||||
{SBUS_DEVICE_CG14, "CGfourteen"},
|
||||
{SBUS_DEVICE_CG6, "CGsix"},
|
||||
{SBUS_DEVICE_CG3, "CGthree"},
|
||||
|
|
Loading…
Reference in New Issue