summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1999-02-16 11:15:21 +0000
committerkato <kato@FreeBSD.org>1999-02-16 11:15:21 +0000
commit7753353869606f67bf5853c11928c9a813e525dc (patch)
tree59a2f1791bd4ba26427494c58ceaea5b6c9141af /sys/pc98
parenta3f02281faf23bd13b7da3a410ebeae7b45a7808 (diff)
downloadFreeBSD-src-7753353869606f67bf5853c11928c9a813e525dc.zip
FreeBSD-src-7753353869606f67bf5853c11928c9a813e525dc.tar.gz
- Cosmetic change.
- Enable bs driver. - Add ax and xl drivers. Submitted by: Takahashi Yoshihiro <nyan@dd.catv.ne.jp>
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/conf/GENERIC12
-rw-r--r--sys/pc98/conf/GENERIC9812
2 files changed, 14 insertions, 10 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 4894de3..e96af96 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.63 1999/01/18 08:38:07 kato Exp $
+# $Id: GENERIC98,v 1.64 1999/01/28 09:12:05 kato Exp $
# GENERIC98 -- Generic PC98 machine with WD/SCSI disks
@@ -84,12 +84,12 @@ disk wd0 at wdc0 drive 0
#disk wd2 at wdc0 drive 2
#disk wd3 at wdc0 drive 3
-options ATAPI # Enable ATAPI support for IDE bus
+options ATAPI #Enable ATAPI support for IDE bus
options ATAPI_STATIC #Don't do it as an LKM
-device acd0 #IDE CD-ROM
+device acd0 #IDE CD-ROM
# A single entry for any of these controllers (ncr, ahb, ahc) is
-# for any number of installed devices.
+# sufficient for any number of installed devices.
controller ncr0
controller ahc0
controller isp0
@@ -101,7 +101,7 @@ controller isp0
options BS_TARG_SAFEMODE
# PC-9801-92
-#controller bs0 at isa? port IO_SCSI bio irq 5 drq 3 flags 0
+controller bs0 at isa? port IO_SCSI bio irq 5 drq 3 flags 0
# SC-98
# controller bs0 at isa? port IO_SCSI bio irq 5 drq 3 flags 0x10000
# HA-55BS2 and later
@@ -184,6 +184,7 @@ device mse0 at isa? port IO_MSE tty irq 13
# this list of network interfaces until the probes have been fixed.
# Right now it appears that the ie0 must be probed before ep0. See
# revision 1.20 of this file.
+device ax0
device de0
device fxp0
device mx0
@@ -194,6 +195,7 @@ device tx0
device vr0
device vx0
device wb0
+device xl0
#
# DP8390 NIC
diff --git a/sys/pc98/conf/GENERIC98 b/sys/pc98/conf/GENERIC98
index 4894de3..e96af96 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.63 1999/01/18 08:38:07 kato Exp $
+# $Id: GENERIC98,v 1.64 1999/01/28 09:12:05 kato Exp $
# GENERIC98 -- Generic PC98 machine with WD/SCSI disks
@@ -84,12 +84,12 @@ disk wd0 at wdc0 drive 0
#disk wd2 at wdc0 drive 2
#disk wd3 at wdc0 drive 3
-options ATAPI # Enable ATAPI support for IDE bus
+options ATAPI #Enable ATAPI support for IDE bus
options ATAPI_STATIC #Don't do it as an LKM
-device acd0 #IDE CD-ROM
+device acd0 #IDE CD-ROM
# A single entry for any of these controllers (ncr, ahb, ahc) is
-# for any number of installed devices.
+# sufficient for any number of installed devices.
controller ncr0
controller ahc0
controller isp0
@@ -101,7 +101,7 @@ controller isp0
options BS_TARG_SAFEMODE
# PC-9801-92
-#controller bs0 at isa? port IO_SCSI bio irq 5 drq 3 flags 0
+controller bs0 at isa? port IO_SCSI bio irq 5 drq 3 flags 0
# SC-98
# controller bs0 at isa? port IO_SCSI bio irq 5 drq 3 flags 0x10000
# HA-55BS2 and later
@@ -184,6 +184,7 @@ device mse0 at isa? port IO_MSE tty irq 13
# this list of network interfaces until the probes have been fixed.
# Right now it appears that the ie0 must be probed before ep0. See
# revision 1.20 of this file.
+device ax0
device de0
device fxp0
device mx0
@@ -194,6 +195,7 @@ device tx0
device vr0
device vx0
device wb0
+device xl0
#
# DP8390 NIC
OpenPOWER on IntegriCloud