diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-04-06 18:24:08 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-04-06 18:24:08 +0000 |
commit | 2b812f213830c85e7d97778b762454ae6cb34446 (patch) | |
tree | 1a2649c6326c7eaf9483f6c81dc124d8b2309afa /sys/arch | |
parent | b189424003dc4748c4b91eaebb25d2b6819ce692 (diff) |
doh. disable ahc here as well
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/hppa/conf/RAMDISK | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hppa/conf/RAMDISK b/sys/arch/hppa/conf/RAMDISK index f5972980743..be6a5ea91c5 100644 --- a/sys/arch/hppa/conf/RAMDISK +++ b/sys/arch/hppa/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.29 2004/03/17 00:41:30 miod Exp $ +# $OpenBSD: RAMDISK,v 1.30 2004/04/06 18:24:07 mickey Exp $ # # Diskless kernel config # @@ -130,8 +130,8 @@ gsckbd* at gsckbc? # PS/2 keyboard #ahb* at eisa? slot ? # Adaptec 174[024] SCSI controllers #scsibus* at aha? #ahc* at eisa? slot ? # Adaptec 274x, aic7770 SCSI controllers -ahc* at pci? dev ? function ? # Adaptec 2940 SCSI controllers -scsibus* at ahc? +#ahc* at pci? dev ? function ? # Adaptec 2940 SCSI controllers +#scsibus* at ahc? #option BHADEBUG #bha* at eisa? slot ? #bha* at pci? dev ? function ? |