floppy tape support still not quite there - it prevents
mounting the floppy disk drives on some systems that don't have a floppy tape drive.
This commit is contained in:
parent
fa7beb42e0
commit
0b96c983e8
@ -1,7 +1,7 @@
|
||||
#
|
||||
# GENERICAH -- Generic machine with WD/AHx family disks
|
||||
#
|
||||
# $Id: GENERICAH,v 1.25 1994/02/07 10:42:02 rgrimes Exp $
|
||||
# $Id: GENERICAH,v 1.26 1994/02/28 04:19:36 alm Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
@ -30,7 +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
|
||||
#tape ft0 at fdc0 drive 2
|
||||
|
||||
controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr
|
||||
disk wd0 at wdc0 drive 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# GENERICBT -- Generic machine with WD/BTx family disks
|
||||
#
|
||||
# $Id: GENERICBT,v 1.25 1994/02/23 10:59:44 rgrimes Exp $
|
||||
# $Id: GENERICBT,v 1.26 1994/02/28 04:19:38 alm Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
@ -30,7 +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
|
||||
#tape ft0 at fdc0 drive 2
|
||||
|
||||
controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr
|
||||
disk wd0 at wdc0 drive 0
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# SYSCONS -- Generic machine with WD/AHx family disks and syscons
|
||||
#
|
||||
# $Id: SYSCONS,v 1.18 1994/02/07 10:42:04 rgrimes Exp $
|
||||
# $Id: SYSCONS,v 1.19 1994/02/28 04:19:39 alm Exp $
|
||||
#
|
||||
|
||||
machine "i386"
|
||||
@ -32,7 +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
|
||||
#tape ft0 at fdc0 drive 2
|
||||
|
||||
controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr
|
||||
disk wd0 at wdc0 drive 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user