From d27322a7d799ede63b48f1e8190ba4eb6466b199 Mon Sep 17 00:00:00 2001 From: Claudio Jeker Date: Sun, 15 Oct 2006 19:55:48 +0000 Subject: 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@ --- sys/conf/files | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sys/conf/files') 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 -- cgit v1.2.3