diff options
author | 2002-07-03 05:24:56 +0000 | |
---|---|---|
committer | 2002-07-03 05:24:56 +0000 | |
commit | d104a43c788d2bbc97c813b8d7c440a9654adb4d (patch) | |
tree | 98e661dbe65e95a0d687b8faaff44a1b829761cd | |
parent | a few missing tests for malloc()'s return value. (diff) | |
download | wireguard-openbsd-d104a43c788d2bbc97c813b8d7c440a9654adb4d.tar.xz wireguard-openbsd-d104a43c788d2bbc97c813b8d7c440a9654adb4d.zip |
code bloat in ahc causes adv to die. We will now pressure smurph to de-bloat new ahc, so that this can return
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index c1cb950722c..7c81140d9e5 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.113 2002/03/30 20:11:03 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.114 2002/07/03 05:24:56 deraadt Exp $ machine i386 # architecture, used by config; REQUIRED @@ -135,8 +135,8 @@ scsibus* at aic? #scsibus* at ncr? siop* at pci? dev ? function ? # NCR 538XX SCSI controllers(new) scsibus* at siop? -adv* at pci? dev ? function ? # AdvanSys 1200A/B and ULTRA SCSI -scsibus* at adv? +#adv* at pci? dev ? function ? # AdvanSys 1200A/B and ULTRA SCSI +#scsibus* at adv? #adw* at pci? dev ? function ? # AdvanSys ULTRA WIDE SCSI #scsibus* at adw? #sea0 at isa? iomem 0xc8000 irq 5 # Seagate ST0[12] SCSI controllers |