mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-27 16:39:08 +00:00
Stable matcd port to 0x230, as per request by Bruce and Frank.
Submitted by: Frank Durda IV <uhclem@fw.ast.com>
This commit is contained in:
parent
d6393cdba3
commit
9720b0841f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=11783
@ -1,7 +1,7 @@
|
||||
#
|
||||
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
|
||||
#
|
||||
# $Id: GENERIC,v 1.46 1995/06/11 19:31:11 rgrimes Exp $
|
||||
# $Id: GENERIC,v 1.47 1995/08/18 11:26:16 jkh Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
@ -69,7 +69,7 @@ device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
|
||||
device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
|
||||
device mcd1 at isa? port 0x340 bio irq 11 vector mcdintr
|
||||
|
||||
controller matcd0 at isa? port ? bio
|
||||
controller matcd0 at isa? port 0x230 bio
|
||||
|
||||
device scd0 at isa? port 0x230 bio
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.204 1995/10/03 01:12:59 jkh Exp $
|
||||
# $Id: LINT,v 1.205 1995/10/10 04:03:12 bde Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
@ -722,7 +722,7 @@ device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
|
||||
# for the Sony CDU31/33A CDROM
|
||||
device scd0 at isa? port 0x230 bio
|
||||
# for the soundblaster 16 multicd - up to 4 devices
|
||||
controller matcd0 at isa? port ? bio
|
||||
controller matcd0 at isa? port 0x230 bio
|
||||
device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
|
||||
device ctx0 at isa? port 0x230 iomem 0xd0000
|
||||
device spigot0 at isa? port 0xad6 irq 15 iomem 0xee000 vector spigintr
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
|
||||
#
|
||||
# $Id: GENERIC,v 1.46 1995/06/11 19:31:11 rgrimes Exp $
|
||||
# $Id: GENERIC,v 1.47 1995/08/18 11:26:16 jkh Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
@ -69,7 +69,7 @@ device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
|
||||
device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
|
||||
device mcd1 at isa? port 0x340 bio irq 11 vector mcdintr
|
||||
|
||||
controller matcd0 at isa? port ? bio
|
||||
controller matcd0 at isa? port 0x230 bio
|
||||
|
||||
device scd0 at isa? port 0x230 bio
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.204 1995/10/03 01:12:59 jkh Exp $
|
||||
# $Id: LINT,v 1.205 1995/10/10 04:03:12 bde Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
@ -722,7 +722,7 @@ device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
|
||||
# for the Sony CDU31/33A CDROM
|
||||
device scd0 at isa? port 0x230 bio
|
||||
# for the soundblaster 16 multicd - up to 4 devices
|
||||
controller matcd0 at isa? port ? bio
|
||||
controller matcd0 at isa? port 0x230 bio
|
||||
device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
|
||||
device ctx0 at isa? port 0x230 iomem 0xd0000
|
||||
device spigot0 at isa? port 0xad6 irq 15 iomem 0xee000 vector spigintr
|
||||
|
@ -2,7 +2,7 @@
|
||||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.204 1995/10/03 01:12:59 jkh Exp $
|
||||
# $Id: LINT,v 1.205 1995/10/10 04:03:12 bde Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
@ -722,7 +722,7 @@ device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
|
||||
# for the Sony CDU31/33A CDROM
|
||||
device scd0 at isa? port 0x230 bio
|
||||
# for the soundblaster 16 multicd - up to 4 devices
|
||||
controller matcd0 at isa? port ? bio
|
||||
controller matcd0 at isa? port 0x230 bio
|
||||
device wt0 at isa? port 0x300 bio irq 5 drq 1 vector wtintr
|
||||
device ctx0 at isa? port 0x230 iomem 0xd0000
|
||||
device spigot0 at isa? port 0xad6 irq 15 iomem 0xee000 vector spigintr
|
||||
|
Loading…
Reference in New Issue
Block a user