diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-01-27 21:07:14 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-01-27 21:07:14 +0000 |
commit | 654fb3e6ed3005edd778cdd5fdbfbe278b530a40 (patch) | |
tree | 4780d1818318cdf211f1655b56bd5bdb7d2f7329 /sys/arch/i386/conf/RAMDISK | |
parent | cf6503431dc706cb6a01f9bce2b38d47e8af7ef9 (diff) |
bt no more
Diffstat (limited to 'sys/arch/i386/conf/RAMDISK')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index ca48032d73a..731302cf735 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.111 2001/12/24 20:11:11 mickey Exp $ +# $OpenBSD: RAMDISK,v 1.112 2002/01/27 21:07:13 mickey Exp $ machine i386 # architecture, used by config; REQUIRED @@ -107,10 +107,13 @@ pccom* at isapnp? #lpt1 at isa? port 0x278 #lpt2 at isa? port 0x3bc -bt0 at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI controllers -bt1 at isa? port 0x334 irq ? drq ? # BusLogic [57]4X SCSI controllers -#bt2 at isa? port ? irq ? -scsibus* at bt? + +bha0 at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI controllers +bha1 at isa? disable port 0x334 irq ? drq ? # BusLogic [57]4X SCSI controllers +bha2 at isa? disable port ? irq ? +bha* at pci? dev ? function ? +#bha* at eisa? slot ? # XXX eisa still runs in isa-compat +scsibus* at bha? aha0 at isa? port 0x330 irq ? drq ? # Adaptec 154[02] SCSI controllers aha1 at isa? port 0x334 irq ? drq ? # Adaptec 154[02] SCSI controllers aha* at isapnp? |