diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-06-29 06:12:04 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 2001-06-29 06:12:04 +0000 |
commit | d22aea9996b53f4185230f9d5b769c013aec9777 (patch) | |
tree | 91a917857f932c64c4d603853c1c120c7103ba70 /sys | |
parent | e242b9175338017721dae9bfd34bbafdc722ed20 (diff) |
Enable iop+ioprbs
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 850ba1f5a78..c24acff6d36 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.268 2001/06/27 05:46:14 art Exp $ +# $OpenBSD: GENERIC,v 1.269 2001/06/29 06:12:03 niklas Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -434,6 +434,11 @@ hifn* at pci? dev ? function ? # Hi/fn 7751 crypto card ubsec* at pci? dev ? function ? # Bluesteel Networks 5xxx crypto card #ises* at pci? dev ? function ? # Pijnenburg PCC-ISES +# I2O +iop* at pci? dev ? function ? # I2O +ioprbs* at iop? tid ? # Random block storage +scsibus* at ioprbs? + pseudo-device pctr 1 pseudo-device mtrr 1 # Memory range attributes control pseudo-device sequencer 1 |