Source-Changes-HG archive

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

[src/trunk]: src/sys advlib.c and advmcode.c should be built for all adv, not



details:   https://anonhg.NetBSD.org/src/rev/3087948cad27
branches:  trunk
changeset: 506912:3087948cad27
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Thu Mar 08 04:18:17 2001 +0000

description:
advlib.c and advmcode.c should be built for all adv, not
just adv_pci.  From takashi.yamamoto%bigfoot.com@localhost, kern/12341.

diffstat:

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

diffs (36 lines):

diff -r 6b8f869e2014 -r 3087948cad27 sys/conf/files
--- a/sys/conf/files    Thu Mar 08 04:12:08 2001 +0000
+++ b/sys/conf/files    Thu Mar 08 04:18:17 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files,v 1.427 2001/02/27 00:29:36 eeh Exp $
+#      $NetBSD: files,v 1.428 2001/03/08 04:18:17 thorpej Exp $
 
 #      @(#)files.newconf       7.5 (Berkeley) 5/10/93
 
@@ -254,6 +254,8 @@
 # AdvanSys 1200A, 1200B and ULTRA SCSI controllers
 device adv: scsi
 file   dev/ic/adv.c                    adv
+file   dev/ic/advlib.c                 adv
+file   dev/ic/advmcode.c               adv
 
 # AdvanSys ULTRA WIDE SCSI controllers
 device adw: scsi
diff -r 6b8f869e2014 -r 3087948cad27 sys/dev/pci/files.pci
--- a/sys/dev/pci/files.pci     Thu Mar 08 04:12:08 2001 +0000
+++ b/sys/dev/pci/files.pci     Thu Mar 08 04:18:17 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pci,v 1.123 2001/02/24 01:59:47 lukem Exp $
+#      $NetBSD: files.pci,v 1.124 2001/03/08 04:18:18 thorpej Exp $
 #
 # Config file and device description for machine-independent PCI code.
 # Included by ports that need it.  Requires that the SCSI files be
@@ -66,8 +66,6 @@
 # device declaration in sys/conf/files
 attach adv at pci with adv_pci
 file   dev/pci/adv_pci.c               adv_pci
-file   dev/ic/advlib.c                 adv_pci
-file   dev/ic/advmcode.c               adv_pci
 
 # AdvanSys ULTRA WIDE SCSI controllers
 # device declaration in sys/conf/files



Home | Main Index | Thread Index | Old Index