Fix an oversight in the AIC-7xxx SEEPROM split.
This commit is contained in:
parent
a697dac5f2
commit
494b4a9ed3
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files,v 1.345 2000/01/26 06:04:37 thorpej Exp $
|
||||
# $NetBSD: files,v 1.346 2000/01/26 06:27:33 thorpej Exp $
|
||||
|
||||
# @(#)files.newconf 7.5 (Berkeley) 5/10/93
|
||||
|
||||
@ -189,6 +189,10 @@ file dev/mii/mii_bitbang.c mii_bitbang
|
||||
device aic: scsi
|
||||
file dev/ic/aic6360.c aic
|
||||
|
||||
# SMC 93Cx6 Serial EEPROM devices
|
||||
define smc93cx6
|
||||
file dev/ic/smc93cx6.c smc93cx6
|
||||
|
||||
# Adaptec 2[789]4X, 394X, aic7770 and aic78[5678]0 SCSI controllers
|
||||
defopt opt_ahc.h AHC_BROKEN_CACHE AHC_DEBUG AHC_TAGENABLE
|
||||
AHC_SCBPAGING_ENABLE
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: files.pci,v 1.74 2000/01/04 06:31:39 chopps Exp $
|
||||
# $NetBSD: files.pci,v 1.75 2000/01/26 06:27:32 thorpej Exp $
|
||||
#
|
||||
# Config file and device description for machine-independent PCI code.
|
||||
# Included by ports that need it. Requires that the SCSI files be
|
||||
@ -15,9 +15,8 @@ file dev/pci/pci_subr.c pci
|
||||
|
||||
# Adaptec 3940, 2940, and aic78[5678]0 SCSI controllers
|
||||
# device declaration in sys/conf/files
|
||||
attach ahc at pci with ahc_pci
|
||||
attach ahc at pci with ahc_pci: ahc_seeprom, smc93cx6
|
||||
file dev/pci/ahc_pci.c ahc_pci
|
||||
file dev/ic/smc93cx6.c ahc_pci
|
||||
|
||||
# DPT EATA SCSI controllers
|
||||
attach dpt at pci with dpt_pci
|
||||
|
Loading…
Reference in New Issue
Block a user