diff options
Diffstat (limited to 'sys/arch/i386/conf/RAMDISKC')
-rw-r--r-- | sys/arch/i386/conf/RAMDISKC | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sys/arch/i386/conf/RAMDISKC b/sys/arch/i386/conf/RAMDISKC index d1c2e4d04bc..7a5d20fc9e9 100644 --- a/sys/arch/i386/conf/RAMDISKC +++ b/sys/arch/i386/conf/RAMDISKC @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKC,v 1.26 2001/12/24 20:11:11 mickey Exp $ +# $OpenBSD: RAMDISKC,v 1.27 2002/01/27 21:07:13 mickey Exp $ machine i386 # architecture, used by config; REQUIRED @@ -116,10 +116,12 @@ 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? |