advlib.c and advmcode.c should be built for all adv, not

just adv_pci.  From takashi.yamamoto@bigfoot.com, kern/12341.
This commit is contained in:
thorpej 2001-03-08 04:18:17 +00:00
parent bda8951f6b
commit 21a0f1ac65
2 changed files with 4 additions and 4 deletions

View File

@ -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 @@ file dev/ic/ld_mlx.c ld_mlx
# 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

View File

@ -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 @@ file dev/pci/dpt_pci.c dpt_pci
# 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