xfree86: sbus: drop SBUS_DEVICE_CG4

There doesn't seem to be any suncg4 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:
Enrico Weigelt, metux IT consult 2025-04-30 13:15:41 +02:00
parent 5783b9f322
commit 287d7e452c
2 changed files with 0 additions and 2 deletions

View File

@ -27,7 +27,6 @@
#include "xf86str.h" #include "xf86str.h"
#define SBUS_DEVICE_CG3 0x0003 #define SBUS_DEVICE_CG3 0x0003
#define SBUS_DEVICE_CG4 0x0004
#define SBUS_DEVICE_CG6 0x0005 #define SBUS_DEVICE_CG6 0x0005
#define SBUS_DEVICE_CG8 0x0006 #define SBUS_DEVICE_CG8 0x0006
#define SBUS_DEVICE_CG12 0x0007 #define SBUS_DEVICE_CG12 0x0007

View File

@ -57,7 +57,6 @@ sbusDevicePtr *xf86SbusInfo = NULL;
struct sbus_devtable sbusDeviceTable[] = { 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_CG4, FBTYPE_SUN4COLOR, "cgfour", NULL, "Sun Color4 (cgfour)"},
{SBUS_DEVICE_CG6, FBTYPE_SUNFAST_COLOR, "cgsix", "suncg6", "Sun GX"}, {SBUS_DEVICE_CG6, FBTYPE_SUNFAST_COLOR, "cgsix", "suncg6", "Sun GX"},
{SBUS_DEVICE_CG8, FBTYPE_MEMCOLOR, "cgeight", NULL, "Sun CG8/RasterOps"}, {SBUS_DEVICE_CG8, FBTYPE_MEMCOLOR, "cgeight", NULL, "Sun CG8/RasterOps"},
{SBUS_DEVICE_CG12, FBTYPE_SUNGP3, "cgtwelve", NULL, "Sun GS (cgtwelve)"}, {SBUS_DEVICE_CG12, FBTYPE_SUNGP3, "cgtwelve", NULL, "Sun GS (cgtwelve)"},