1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-04 12:52:15 +00:00

Added adv driver support.

Submitted by:	Takahashi Yoshihiro <nyan@dd.catv.ne.jp>
This commit is contained in:
KATO Takenori 1999-02-25 13:53:13 +00:00
parent 4a044b1d86
commit 3b91c9f034
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44265
4 changed files with 10 additions and 8 deletions

View File

@ -3,7 +3,7 @@
#
# modified for PC-9801
#
# $Id: files.pc98,v 1.80 1999/01/18 08:38:07 kato Exp $
# $Id: files.pc98,v 1.81 1999/01/20 08:31:55 kato Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@ -35,7 +35,7 @@ i386/apm/apm.c optional apm device-driver
i386/apm/apm_setup.s optional apm
i386/eisa/dpt_eisa.c optional eisa dpt device-driver
i386/eisa/3c5x9.c optional ep device-driver
i386/eisa/adv_eisa.c optional adv device-driver
#i386/eisa/adv_eisa.c optional adv device-driver
i386/eisa/ahc_eisa.c optional ahc device-driver \
dependency "aic7xxx_reg.h $S/i386/eisa/ahc_eisa.c"
i386/eisa/ahb.c optional ahb device-driver
@ -104,7 +104,7 @@ i386/isa/bs/bs.c optional bs device-driver
i386/isa/bs/bsfunc.c optional bs device-driver
i386/isa/bs/bshw.c optional bs device-driver
i386/isa/bs/bsif.c optional bs device-driver
i386/isa/adv_isa.c optional adv device-driver
#i386/isa/adv_isa.c optional adv device-driver
#i386/isa/aha1542.c optional aha device-driver
i386/isa/aha_isa.c optional aha device-driver
#i386/isa/aic6360.c optional aic device-driver

View File

@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
# $Id: GENERIC98,v 1.65 1999/02/16 11:15:21 kato Exp $
# $Id: GENERIC98,v 1.66 1999/02/25 13:41:54 kato Exp $
# GENERIC98 -- Generic PC98 machine with WD/SCSI disks
@ -93,6 +93,7 @@ device acd0 #IDE CD-ROM
controller ncr0
controller ahc0
controller isp0
controller adv0
#
# WD33C93 SCSI card (55/92 like board)

View File

@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
# $Id: GENERIC98,v 1.65 1999/02/16 11:15:21 kato Exp $
# $Id: GENERIC98,v 1.66 1999/02/25 13:41:54 kato Exp $
# GENERIC98 -- Generic PC98 machine with WD/SCSI disks
@ -93,6 +93,7 @@ device acd0 #IDE CD-ROM
controller ncr0
controller ahc0
controller isp0
controller adv0
#
# WD33C93 SCSI card (55/92 like board)

View File

@ -3,7 +3,7 @@
#
# modified for PC-9801
#
# $Id: files.pc98,v 1.80 1999/01/18 08:38:07 kato Exp $
# $Id: files.pc98,v 1.81 1999/01/20 08:31:55 kato Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@ -35,7 +35,7 @@ i386/apm/apm.c optional apm device-driver
i386/apm/apm_setup.s optional apm
i386/eisa/dpt_eisa.c optional eisa dpt device-driver
i386/eisa/3c5x9.c optional ep device-driver
i386/eisa/adv_eisa.c optional adv device-driver
#i386/eisa/adv_eisa.c optional adv device-driver
i386/eisa/ahc_eisa.c optional ahc device-driver \
dependency "aic7xxx_reg.h $S/i386/eisa/ahc_eisa.c"
i386/eisa/ahb.c optional ahb device-driver
@ -104,7 +104,7 @@ i386/isa/bs/bs.c optional bs device-driver
i386/isa/bs/bsfunc.c optional bs device-driver
i386/isa/bs/bshw.c optional bs device-driver
i386/isa/bs/bsif.c optional bs device-driver
i386/isa/adv_isa.c optional adv device-driver
#i386/isa/adv_isa.c optional adv device-driver
#i386/isa/aha1542.c optional aha device-driver
i386/isa/aha_isa.c optional aha device-driver
#i386/isa/aic6360.c optional aic device-driver