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 /sys/dev/pcmcia/files.pcmcia | |
parent | c07b718dd1c51a12f60549c721a117b000eb5833 (diff) |
Initial driver stub for the Marvell 88W8385 PCMCIA (CF) device.
Loads firmware, sends first FW command, establish interrupts.
Diffstat (limited to 'sys/dev/pcmcia/files.pcmcia')
-rw-r--r-- | sys/dev/pcmcia/files.pcmcia | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/pcmcia/files.pcmcia b/sys/dev/pcmcia/files.pcmcia index 7dae5f395f6..5190c0f366b 100644 --- a/sys/dev/pcmcia/files.pcmcia +++ b/sys/dev/pcmcia/files.pcmcia @@ -1,4 +1,4 @@ -# $OpenBSD: files.pcmcia,v 1.40 2006/11/28 12:01:27 miod Exp $ +# $OpenBSD: files.pcmcia,v 1.41 2007/05/25 05:33:51 mglocker Exp $ # $NetBSD: files.pcmcia,v 1.9 1998/06/21 18:45:41 christos Exp $ # # Config.new file and device description for machine-independent PCMCIA code. @@ -73,6 +73,10 @@ file dev/pcmcia/if_cnw.c cnw attach wi at pcmcia with wi_pcmcia file dev/pcmcia/if_wi_pcmcia.c wi_pcmcia +# Marvell 88W8385 +attach malo at pcmcia with malo_pcmcia +file dev/pcmcia/if_malo.c malo_pcmcia + # AMD 79c930-based 802.11 cards (including BayStack 650 FH card). device awi: ether, ifnet attach awi at pcmcia with awi_pcmcia |