From 336305543ad5abd4f77606599e1896b29af0386b Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Mon, 15 Jan 1996 01:40:33 +0000 Subject: from netbsd: Add the "ahe" driver, autoconfiguration support for the aic7xxx-based Adaptec 2[78]4x SCSI controllers, from Michael Graff . Fixes PR #1594 from Noriyuki Soda in a different way. --- sys/dev/isa/files.isa | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/dev/isa/files.isa') 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 -- cgit v1.2.3