diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-15 01:40:33 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-01-15 01:40:33 +0000 |
commit | 336305543ad5abd4f77606599e1896b29af0386b (patch) | |
tree | 2cdcbffc078b4d3f04514f158f214da3e579f9b5 /sys/dev/isa/files.isa | |
parent | 034bc9e87c409d8b2f8deaf131a099ff2c17e9ba (diff) |
from netbsd:
Add the "ahe" driver, autoconfiguration support for the aic7xxx-based
Adaptec 2[78]4x SCSI controllers, from Michael Graff <explorer@flame.org>.
Fixes PR #1594 from Noriyuki Soda <soda@sra.co.jp> in a different way.
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 9f83fefe196..99ac2a0ed60 100644 --- a/sys/dev/isa/files.isa +++ b/sys/dev/isa/files.isa @@ -1,4 +1,4 @@ -# $NetBSD: files.isa,v 1.9 1995/11/10 19:39:21 christos Exp $ +# $NetBSD: files.isa,v 1.10 1996/01/13 02:05:15 thorpej Exp $ # # Config.new file and device description for machine-independent ISA code. # Included by ports that need it. Requires that the SCSI files be @@ -68,6 +68,10 @@ file dev/isa/aha1542.c aha device aic at isa: scsi, isadma file dev/isa/aic6360.c aic +# Adaptec 7770-based EISA, VLB, etc. controllers +device ahe at isa: scsi, aic7xxx +file dev/isa/aha284x.c ahe + # BusLogic BT-74x EISA family (XXX; should be EISA. it's special) device bt at isa: scsi, isadma file dev/isa/bt742a.c bt |