diff options
Diffstat (limited to 'share/man/man4/man4.i386/fdc.4')
-rw-r--r-- | share/man/man4/man4.i386/fdc.4 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/share/man/man4/man4.i386/fdc.4 b/share/man/man4/man4.i386/fdc.4 index ae04bc1682a8..6c8861d1166f 100644 --- a/share/man/man4/man4.i386/fdc.4 +++ b/share/man/man4/man4.i386/fdc.4 @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $Id: fdc.4,v 1.10 1998/10/22 14:49:00 bde Exp $ +.\" $Id: fdc.4,v 1.8 1997/02/22 13:25:23 peter Exp $ .\" .Dd August 31, 1994 .Dt FDC 4 i386 @@ -34,9 +34,12 @@ .Nd PC architecture floppy disk controller driver .Sh SYNOPSIS -.Cd "controller fdc0 at isa? port" \&"IO_FD1\&" "bio flags 0x1 irq 6 drq 2" +.Cd "controller fdc0 at isa? port" \&"IO_FD1\&" bio "flags 0x1" "irq 6" "drq 2" "vector fdintr" .Cd "disk fd0 at fdc0 drive 0 .Cd "disk fd1 at fdc0 drive 1 +.Pp +For QIC40 and QIC80 tapedrives controlled by the floppy controller: +.Cd "tape ft0 at fdc0 drive 2 .Sh DESCRIPTION This driver provides access to floppy disk drives and QIC40/80 tapedrives. In /dev for each floppy device a number of minor devices are present. The @@ -59,11 +62,16 @@ floppy disk device nodes .It /dev/fd*.<size in kB> floppy disk device nodes where the trailing number indicates the floppy capacity +.It /dev/ft* +floppy tape (QIC40/80) device nodes .It Pa /sys/i386/conf/GENERIC sample generic kernel config file .It Pa /sys/i386/isa/fd.c floppy driver source +.It Pa /sys/i386/isa/ft.c +floppy tape (QIC40/80 driver source .El .Sh SEE ALSO .Xr fdformat 1 , .Xr disktab 5 , +.Xr ft 8 |