* The marvell88w8335 links now, too.
* This driver requires a firmware, which is not publicly available, and therefor cannot distributed with Haiku. To retrieve and install the firmware nonetheless following steps are required: a) Download the firmware from http://www.nazgul.ch/malo/malo-firmware-1.4.tgz b) Copy the included firmware files malo8335-h and malo8335-m to /system/data/firmware/malo8335/ git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34661 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
5503097733
commit
e863cb774a
@ -18,6 +18,7 @@ KernelAddon marvell88w8335 :
|
||||
if_malo_pci.c
|
||||
if_malo.c
|
||||
if_malohal.c
|
||||
glue.c
|
||||
:
|
||||
libfreebsd_wlan.a
|
||||
libfreebsd_network.a
|
||||
|
@ -0,0 +1,18 @@
|
||||
/*
|
||||
* Copyright 2009, Colin Günther, coling@gmx.de.
|
||||
* All Rights Reserved. Distributed under the terms of the MIT License.
|
||||
*/
|
||||
|
||||
|
||||
#include <sys/bus.h>
|
||||
#include <sys/kernel.h>
|
||||
|
||||
|
||||
HAIKU_FBSD_WLAN_DRIVER_GLUE(marvell8335, malo, pci)
|
||||
|
||||
NO_HAIKU_CHECK_DISABLE_INTERRUPTS();
|
||||
NO_HAIKU_REENABLE_INTERRUPTS();
|
||||
NO_HAIKU_FBSD_MII_DRIVER();
|
||||
|
||||
HAIKU_DRIVER_REQUIREMENTS(FBSD_TASKQUEUES | FBSD_FAST_TASKQUEUE | FBSD_WLAN);
|
||||
HAIKU_FIRMWARE_VERSION(0);
|
Loading…
Reference in New Issue
Block a user