diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-07-14 05:46:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-07-14 05:46:55 +0000 |
commit | 01c8bb96cf2c2e56bb13489a310663c68a585d8c (patch) | |
tree | 0ce49c52e033223d94ca810735ecadaba1e9cc53 /sys/arch | |
parent | 0669d6443a01afc0cf8812a9927c42361f0cb6d1 (diff) |
change pcibr_flags back to 0 (turn off verbose mode). If anyone has a
problem with a new kernel in the next while, please revert this specific
commit and mail the results to kettenis, drahn, and me.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/macppc/pci/pci_addr_fixup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/macppc/pci/pci_addr_fixup.c b/sys/arch/macppc/pci/pci_addr_fixup.c index 77a989d223f..74e21fda01a 100644 --- a/sys/arch/macppc/pci/pci_addr_fixup.c +++ b/sys/arch/macppc/pci/pci_addr_fixup.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_addr_fixup.c,v 1.10 2006/07/13 18:02:18 kettenis Exp $ */ +/* $OpenBSD: pci_addr_fixup.c,v 1.11 2006/07/14 05:46:54 deraadt Exp $ */ /* $NetBSD: pci_addr_fixup.c,v 1.7 2000/08/03 20:10:45 nathanw Exp $ */ /*- @@ -77,7 +77,7 @@ void pci_device_foreach(struct pcibr_softc *sc, pci_chipset_tag_t pc, #define PCIADDR_PORT_START 0x0 #define PCIADDR_PORT_END 0xffff -int pcibr_flags = 1; +int pcibr_flags = 0; #define PCIBR_VERBOSE 1 #define PCIBR_ADDR_FIXUP 2 |