Add a new devices (wireless and scsi).
This commit is contained in:
parent
634defef64
commit
5ce602f150
|
@ -1,6 +1,6 @@
|
||||||
.\" $NetBSD: cardbus.4,v 1.24 2005/09/09 14:03:51 drochner Exp $
|
.\" $NetBSD: cardbus.4,v 1.25 2006/03/25 10:47:53 rpaulo Exp $
|
||||||
.\"
|
.\"
|
||||||
.\" Copyright (c) 1999-2005 The NetBSD Foundation, Inc.
|
.\" Copyright (c) 1999-2006 The NetBSD Foundation, Inc.
|
||||||
.\" All rights reserved.
|
.\" All rights reserved.
|
||||||
.\"
|
.\"
|
||||||
.\" This code is derived from software contributed to The NetBSD Foundation
|
.\" This code is derived from software contributed to The NetBSD Foundation
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||||
.\"
|
.\"
|
||||||
.Dd September 9, 2005
|
.Dd March 25, 2006
|
||||||
.Dt CARDBUS 4
|
.Dt CARDBUS 4
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
|
@ -72,12 +72,18 @@ includes the following machine-independent CardBus
|
||||||
drivers, sorted by function and driver name:
|
drivers, sorted by function and driver name:
|
||||||
.Ss Network interfaces
|
.Ss Network interfaces
|
||||||
.Bl -tag -width speaker -offset indent -compact
|
.Bl -tag -width speaker -offset indent -compact
|
||||||
|
.It ath
|
||||||
|
Atheros 5210/5211/5212 802.11
|
||||||
|
.It atw
|
||||||
|
ADMtek ADM8211 (802.11)
|
||||||
.It ex
|
.It ex
|
||||||
3Com 3c575TX and 3c575BTX
|
3Com 3c575TX and 3c575BTX
|
||||||
.It fxp
|
.It fxp
|
||||||
Intel i8255x
|
Intel i8255x
|
||||||
.It rtk
|
.It rtk
|
||||||
Realtek 8129/8139
|
Realtek 8129/8139
|
||||||
|
.It rtw
|
||||||
|
Realtek 8180L (802.11)
|
||||||
.It tlp
|
.It tlp
|
||||||
DECchip 21143
|
DECchip 21143
|
||||||
.El
|
.El
|
||||||
|
@ -92,6 +98,8 @@ Modems and serial cards
|
||||||
AdvanSys 1200[A,B], 9xx[U,UA]
|
AdvanSys 1200[A,B], 9xx[U,UA]
|
||||||
.It ahc
|
.It ahc
|
||||||
Adaptec ADP-1480
|
Adaptec ADP-1480
|
||||||
|
.It njs
|
||||||
|
Workbit NinjaSCSI-32
|
||||||
.El
|
.El
|
||||||
.Ss USB controllers
|
.Ss USB controllers
|
||||||
.Bl -tag -width speaker -offset indent -compact
|
.Bl -tag -width speaker -offset indent -compact
|
||||||
|
|
Loading…
Reference in New Issue