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/pci/files.pci | |
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/pci/files.pci')
-rw-r--r-- | sys/dev/pci/files.pci | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/pci/files.pci b/sys/dev/pci/files.pci index 973792dddab..a31ebfdcb3f 100644 --- a/sys/dev/pci/files.pci +++ b/sys/dev/pci/files.pci @@ -1,4 +1,4 @@ -# $NetBSD: files.pci,v 1.8 1995/10/10 12:16:54 mycroft Exp $ +# $NetBSD: files.pci,v 1.9 1996/01/13 02:05:18 thorpej Exp $ # # Config.new file and device description for machine-independent PCI code. # Included by ports that need it. Requires that the SCSI files be @@ -23,6 +23,5 @@ device ncr at pci: scsi file dev/pci/ncr.c ncr # Adaptec 7870 chips -device ahc at pci: scsi +device ahc at pci: scsi, aic7xxx file dev/pci/aic7870.c ahc -file dev/ic/aic7xxx.c ahc |