diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-05-25 05:33:52 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-05-25 05:33:52 +0000 |
commit | af616b9cc39f0ab0a299bba062425b861834344b (patch) | |
tree | cb4c83eb332b9ae92e3a2e1da277587c2f577e44 /share/man/man4 | |
parent | c07b718dd1c51a12f60549c721a117b000eb5833 (diff) |
Initial driver stub for the Marvell 88W8385 PCMCIA (CF) device.
Loads firmware, sends first FW command, establish interrupts.
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/malo.4 | 12 | ||||
-rw-r--r-- | share/man/man4/pcmcia.4 | 4 |
2 files changed, 11 insertions, 5 deletions
diff --git a/share/man/man4/malo.4 b/share/man/man4/malo.4 index cad6929150b..c61f205f931 100644 --- a/share/man/man4/malo.4 +++ b/share/man/man4/malo.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: malo.4,v 1.17 2007/05/12 16:38:07 sobrado Exp $ +.\" $OpenBSD: malo.4,v 1.18 2007/05/25 05:33:51 mglocker Exp $ .\" .\" Copyright (c) 2006 Theo de Raadt. .\" @@ -35,11 +35,12 @@ .Sh SYNOPSIS .Cd "malo* at cardbus?" .Cd "malo* at pci?" +.Cd "malo* at pcmcia?" .Sh DESCRIPTION The .Nm -driver provides support for Marvell Libertas 88W8335/88W8310 based -PCI/CardBus network adapters. +driver provides support for Marvell Libertas 88W8335/88W8310/88W8385 based +PCI/CardBus/PCMCIA network adapters. The second generation 88W8335/88W8310 chipsets support 802.11b/g. .Pp These are the modes the @@ -217,6 +218,8 @@ The driver needs a set of firmware files which are loaded when an interface is brought up: .Pp .Bl -tag -width Ds -offset indent -compact +.It Pa /etc/firmware/mrv8385-h.fw +.It Pa /etc/firmware/mrv8385-m.fw .It Pa /etc/firmware/mrv8k-b.fw .It Pa /etc/firmware/mrv8k-f.fw .El @@ -232,7 +235,7 @@ A prepackaged version of the firmware, designed to be used with .Xr pkg_add 1 , can be found at: .Bd -literal -offset indent -http://www.nazgul.ch/malo/malo-firmware-1.0.tgz +http://www.nazgul.ch/malo/malo-firmware-1.1.tgz .Ed .Sh HARDWARE The following cards are among those supported by the @@ -241,6 +244,7 @@ driver: .Pp .Bl -column -compact "Microcom Travelcard" "MALO111" "CardBus" "a/b/g" -offset 6n .Em "Card Chip Bus Standard" +Ambicom WL54CF 88W8385 PCMCIA b/g Netgear WG511v2 88W8310 CardBus b/g Netgear WG311v3 88W8335 PCI b/g Tenda TWL541C 88W8310 CardBus b/g diff --git a/share/man/man4/pcmcia.4 b/share/man/man4/pcmcia.4 index 6aeeb54e41c..59add081677 100644 --- a/share/man/man4/pcmcia.4 +++ b/share/man/man4/pcmcia.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pcmcia.4,v 1.52 2006/11/16 22:18:18 deraadt Exp $ +.\" $OpenBSD: pcmcia.4,v 1.53 2007/05/25 05:33:51 mglocker Exp $ .\" $NetBSD: pcmcia.4,v 1.4 1998/06/07 09:10:30 enami Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -108,6 +108,8 @@ Aironet Communications 4500/4800 IEEE 802.11FH/b wireless network device BayStack 650 IEEE 802.11FH PCMCIA wireless network device .It Xr cnw 4 Xircom CreditCard Netwave wireless network device +.It Xr malo 4 +Marvell Libertas IEEE 802.11b/g wireless network device .It Xr ray 4 Raytheon Raylink/WebGear Aviator IEEE 802.11FH wireless network device .It Xr wi 4 |