summaryrefslogtreecommitdiff
path: root/sys/dev/pci/pci.c
diff options
context:
space:
mode:
authorPer Fogelstrom <pefo@cvs.openbsd.org>1997-10-11 09:14:54 +0000
committerPer Fogelstrom <pefo@cvs.openbsd.org>1997-10-11 09:14:54 +0000
commitfa11326814d4f5b09e847e9aee6f08712ebe0783 (patch)
tree6f72861c8eb2ba01c7347ae7266e0754a2eb398d /sys/dev/pci/pci.c
parent987dd857120e55206f526012da389f024bf1b925 (diff)
power.4e - not enabling pci boards
Diffstat (limited to 'sys/dev/pci/pci.c')
-rw-r--r--sys/dev/pci/pci.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c
index f36ec26d655..a780aa4b1ea 100644
--- a/sys/dev/pci/pci.c
+++ b/sys/dev/pci/pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pci.c,v 1.7 1997/10/10 10:56:41 pefo Exp $ */
+/* $OpenBSD: pci.c,v 1.8 1997/10/11 09:14:53 pefo Exp $ */
/* $NetBSD: pci.c,v 1.26 1996/12/05 01:25:30 cgd Exp $ */
/*
@@ -263,11 +263,11 @@ pci_io_find(pc, pcitag, reg, iobasep, iosizep)
if (iosizep != NULL)
*iosizep = PCI_MAPREG_IO_SIZE(sizedata);
-#ifdef powerpc
+#ifdef power4e
/*
* Open Firmware (yuck) shuts down devices before entering a
* program so we need to bring them back 'online' to respond
- * to bus accesses...
+ * to bus accesses... so far this is true on the power.4e.
*/
s = splhigh();
sizedata = pci_conf_read(pc, pcitag, PCI_COMMAND_STATUS_REG);
@@ -339,7 +339,7 @@ pci_mem_find(pc, pcitag, reg, membasep, memsizep, cacheablep)
/*
* Open Firmware (yuck) shuts down devices before entering a
* program so we need to bring them back 'online' to respond
- * to bus accesses...
+ * to bus accesses... so far this is true on the power.4e.
*/
s = splhigh();
sizedata = pci_conf_read(pc, pcitag, PCI_COMMAND_STATUS_REG);