diff options
author | 2014-03-15 04:09:21 +0000 | |
---|---|---|
committer | 2014-03-15 04:09:21 +0000 | |
commit | acf0f062072c493b2421e220ed71ddd8c263c93f (patch) | |
tree | 2884f3cf8d9271c552cd94d76f3e2a8729c6e669 | |
parent | Bump the cdXX image from 12MB to 13MB. (diff) | |
download | wireguard-openbsd-acf0f062072c493b2421e220ed71ddd8c263c93f.tar.xz wireguard-openbsd-acf0f062072c493b2421e220ed71ddd8c263c93f.zip |
Enable qla(4) and qle(4) to match the corresponding RAMDISKs.
-rw-r--r-- | sys/arch/sgi/conf/RAMDISK-IP27 | 6 | ||||
-rw-r--r-- | sys/arch/sgi/conf/RAMDISK-IP30 | 6 | ||||
-rw-r--r-- | sys/arch/sgi/conf/RAMDISK-IP32 | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/sys/arch/sgi/conf/RAMDISK-IP27 b/sys/arch/sgi/conf/RAMDISK-IP27 index c19083bab2a..52f6b92d6c0 100644 --- a/sys/arch/sgi/conf/RAMDISK-IP27 +++ b/sys/arch/sgi/conf/RAMDISK-IP27 @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK-IP27,v 1.31 2014/03/08 18:28:24 kettenis Exp $ +# $OpenBSD: RAMDISK-IP27,v 1.32 2014/03/15 04:09:21 miod Exp $ # # THIS KERNEL IS FOR Origin, Onyx, Fuel, Tezro (IP27, IP35) SYSTEMS ONLY. @@ -87,8 +87,8 @@ iockbc* at iof? ahc* at pci? isp* at pci? qlw* at pci? -#qla* at pci? -#qle* at pci? +qla* at pci? +qle* at pci? mpi* at pci? siop* at pci? diff --git a/sys/arch/sgi/conf/RAMDISK-IP30 b/sys/arch/sgi/conf/RAMDISK-IP30 index 18cfe5e2d0b..4dc9a45a9bc 100644 --- a/sys/arch/sgi/conf/RAMDISK-IP30 +++ b/sys/arch/sgi/conf/RAMDISK-IP30 @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK-IP30,v 1.26 2014/03/08 18:28:24 kettenis Exp $ +# $OpenBSD: RAMDISK-IP30,v 1.27 2014/03/15 04:09:21 miod Exp $ # # THIS KERNEL IS FOR Octane and Octane 2 (IP30) SYSTEMS ONLY. @@ -79,8 +79,8 @@ owserial* at onewire? ahc* at pci? isp* at pci? qlw* at pci? -#qla* at pci? -#qle* at pci? +qla* at pci? +qle* at pci? mpi* at pci? siop* at pci? diff --git a/sys/arch/sgi/conf/RAMDISK-IP32 b/sys/arch/sgi/conf/RAMDISK-IP32 index 6cf7bf6b79f..f250213dff1 100644 --- a/sys/arch/sgi/conf/RAMDISK-IP32 +++ b/sys/arch/sgi/conf/RAMDISK-IP32 @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK-IP32,v 1.22 2014/03/08 18:28:24 kettenis Exp $ +# $OpenBSD: RAMDISK-IP32,v 1.23 2014/03/15 04:09:21 miod Exp $ # # THIS KERNEL IS FOR O2 (IP32) SYSTEMS ONLY. @@ -69,8 +69,8 @@ pci* at macepcibr? # PCI is on pci bridge ahc* at pci? isp* at pci? qlw* at pci? -#qla* at pci? -#qle* at pci? +qla* at pci? +qle* at pci? mpi* at pci? siop* at pci? |