diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2004-07-15 18:04:17 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2004-07-15 18:04:17 +0000 |
commit | 8332e34447ddb65a96bfe413651443e0423f60b2 (patch) | |
tree | 5cbe849f719275428fa1f696d299171bc22cbbfc /share | |
parent | 36e8d950b17dd0d1fb5f19a3cdf373e7b0e0b7c6 (diff) |
- The card_attach_now flag hasn't been necessary or useful for some time.
Garbage collect the code and corresponding documentation.
- some minor grammar/spelling fixes.
From NetBSD, the documentation change changed slightly
after a suggestion from jmc@
ok deraadt@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/cardbus.4 | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/share/man/man4/cardbus.4 b/share/man/man4/cardbus.4 index 4b0b63027ca..fe345a5e8c2 100644 --- a/share/man/man4/cardbus.4 +++ b/share/man/man4/cardbus.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cardbus.4,v 1.19 2004/06/23 00:12:51 miod Exp $ +.\" $OpenBSD: cardbus.4,v 1.20 2004/07/15 18:04:16 brad Exp $ .\" $NetBSD: cardbus.4,v 1.4 2000/02/02 19:57:17 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -44,25 +44,14 @@ .Nd introduction to CardBus support .Sh SYNOPSIS .Cd "cbb* at pci? dev? function ?" -.Cd "cardslot* at cbb? flags 0x0000" +.Cd "cardslot* at cbb?" .Cd "cardbus* at cardslot?" .Cd "pcmcia* at cardslot?" .Sh DESCRIPTION .Ox provides machine-independent bus support and drivers for CardBus devices. .Pp -The flags are used with cardslot definition. -The lowest order (rightmost) -bit of flags defines the PC Card attach sequence at -boot-time. -When the bit is set, a PC Card in the slot is probed and -attached immediately. -However, the PC Card is probed after the kernel thread wakes up. -If a PC Card is used as a boot device (e.g., CF -card or network card), this bit should be set to 1. -.Sh SUPPORTED DEVICES -.Ox -includes the following machine-independent CardBus +It includes the following machine-independent CardBus drivers, sorted by function and driver name: .Ss Network interfaces .Bl -tag -width 12n -offset ind -compact |