Warner Losh wrote:
Author: imp
Date: Sun May 3 04:01:43 2009
New Revision: 191762
URL: http://svn.freebsd.org/changeset/base/191762
Log:
Bring in Andrew Thompson's port of Sepherosa Ziehau's bwi driver for
Broadcom BCM43xx chipsets. This driver uses the v3 firmware that
needs to be fetched separately. A port will be committed to create
the bwi firmware module.
Thanks for this! It's quite a useful thing to have on PowerPC where NDIS
is not an option.
Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files Sun May 3 02:37:13 2009 (r191761)
+++ head/sys/conf/files Sun May 3 04:01:43 2009 (r191762)
@@ -712,6 +712,11 @@ dev/buslogic/bt_eisa.c optional bt eisa
dev/buslogic/bt_isa.c optional bt isa
dev/buslogic/bt_mca.c optional bt mca
dev/buslogic/bt_pci.c optional bt pci
+dev/bwi/bwiirf.c optional bwi
I think you have too many i's here (should be bwirf.c not bwiirf.c).
-Nathan
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"