Removed all `vector xxxintr' specifications. Interrupt handlers are now
configured in drivers. Quote the last few args to form 1 arg. Quoting them in pairs almost defeated the point of quoting them, which is to reduce the arg count to <= 9.
This commit is contained in:
parent
6ba4894bca
commit
14a7c8e1c4
@ -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.8 1997/02/22 13:25:23 peter Exp $
|
||||
.\" $Id: fdc.4,v 1.9 1997/10/19 13:12:35 joerg Exp $
|
||||
.\"
|
||||
.Dd August 31, 1994
|
||||
.Dt FDC 4 i386
|
||||
@ -34,7 +34,7 @@
|
||||
.Nd
|
||||
PC architecture floppy disk controller driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "controller fdc0 at isa? port" \&"IO_FD1\&" bio "flags 0x1" "irq 6" "drq 2" "vector fdintr"
|
||||
.Cd "controller fdc0 at isa? port" \&"IO_FD1\&" "bio flags 0x1 irq 6 drq 2"
|
||||
.Cd "disk fd0 at fdc0 drive 0
|
||||
.Cd "disk fd1 at fdc0 drive 1
|
||||
.Pp
|
||||
|
@ -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.8 1997/02/22 13:25:23 peter Exp $
|
||||
.\" $Id: fdc.4,v 1.9 1997/10/19 13:12:35 joerg Exp $
|
||||
.\"
|
||||
.Dd August 31, 1994
|
||||
.Dt FDC 4 i386
|
||||
@ -34,7 +34,7 @@
|
||||
.Nd
|
||||
PC architecture floppy disk controller driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "controller fdc0 at isa? port" \&"IO_FD1\&" bio "flags 0x1" "irq 6" "drq 2" "vector fdintr"
|
||||
.Cd "controller fdc0 at isa? port" \&"IO_FD1\&" "bio flags 0x1 irq 6 drq 2"
|
||||
.Cd "disk fd0 at fdc0 drive 0
|
||||
.Cd "disk fd1 at fdc0 drive 1
|
||||
.Pp
|
||||
|
Loading…
x
Reference in New Issue
Block a user