summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1999-02-25 13:53:13 +0000
committerkato <kato@FreeBSD.org>1999-02-25 13:53:13 +0000
commit000998d53ff4e29800a9dbca1875cc7c762ea5df (patch)
tree37943439dd6ef271980d9b358e7ace252521ec4a /sys/pc98
parent995ff390e62c4a128d2b22d15a3391c59848d8f2 (diff)
downloadFreeBSD-src-000998d53ff4e29800a9dbca1875cc7c762ea5df.zip
FreeBSD-src-000998d53ff4e29800a9dbca1875cc7c762ea5df.tar.gz
Added adv driver support.
Submitted by: Takahashi Yoshihiro <nyan@dd.catv.ne.jp>
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/conf/GENERIC3
-rw-r--r--sys/pc98/conf/GENERIC983
-rw-r--r--sys/pc98/conf/files.pc986
3 files changed, 7 insertions, 5 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 95aee07..1ee5d26 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -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)
diff --git a/sys/pc98/conf/GENERIC98 b/sys/pc98/conf/GENERIC98
index 95aee07..1ee5d26 100644
--- a/sys/pc98/conf/GENERIC98
+++ b/sys/pc98/conf/GENERIC98
@@ -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)
diff --git a/sys/pc98/conf/files.pc98 b/sys/pc98/conf/files.pc98
index 1a5d72d..5083fcd 100644
--- a/sys/pc98/conf/files.pc98
+++ b/sys/pc98/conf/files.pc98
@@ -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
OpenPOWER on IntegriCloud