diff --git a/en_US.ISO8859-1/books/faq/book.sgml b/en_US.ISO8859-1/books/faq/book.sgml index 2dcd022a8f..547dfe2e9a 100644 --- a/en_US.ISO8859-1/books/faq/book.sgml +++ b/en_US.ISO8859-1/books/faq/book.sgml @@ -15,7 +15,7 @@ - $FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.124 2000/11/15 14:28:18 ben Exp $ + $FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.125 2000/11/26 13:23:17 ben Exp $ This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X. @@ -2896,10 +2896,8 @@ diff -u -r1.60.2.1 -r1.60.2.2 - FreeBSD supports SCSI, QIC-36 (with a QIC-02 interface) - and QIC-40/80 (Floppy based) tape drives. This includes 8-mm - (aka Exabyte) and DAT drives. The QIC-40/80 drives are known to - be slow. + FreeBSD supports SCSI and QIC-36 (with a QIC-02 interface). + This includes 8-mm (aka Exabyte) and DAT drives. Some of the early 8-mm drives are not quite compatible with SCSI-2, and may not work well with FreeBSD. @@ -4834,50 +4832,6 @@ device sio5 at isa? port 0x2b8 tty flags 0x501 vector siointr - - - - How do I enable support for QIC-40/80 drives? - - - - You need to uncomment the following line in the generic - config file (or add it to your config file), add a - flags 0x1 on the fdc - line and recompile. - -controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 flags 0x1 vector fdintr -disk fd0 at fdc0 drive 0 ^^^^^^^^^ -disk fd1 at fdc0 drive 1 -#tape ft0 at fdc0 drive 2 -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - - Next, you create a device called - /dev/ft0 by going into - /dev and run the following command: - - &prompt.root; sh MAKEDEV ft0 - - for the first device. ft1 for a - second one and so on. - - You will have a device called /dev/ft0, - which you can write to through a special program to manage it - called fd - see the man page on ft for - further details. - - Versions previous to also had - some trouble dealing with bad tape media; if you have trouble - where ft seems to go back and forth over the - same spot, try grabbing the latest version of - ft from - /usr/src/sbin/ft in - and try that. - - - diff --git a/en_US.ISO_8859-1/books/faq/book.sgml b/en_US.ISO_8859-1/books/faq/book.sgml index 2dcd022a8f..547dfe2e9a 100644 --- a/en_US.ISO_8859-1/books/faq/book.sgml +++ b/en_US.ISO_8859-1/books/faq/book.sgml @@ -15,7 +15,7 @@ - $FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.124 2000/11/15 14:28:18 ben Exp $ + $FreeBSD: doc/en_US.ISO_8859-1/books/faq/book.sgml,v 1.125 2000/11/26 13:23:17 ben Exp $ This is the FAQ for FreeBSD versions 2.X, 3.X, and 4.X. @@ -2896,10 +2896,8 @@ diff -u -r1.60.2.1 -r1.60.2.2 - FreeBSD supports SCSI, QIC-36 (with a QIC-02 interface) - and QIC-40/80 (Floppy based) tape drives. This includes 8-mm - (aka Exabyte) and DAT drives. The QIC-40/80 drives are known to - be slow. + FreeBSD supports SCSI and QIC-36 (with a QIC-02 interface). + This includes 8-mm (aka Exabyte) and DAT drives. Some of the early 8-mm drives are not quite compatible with SCSI-2, and may not work well with FreeBSD. @@ -4834,50 +4832,6 @@ device sio5 at isa? port 0x2b8 tty flags 0x501 vector siointr - - - - How do I enable support for QIC-40/80 drives? - - - - You need to uncomment the following line in the generic - config file (or add it to your config file), add a - flags 0x1 on the fdc - line and recompile. - -controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 flags 0x1 vector fdintr -disk fd0 at fdc0 drive 0 ^^^^^^^^^ -disk fd1 at fdc0 drive 1 -#tape ft0 at fdc0 drive 2 -^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ - - Next, you create a device called - /dev/ft0 by going into - /dev and run the following command: - - &prompt.root; sh MAKEDEV ft0 - - for the first device. ft1 for a - second one and so on. - - You will have a device called /dev/ft0, - which you can write to through a special program to manage it - called fd - see the man page on ft for - further details. - - Versions previous to also had - some trouble dealing with bad tape media; if you have trouble - where ft seems to go back and forth over the - same spot, try grabbing the latest version of - ft from - /usr/src/sbin/ft in - and try that. - - -