summaryrefslogtreecommitdiffstats
path: root/vidix/sis_bridge.c
diff options
context:
space:
mode:
Diffstat (limited to 'vidix/sis_bridge.c')
-rw-r--r--vidix/sis_bridge.c21
1 files changed, 0 insertions, 21 deletions
diff --git a/vidix/sis_bridge.c b/vidix/sis_bridge.c
index 5ff0a5991c..01a20002e3 100644
--- a/vidix/sis_bridge.c
+++ b/vidix/sis_bridge.c
@@ -70,7 +70,6 @@ static void sis_sense_30x(void)
unsigned char testvga2_tempbl, testvga2_tempbh;
unsigned char testvga2_tempcl, testvga2_tempch;
int myflag, result = 0, i, j, haveresult;
- unsigned short temp;
inSISIDXREG(SISPART4, 0x0d, backupP4_0d);
outSISIDXREG(SISPART4, 0x0d, (backupP4_0d | 0x04));
@@ -393,26 +392,6 @@ static void sis_detect_crt1(void)
}
}
-
-static void sis_detect_lcd(void)
-{
- unsigned char CR32, CR36, CR37;
-
- if (!(sis_vbflags & VB_VIDEOBRIDGE)) {
- return;
- }
-
- inSISIDXREG(SISCR, 0x32, CR32);
-
- if (CR32 & 0x08)
- sis_vbflags |= CRT2_LCD;
-
- /* DDC detection of LCD - not supported yet */
-
- /* Get other misc info about LCD - not supported */
-}
-
-
static void sis_detect_tv(void)
{
unsigned char SR16, SR38, CR32, CR38 = 0, CR79;