diff options
Diffstat (limited to 'sys/arch/sgi/conf')
-rw-r--r-- | sys/arch/sgi/conf/GENERIC-IP27 | 5 | ||||
-rw-r--r-- | sys/arch/sgi/conf/GENERIC-IP30 | 5 | ||||
-rw-r--r-- | sys/arch/sgi/conf/RAMDISK-IP27 | 5 | ||||
-rw-r--r-- | sys/arch/sgi/conf/RAMDISK-IP30 | 5 |
4 files changed, 12 insertions, 8 deletions
diff --git a/sys/arch/sgi/conf/GENERIC-IP27 b/sys/arch/sgi/conf/GENERIC-IP27 index e2cc12678a6..e42beb9fac1 100644 --- a/sys/arch/sgi/conf/GENERIC-IP27 +++ b/sys/arch/sgi/conf/GENERIC-IP27 @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC-IP27,v 1.16 2009/10/10 19:23:42 miod Exp $ +# $OpenBSD: GENERIC-IP27,v 1.17 2009/10/22 19:55:45 miod Exp $ # # THIS KERNEL IS FOR Origin, Onyx, Fuel, Tezro (IP27, IP35) SYSTEMS ONLY. # @@ -45,7 +45,8 @@ xbow* at mainbus0 # XBow devices xbridge* at xbow? -pci* at xbridge? +xbpci* at xbridge? +pci* at xbpci? # IOC3 ioc* at pci? diff --git a/sys/arch/sgi/conf/GENERIC-IP30 b/sys/arch/sgi/conf/GENERIC-IP30 index 1f9f4a9a373..4cde85db51a 100644 --- a/sys/arch/sgi/conf/GENERIC-IP30 +++ b/sys/arch/sgi/conf/GENERIC-IP30 @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC-IP30,v 1.12 2009/10/10 19:23:05 miod Exp $ +# $OpenBSD: GENERIC-IP30,v 1.13 2009/10/22 19:55:45 miod Exp $ # # THIS KERNEL IS FOR Octane and Octane 2 (IP30) SYSTEMS ONLY. # @@ -46,7 +46,8 @@ xbow0 at mainbus0 xheart* at xbow? onewire* at xheart? xbridge* at xbow? -pci* at xbridge? +xbpci* at xbridge? +pci* at xbpci? # IOC3 ioc* at pci? diff --git a/sys/arch/sgi/conf/RAMDISK-IP27 b/sys/arch/sgi/conf/RAMDISK-IP27 index 2b03376f6ec..98b89f50c9f 100644 --- a/sys/arch/sgi/conf/RAMDISK-IP27 +++ b/sys/arch/sgi/conf/RAMDISK-IP27 @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK-IP27,v 1.11 2009/10/10 19:23:42 miod Exp $ +# $OpenBSD: RAMDISK-IP27,v 1.12 2009/10/22 19:55:45 miod Exp $ # # THIS KERNEL IS FOR Origin, Onyx, Fuel, Tezro (IP27, IP35) SYSTEMS ONLY. @@ -53,7 +53,8 @@ xbow0 at mainbus0 # XBow devices xbridge* at xbow? -pci* at xbridge? +xbpci* at xbridge? +pci* at xbpci? # IOC3 ioc* at pci? diff --git a/sys/arch/sgi/conf/RAMDISK-IP30 b/sys/arch/sgi/conf/RAMDISK-IP30 index 8757d5b4046..7ebb4352e7a 100644 --- a/sys/arch/sgi/conf/RAMDISK-IP30 +++ b/sys/arch/sgi/conf/RAMDISK-IP30 @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK-IP30,v 1.9 2009/10/10 19:23:05 miod Exp $ +# $OpenBSD: RAMDISK-IP30,v 1.10 2009/10/22 19:55:45 miod Exp $ # # THIS KERNEL IS FOR Octane and Octane 2 (IP30) SYSTEMS ONLY. @@ -54,7 +54,8 @@ xbow0 at mainbus0 xheart* at xbow? onewire* at xheart? xbridge* at xbow? -pci* at xbridge? +xbpci* at xbridge? +pci* at xbpci? # IOC3 ioc* at pci? |