diff options
author | 2006-03-30 21:12:50 +0000 | |
---|---|---|
committer | 2006-03-30 21:12:50 +0000 | |
commit | 5b7597c86449d2667bc13f8d434a246acdaf05a3 (patch) | |
tree | 98c09ea4859472b68bc1313988c9e2e13ddd22fd | |
parent | cast to uid_t where needed; ok deraadt@ (diff) | |
download | wireguard-openbsd-5b7597c86449d2667bc13f8d434a246acdaf05a3.tar.xz wireguard-openbsd-5b7597c86449d2667bc13f8d434a246acdaf05a3.zip |
iop works on my amd64, add it deraadt@
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 4960fd42d80..d6dacc6e921 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.121 2006/03/29 14:10:51 jsg Exp $ +# $OpenBSD: GENERIC,v 1.122 2006/03/30 21:12:50 wilfried Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -453,9 +453,9 @@ safe* at pci? # SafeNet SafeXcel 1141/1741 #ises* at pci? # Pijnenburg PCC-ISES # I2O -#iop* at pci? # I2O -#ioprbs* at iop? # Random block storage -#scsibus* at ioprbs? +iop* at pci? # I2O +ioprbs* at iop? # Random block storage +scsibus* at ioprbs? pseudo-device sequencer 1 #pseudo-device raid 4 # RAIDframe disk driver |