summaryrefslogtreecommitdiffstats
path: root/sys/pci
diff options
context:
space:
mode:
authordyson <dyson@FreeBSD.org>1998-06-08 04:07:51 +0000
committerdyson <dyson@FreeBSD.org>1998-06-08 04:07:51 +0000
commita11c41dcfcf60d53dedc7f78965e7c6dce883c93 (patch)
tree3cb36f9c6b83f61e7a763dd69b54b61b7c9d9dd2 /sys/pci
parenta396b761ea289cda1e50863d0052b75ccb85f1c3 (diff)
downloadFreeBSD-src-a11c41dcfcf60d53dedc7f78965e7c6dce883c93.zip
FreeBSD-src-a11c41dcfcf60d53dedc7f78965e7c6dce883c93.tar.gz
Disable attempted write combining support. This probably
causes more trouble than help (for now.)
Diffstat (limited to 'sys/pci')
-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 79a678d..5642fa1 100644
--- a/sys/pci/pcisupport.c
+++ b/sys/pci/pcisupport.c
@@ -1,6 +1,6 @@
/**************************************************************************
**
-** $Id: pcisupport.c,v 1.67 1998/05/08 07:56:48 bde Exp $
+** $Id: pcisupport.c,v 1.68 1998/05/11 01:05:54 dyson Exp $
**
** Device driver for DEC/INTEL PCI chipsets.
**
@@ -1088,6 +1088,7 @@ static char* vga_probe (pcici_t tag, pcidi_t typea)
type = "SVGA controller";
}
+#if 0
reqmapmem = PCI_MAPMEM;
for (i = 0; i < tag->nummaps; i++) {
pcimap *m = &tag->map[i];
@@ -1103,6 +1104,7 @@ static char* vga_probe (pcici_t tag, pcidi_t typea)
pmap_setdevram(m->base, (1 << m->ln2size));
}
}
+#endif
#if defined(i386)
pmap_setvidram();
OpenPOWER on IntegriCloud