diff options
author | 2001-06-29 06:12:03 +0000 | |
---|---|---|
committer | 2001-06-29 06:12:03 +0000 | |
commit | 83724755495dca146ffcf07bce43335ed9688678 (patch) | |
tree | c6585e2388d2fe48c2d25bb6d0c7d47033453562 | |
parent | Enable ioprbs (diff) | |
download | wireguard-openbsd-83724755495dca146ffcf07bce43335ed9688678.tar.xz wireguard-openbsd-83724755495dca146ffcf07bce43335ed9688678.zip |
Enable iop+ioprbs
-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 |