Deleted Added
full compact
fdc.4 (82229) fdc.4 (84877)
1.\"
2.\" Copyright (c) 1994 Wilko Bulte
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 10 unchanged lines hidden (view full) ---

19.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26.\"
1.\"
2.\" Copyright (c) 1994 Wilko Bulte
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 10 unchanged lines hidden (view full) ---

19.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26.\"
27.\" $FreeBSD: head/share/man/man4/fdc.4 82229 2001-08-23 21:36:18Z dd $
27.\" $FreeBSD: head/share/man/man4/fdc.4 84877 2001-10-13 09:08:37Z yokota $
28.\"
29.Dd August 31, 1994
30.Dt FDC 4
31.Os
32.Sh NAME
33.Nm fdc
34.Nd PC architecture floppy disk controller driver
35.Sh SYNOPSIS
28.\"
29.Dd August 31, 1994
30.Dt FDC 4
31.Os
32.Sh NAME
33.Nm fdc
34.Nd PC architecture floppy disk controller driver
35.Sh SYNOPSIS
36.Cd "device fdc0 at isa? port IO_FD1 flags 0x1 irq 6 drq 2"
37.Cd device fd0 at fdc0 drive 0
38.Cd device fd1 at fdc0 drive 1
36.Cd device fdc
37.Cd device fd
38.Pp
39In
40.Pa /boot/device.hints :
41.Cd hint.fdc.0.at="isa"
42.Cd hint.fdc.0.port="0x3F0"
43.Cd hint.fdc.0.irq="6"
44.Cd hint.fdc.0.drq="2"
45.Cd hint.fd.0.at="fdc0"
46.Cd hint.fd.0.drive="0"
47.Cd hint.fd.1.at="fdc0"
48.Cd hint.fd.1.drive="1"
39.Sh DESCRIPTION
40This driver provides access to floppy disk drives.
41In /dev for each floppy device a number of minor devices are present.
42The
43/dev/fd* devices with trailing alphabetic characters are used to indicate
44.Sq partitions
45on the floppy disk.
46The /dev/fd*.<number> are devices that

--- 32 unchanged lines hidden ---
49.Sh DESCRIPTION
50This driver provides access to floppy disk drives.
51In /dev for each floppy device a number of minor devices are present.
52The
53/dev/fd* devices with trailing alphabetic characters are used to indicate
54.Sq partitions
55on the floppy disk.
56The /dev/fd*.<number> are devices that

--- 32 unchanged lines hidden ---