Add floppy tape support.

This commit is contained in:
Andrew Moore 1994-02-28 04:19:39 +00:00
parent 9b73b5a04a
commit fa7beb42e0
3 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,7 @@
#
# GENERICAH -- Generic machine with WD/AHx family disks
#
# $Id: GENERICAH,v 1.24 1994/02/07 04:27:55 alm Exp $
# $Id: GENERICAH,v 1.25 1994/02/07 10:42:02 rgrimes Exp $
#
machine "i386"
@ -30,6 +30,7 @@ controller isa0
controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk fd0 at fdc0 drive 0
disk fd1 at fdc0 drive 1
tape ft0 at fdc0 drive 2
controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr
disk wd0 at wdc0 drive 0

View File

@ -1,7 +1,7 @@
#
# GENERICBT -- Generic machine with WD/BTx family disks
#
# $Id: GENERICBT,v 1.24 1994/02/07 10:42:03 rgrimes Exp $
# $Id: GENERICBT,v 1.25 1994/02/23 10:59:44 rgrimes Exp $
#
machine "i386"
@ -30,6 +30,7 @@ controller isa0
controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk fd0 at fdc0 drive 0
disk fd1 at fdc0 drive 1
tape ft0 at fdc0 drive 2
controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr
disk wd0 at wdc0 drive 0

View File

@ -1,7 +1,7 @@
#
# SYSCONS -- Generic machine with WD/AHx family disks and syscons
#
# $Id: SYSCONS,v 1.17 1994/02/07 05:55:50 alm Exp $
# $Id: SYSCONS,v 1.18 1994/02/07 10:42:04 rgrimes Exp $
#
machine "i386"
@ -32,6 +32,7 @@ controller isa0
controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk fd0 at fdc0 drive 0
disk fd1 at fdc0 drive 1
tape ft0 at fdc0 drive 2
controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr
disk wd0 at wdc0 drive 0