diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-01-24 22:38:04 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2002-01-24 22:38:04 +0000 |
commit | 229f438bede61cf09c0e83a91465b8185242836c (patch) | |
tree | 787c9df7cb41ead1e14f404d9db424dd1ebd5920 /sys/arch/i386 | |
parent | 7a84d429fb74a2b7280f088d6db6689b057661bc (diff) |
bussified and bus-split bustec scsi ha driver.
original port done by chris@ in '98 and pounded into
-current by me, plus support for wide mode.
tested on pci in both modes by me, on eisa (w/
half success, thus not enabled yet) by jason@.
niklas@, jason@, millert@ ok.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index e857f16d33e..97ffcae46db 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.288 2002/01/23 18:44:12 mickey Exp $ +# $OpenBSD: GENERIC,v 1.289 2002/01/24 22:37:58 mickey Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -186,10 +186,12 @@ mms1 at isa? port 0x238 irq 5 wsmouse* at lms? mux 0 wsmouse* at mms? mux 0 -bt0 at isa? port 0x330 irq ? drq ? # BusLogic [57]4X SCSI controllers -bt1 at isa? disable port 0x334 irq ? drq ? # BusLogic [57]4X SCSI controllers -bt2 at isa? disable 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? |