diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2006-10-15 19:55:48 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2006-10-15 19:55:48 +0000 |
commit | d27322a7d799ede63b48f1e8190ba4eb6466b199 (patch) | |
tree | f6bcd6a80b541d09e6fcba1e649fe2bfc98e9167 /sys/conf/files | |
parent | 7237b595f443856244e1571692d4a872b7b26f6c (diff) |
First stubs for a new driver for the Marvell Libertas chips.
The card correctly loads the firmware and it is possible to send a few
simple commands to the card but that's it. No packet are sent or received.
Only the Netgear WG511v2 cardbus card is tested.
A cheese fondue and a bigger amount of white wine was needed to make the
interrupts work -- until last night the driver was uploading the firmware
to fast and the card garbled the image without moaning. It took us a full
day and hundreds of test kernels to figure that out.
Joint work with mglocker@, fondue by mbalmer@
OK mglocker@, get it in deraadt@
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files index 429f54afb38..027dfc66492 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.385 2006/08/22 18:12:13 mglocker Exp $ +# $OpenBSD: files,v 1.386 2006/10/15 19:55:47 claudio Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -377,6 +377,10 @@ file dev/ic/acx100.c acx device pgt: ether, ifnet, ifmedia, firmload, wlan file dev/ic/pgt.c pgt +# Marvell Libertas Open +device malo: ether, ifnet, ifmedia, firmload, wlan +file dev/ic/malo.c malo + # Attributes which machine-independent bus support can be attached to. # These should be defined here, because some of these busses can have # devices which provide these attributes, and we'd like to avoid hairy |