mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-18 15:30:21 +00:00
- Cosmetic change.
- Enable bs driver. - Add ax and xl drivers. Submitted by: Takahashi Yoshihiro <nyan@dd.catv.ne.jp>
This commit is contained in:
parent
ef2ec056c3
commit
b6478cfe85
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44084
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user