summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authorse <se@FreeBSD.org>1995-03-02 23:29:44 +0000
committerse <se@FreeBSD.org>1995-03-02 23:29:44 +0000
commit84213d569927d51254eb0973ce7d2b599bf63bac (patch)
tree44ad299a8a86701454724a4f06b261a69cb98d40 /sys/pci
parentc842de4fca37bb229a034a304772c132664a60e7 (diff)
downloadFreeBSD-src-84213d569927d51254eb0973ce7d2b599bf63bac.zip
FreeBSD-src-84213d569927d51254eb0973ce7d2b599bf63bac.tar.gz
Disable vga_attach() code, as it always should have been.
Diffstat (limited to 'sys/pci')
-rw-r--r--sys/pci/pcisupport.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/pci/pcisupport.c b/sys/pci/pcisupport.c
index ae53d85..4e3b337 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcisupport.c,v 1.9 1995/02/14 03:19:27 wollman Exp $
+** $Id: pcisupport.c,v 1.10 1995/02/27 17:22:09 se Exp $
**
** Device driver for INTEL PCI chipsets.
**
@@ -377,7 +377,7 @@ static void vga_attach(pcici_t tag, int unit)
** The assigned adresses may not be remapped,
** because certain values are assumed by the console driver.
*/
-#ifndef PCI_REMAP
+#if 0
vm_offset_t va;
vm_offset_t pa;
int reg;
OpenPOWER on IntegriCloud