diff options
author | rgrimes <rgrimes@FreeBSD.org> | 1994-02-07 10:42:04 +0000 |
---|---|---|
committer | rgrimes <rgrimes@FreeBSD.org> | 1994-02-07 10:42:04 +0000 |
commit | 6aafc49d1198351dfa29a7cb79f8e75fc4d4c005 (patch) | |
tree | 0b3f062766e168edf7394231530c28cfbe9b3718 | |
parent | e304b184f13d83eb4f6c12b6d4665815413ea96f (diff) | |
download | FreeBSD-src-6aafc49d1198351dfa29a7cb79f8e75fc4d4c005.zip FreeBSD-src-6aafc49d1198351dfa29a7cb79f8e75fc4d4c005.tar.gz |
Remove the ft driver, it causes instant reboots during attatch, and this
was new code added at the last minute!
-rw-r--r-- | sys/i386/conf/GENERICAH | 3 | ||||
-rw-r--r-- | sys/i386/conf/GENERICBT | 3 | ||||
-rw-r--r-- | sys/i386/conf/SYSCONS | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/sys/i386/conf/GENERICAH b/sys/i386/conf/GENERICAH index 82e9eb1..01de23c 100644 --- a/sys/i386/conf/GENERICAH +++ b/sys/i386/conf/GENERICAH @@ -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 diff --git a/sys/i386/conf/GENERICBT b/sys/i386/conf/GENERICBT index 3612211..c24c3d9 100644 --- a/sys/i386/conf/GENERICBT +++ b/sys/i386/conf/GENERICBT @@ -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 diff --git a/sys/i386/conf/SYSCONS b/sys/i386/conf/SYSCONS index f1c810e..6192607 100644 --- a/sys/i386/conf/SYSCONS +++ b/sys/i386/conf/SYSCONS @@ -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 |