Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys Fix an oversight in the AIC-7xxx SEEPROM split.



details:   https://anonhg.NetBSD.org/src/rev/234573b2c369
branches:  trunk
changeset: 481324:234573b2c369
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jan 26 06:27:32 2000 +0000

description:
Fix an oversight in the AIC-7xxx SEEPROM split.

diffstat:

 sys/conf/files        |  6 +++++-
 sys/dev/pci/files.pci |  5 ++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diffs (40 lines):

diff -r 1c121bbd6b14 -r 234573b2c369 sys/conf/files
--- a/sys/conf/files    Wed Jan 26 06:17:59 2000 +0000
+++ b/sys/conf/files    Wed Jan 26 06:27:32 2000 +0000
@@ -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 @@
 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
diff -r 1c121bbd6b14 -r 234573b2c369 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Wed Jan 26 06:17:59 2000 +0000
+++ b/sys/dev/pci/files.pci     Wed Jan 26 06:27:32 2000 +0000
@@ -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 @@
 
 # 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



Home | Main Index | Thread Index | Old Index