mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
Now that all chipsets support S/G DMA (which is required for ISA devices)
we can enable the floppy disk
This commit is contained in:
parent
7f146cdf3d
commit
563c65de90
2 changed files with 6 additions and 8 deletions
|
|
@ -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: GENERIC,v 1.33 1999/08/08 19:28:56 phk Exp $
|
||||
# $Id: GENERIC,v 1.34 1999/08/10 17:15:11 wpaul Exp $
|
||||
|
||||
machine alpha
|
||||
cpu EV4
|
||||
|
|
@ -90,9 +90,8 @@ device cd0
|
|||
# real time clock
|
||||
device mcclock0 at isa0 port 0x70
|
||||
|
||||
# Not enabled since it only works on CIA chipsets
|
||||
#controller fdc0 at isa? port IO_FD1 irq 6 drq 2
|
||||
#disk fd0 at fdc0 drive 0
|
||||
controller fdc0 at isa? port IO_FD1 irq 6 drq 2
|
||||
disk fd0 at fdc0 drive 0
|
||||
|
||||
controller atkbdc0 at isa? port IO_KBD
|
||||
device atkbd0 at atkbdc? irq 1
|
||||
|
|
|
|||
|
|
@ -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: GENERIC,v 1.33 1999/08/08 19:28:56 phk Exp $
|
||||
# $Id: GENERIC,v 1.34 1999/08/10 17:15:11 wpaul Exp $
|
||||
|
||||
machine alpha
|
||||
cpu EV4
|
||||
|
|
@ -90,9 +90,8 @@ device cd0
|
|||
# real time clock
|
||||
device mcclock0 at isa0 port 0x70
|
||||
|
||||
# Not enabled since it only works on CIA chipsets
|
||||
#controller fdc0 at isa? port IO_FD1 irq 6 drq 2
|
||||
#disk fd0 at fdc0 drive 0
|
||||
controller fdc0 at isa? port IO_FD1 irq 6 drq 2
|
||||
disk fd0 at fdc0 drive 0
|
||||
|
||||
controller atkbdc0 at isa? port IO_KBD
|
||||
device atkbd0 at atkbdc? irq 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue