diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-07-20 15:59:50 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2002-07-20 15:59:50 +0000 |
commit | 6a56249248c80bd032a9b869c3dd86063ebe30f0 (patch) | |
tree | e5dd6c7c28d15c6b4fedc5db47464154514257e2 /share | |
parent | 1a560dad2e101bb394ea1e1c69e1d317e6b8eee9 (diff) |
add flags to synopsis for isa.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/wdc.4 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man4/wdc.4 b/share/man/man4/wdc.4 index 46516ed3b23..a8ac01b9248 100644 --- a/share/man/man4/wdc.4 +++ b/share/man/man4/wdc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: wdc.4,v 1.5 2001/10/05 14:45:53 mpech Exp $ +.\" $OpenBSD: wdc.4,v 1.6 2002/07/20 15:59:49 fgsch Exp $ .\" $NetBSD: wdc.4,v 1.4 1999/05/19 14:44:02 bouyer Exp $ .\" .\" Copyright (c) 1998 Manuel Bouyer. @@ -39,8 +39,8 @@ .Nm wdc .Nd WD100x compatible hard disk controller driver .Sh SYNOPSIS -.Cd "wdc0 at isa? port 0x1f0 irq 14" -.Cd "wdc0 at isa? port 0x170 irq 15" +.Cd "wdc0 at isa? port 0x1f0 irq 14 flags 0x00" +.Cd "wdc0 at isa? port 0x170 irq 15 flags 0x00" .Cd "wdc* at isapnp?" .Cd "wdc* at pcmcia? function ?" .Cd "wd* at wdc? drive ?" @@ -58,7 +58,9 @@ PCI IDE controllers in legacy mode are also supported, but the .Xr pciide 4 driver may provide more functionality. .Pp -For the ISA front-end, the 0x01 flag enables 32-bit I/O negotiation. +For the ISA front-end, setting +.Cm flags +to 0x01 enables 32-bit I/O negotiation. This is known to cause problems with some motherboards. .Sh SEE ALSO .Xr intro 4 , |