mirror of
https://github.com/opnsense/src.git
synced 2026-04-26 00:27:08 -04:00
We can enable pcd0 when we actually have one.
This commit is contained in:
parent
e7891cd349
commit
f2eea8100f
3 changed files with 6 additions and 6 deletions
|
|
@ -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.141 1995/02/15 00:53:15 jkh Exp $
|
||||
# $Id: LINT,v 1.142 1995/02/15 04:49:18 jkh 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
|
||||
|
|
@ -554,7 +554,7 @@ device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
|
|||
# for the soundblaster 16 multicd
|
||||
device scd0 at isa? port 0x230 bio
|
||||
# for the soundblaster 16 multicd
|
||||
device pcd0 at isa? port 0x220 bio
|
||||
#device pcd0 at isa? port 0x220 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.141 1995/02/15 00:53:15 jkh Exp $
|
||||
# $Id: LINT,v 1.142 1995/02/15 04:49:18 jkh 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
|
||||
|
|
@ -554,7 +554,7 @@ device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
|
|||
# for the soundblaster 16 multicd
|
||||
device scd0 at isa? port 0x230 bio
|
||||
# for the soundblaster 16 multicd
|
||||
device pcd0 at isa? port 0x220 bio
|
||||
#device pcd0 at isa? port 0x220 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.141 1995/02/15 00:53:15 jkh Exp $
|
||||
# $Id: LINT,v 1.142 1995/02/15 04:49:18 jkh 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
|
||||
|
|
@ -554,7 +554,7 @@ device mcd0 at isa? port 0x300 bio irq 10 vector mcdintr
|
|||
# for the soundblaster 16 multicd
|
||||
device scd0 at isa? port 0x230 bio
|
||||
# for the soundblaster 16 multicd
|
||||
device pcd0 at isa? port 0x220 bio
|
||||
#device pcd0 at isa? port 0x220 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 a new issue