diff options
| author | 2002-01-24 22:37:58 +0000 | |
|---|---|---|
| committer | 2002-01-24 22:37:58 +0000 | |
| commit | c46619b704d297025316e294609f8ff2322c2271 (patch) | |
| tree | f30ea86023f82aea20cc7034dbb04d6ccb7d522f /sys/dev/isa/files.isa | |
| parent | Xr library-specs(7). ok espie@ (diff) | |
| download | wireguard-openbsd-c46619b704d297025316e294609f8ff2322c2271.tar.xz wireguard-openbsd-c46619b704d297025316e294609f8ff2322c2271.zip | |
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/dev/isa/files.isa')
| -rw-r--r-- | sys/dev/isa/files.isa | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/isa/files.isa b/sys/dev/isa/files.isa index b3cbb3e587d..d5df43bb828 100644 --- a/sys/dev/isa/files.isa +++ b/sys/dev/isa/files.isa @@ -1,4 +1,4 @@ -# $OpenBSD: files.isa,v 1.72 2001/12/05 10:29:45 mickey Exp $ +# $OpenBSD: files.isa,v 1.73 2002/01/24 22:38:03 mickey Exp $ # $NetBSD: files.isa,v 1.21 1996/05/16 03:45:55 mycroft Exp $ # # Config file and device description for machine-independent ISA code. @@ -96,6 +96,10 @@ device bt: scsi, isa_dma attach bt at isa file dev/isa/bt.c bt needs-count +# +attach bha at isa with bha_isa: isa_dma +file dev/isa/bha_isa.c bha_isa + # Adaptec AIC-6[32]60 ICs attach aic at isa with aic_isa: isa_dma file dev/isa/aic_isa.c aic_isa |
