Remove the ft driver, it causes instant reboots during attatch, and this

was new code added at the last minute!
This commit is contained in:
Rodney W. Grimes 1994-02-07 10:42:04 +00:00
parent 774ade4da5
commit 86db96db52
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=1118
3 changed files with 3 additions and 6 deletions

View file

@ -1,7 +1,7 @@
#
# GENERICAH -- Generic machine with WD/AHx family disks
#
# $Id: GENERICAH,v 1.23 1994/01/29 21:41:34 rgrimes Exp $
# $Id: GENERICAH,v 1.24 1994/02/07 04:27:55 alm Exp $
#
machine "i386"
@ -30,7 +30,6 @@ 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.22 1994/01/29 21:41:36 rgrimes Exp $
# $Id: GENERICBT,v 1.23 1994/02/07 04:27:58 alm Exp $
#
machine "i386"
@ -30,7 +30,6 @@ 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.16 1994/01/25 11:08:25 rgrimes Exp $
# $Id: SYSCONS,v 1.17 1994/02/07 05:55:50 alm Exp $
#
machine "i386"
@ -32,7 +32,6 @@ 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