diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-16 22:18:19 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-11-16 22:18:19 +0000 |
commit | 14292b409f86e2ab712e1d1f76a8e964f6474d34 (patch) | |
tree | d5374ed5a5cae5b723b7d59574b164a342ce6036 /share/man/man4/cardbus.4 | |
parent | f90b77527592713d8fafed5870e9e121621380d4 (diff) |
split wired and wired devices on man pages that warrant it; discussed with jmc
Diffstat (limited to 'share/man/man4/cardbus.4')
-rw-r--r-- | share/man/man4/cardbus.4 | 27 |
1 files changed, 15 insertions, 12 deletions
diff --git a/share/man/man4/cardbus.4 b/share/man/man4/cardbus.4 index 03336f9f8a8..939bd60a18d 100644 --- a/share/man/man4/cardbus.4 +++ b/share/man/man4/cardbus.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: cardbus.4,v 1.51 2006/10/15 20:09:14 deraadt Exp $ +.\" $OpenBSD: cardbus.4,v 1.52 2006/11/16 22:18:18 deraadt Exp $ .\" $NetBSD: cardbus.4,v 1.4 2000/02/02 19:57:17 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -54,7 +54,20 @@ provides machine-independent bus support and drivers for CardBus devices. .Ox provides support for the following devices. Note that not all architectures support all devices. -.Ss Network interfaces +.Ss Wired network interfaces +.Bl -tag -width 12n -offset ind -compact +.It Xr dc 4 +DEC/Intel 21140, 21142, 21143, 21145 and clones 10/100 Ethernet device +.It Xr fxp 4 +Intel EtherExpress PRO/100 10/100 Ethernet device +.It Xr re 4 +RealTek 8139C+/8169/816xS/811xS/8101E 10/100/Gigabit Ethernet device +.It Xr rl 4 +Realtek 8129/8139 10/100 Ethernet device +.It Xr xl 4 +3Com EtherLink XL and Fast EtherLink XL 10/100 Ethernet device +.El +.Ss Wireless network interfaces .Bl -tag -width 12n -offset ind -compact .It Xr acx 4 TI ACX100/ACX111 IEEE 802.11a/b/g wireless network device @@ -62,24 +75,14 @@ TI ACX100/ACX111 IEEE 802.11a/b/g wireless network device Atheros IEEE 802.11a/b/g wireless network device .It Xr atw 4 ADMtek ADM8211 IEEE 802.11b wireless network device -.It Xr dc 4 -DEC/Intel 21140, 21142, 21143, 21145 and clones 10/100 Ethernet device -.It Xr fxp 4 -Intel EtherExpress PRO/100 10/100 Ethernet device .It Xr malo 4 Marvell Libertas IEEE 802.11a/b/g wireless network device .It Xr pgt 4 Conexant/Intersil Prism GT Full-MAC IEEE 802.11a/b/g wireless network device .It Xr ral 4 Ralink Technology IEEE 802.11a/b/g wireless network device -.It Xr re 4 -RealTek 8139C+/8169/816xS/811xS/8101E 10/100/Gigabit Ethernet device -.It Xr rl 4 -Realtek 8129/8139 10/100 Ethernet device .It Xr rtw 4 Realtek RTL8180L IEEE 802.11b wireless network device -.It Xr xl 4 -3Com EtherLink XL and Fast EtherLink XL 10/100 Ethernet device .El .Ss Serial interfaces .Bl -tag -width 12n -offset ind -compact |