summaryrefslogtreecommitdiff
path: root/sys/pci/pcisupport.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pci/pcisupport.c')
-rw-r--r--sys/pci/pcisupport.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index 6a46960d4685..fb6c70133cb5 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcisupport.c,v 1.75 1998/12/01 21:50:58 sos Exp $
+** $Id: pcisupport.c,v 1.76 1998/12/04 22:54:56 archie Exp $
**
** Device driver for DEC/INTEL PCI chipsets.
**
@@ -1085,8 +1085,10 @@ static char* vga_probe (pcici_t tag, pcidi_t typea)
if (vendor && chip) {
char *buf;
int len;
+#if 0
int i;
int reqmapmem;
+#endif
if (type == 0) {
type = "SVGA controller";