diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-07-13 21:19:29 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-07-13 21:19:29 +0000 |
commit | 2ca5f2a4a05686d3b6e646d0e112f77b56e018d5 (patch) | |
tree | 82227fa2dd489d3be437f49a68cf30a815c07572 /sys/arch/sgi/conf/RAMDISK-IP27 | |
parent | b7a39aa88744aef81c21d68a32fd0b11fa29847c (diff) |
Extend xbridge to support shared interrupt handlers, and perform PCI-PCI
bridge initialization if necessary; enable ppb on IP27 and IP30 kernels.
With feedback from kettenis@; macepcibr to gain the same functionality soon.
Diffstat (limited to 'sys/arch/sgi/conf/RAMDISK-IP27')
-rw-r--r-- | sys/arch/sgi/conf/RAMDISK-IP27 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/sgi/conf/RAMDISK-IP27 b/sys/arch/sgi/conf/RAMDISK-IP27 index 9f8f6bad256..744dd20b42e 100644 --- a/sys/arch/sgi/conf/RAMDISK-IP27 +++ b/sys/arch/sgi/conf/RAMDISK-IP27 @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK-IP27,v 1.6 2009/06/24 17:27:40 miod Exp $ +# $OpenBSD: RAMDISK-IP27,v 1.7 2009/07/13 21:19:22 miod Exp $ # # THIS KERNEL IS FOR Origin, Onyx, Fuel, Tezro (IP27, IP35) SYSTEMS ONLY. @@ -121,6 +121,9 @@ wi* at uhub? # WaveLAN IEEE 802.11DS zyd* at uhub? # Zydas ZD1211 ugen* at uhub? # USB Generic driver +ppb* at pci? # PCI-PCI bridges +pci* at ppb? + #### NICs dc* at pci? # 21143, "tulip" clone ethernet em* at pci? # Intel Pro/1000 ethernet |