diff options
author | 2011-04-13 15:25:22 +0000 | |
---|---|---|
committer | 2011-04-13 15:25:22 +0000 | |
commit | 7b84d0eb4a29c43fb03deafb8a7273ac6e59c666 (patch) | |
tree | f7724a96f75f4fdfacb08c6ca7fc74d19532bc46 /sys | |
parent | Remove some very noisy debug code. (diff) | |
download | wireguard-openbsd-7b84d0eb4a29c43fb03deafb8a7273ac6e59c666.tar.xz wireguard-openbsd-7b84d0eb4a29c43fb03deafb8a7273ac6e59c666.zip |
Enable siop, scsibus and sd.
No objection from kettenis@
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa64/conf/GENERIC | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/hppa64/conf/GENERIC b/sys/arch/hppa64/conf/GENERIC index d7039daa916..5e0dfbc45cb 100644 --- a/sys/arch/hppa64/conf/GENERIC +++ b/sys/arch/hppa64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.22 2010/08/30 18:56:18 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.23 2011/04/13 15:25:22 jsing Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -121,8 +121,8 @@ pci* at ppb? #ie* at pci? -#siop* at pci? # NCR 538XX SCSI controllers(new) -#scsibus* at siop? +siop* at pci? # NCR 538XX SCSI controllers(new) +scsibus* at siop? #ahd* at pci? # Adaptec 79?? SCSI controllers #scsibus* at ahd? @@ -176,7 +176,7 @@ ukphy* at mii? # generic unknown PHYs # These entries find devices on all SCSI busses and assign # unit numers dynamically. -#sd* at scsibus? +sd* at scsibus? #st* at scsibus? #cd* at scsibus? #ch* at scsibus? |