NetBSD/sys
plunky 95d2b886d7 The ubtbcmfw(4) driver fails to compile, as noted by PR kern/34219.
While it can be made to compile, the paradigm is not quite right because
it attempts to contact the filesystem during autoconfig which sometimes
causes a panic. Even if that was fixed, there is another potential problem
in that the driver tries/sleeps/tries/sleeps and the sleep could
theoretically sleep past the rc.d/btconfig stage and the controller
would remain unconfigured.

So, I have prepared a different method for loading the firmware to
Broadcom BCM2033 chip based devices. A package 'sysutils/bcmfw' will load
the firmware files via a ugen(4) device interface.

This update removes the ubtbcmfw(4) driver and adds a table to the ubt(4)
driver so that it will not attach to Broadcom BCM2033 based devices before
the firmware was loaded.

This fixes kern/34219
2006-08-19 16:35:02 +00:00
..
altq - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +00:00
arch de __P() 2006-08-19 16:27:57 +00:00
coda - Use the LWP cached credentials where sane. 2006-07-21 16:48:45 +00:00
compat Fix all the -D*DEBUG* code that it was rotting away and did not even compile. 2006-08-17 17:11:27 +00:00
conf Back out revision 1.109 - it's NOT silly to parse the comment when 2006-08-08 07:05:40 +00:00
contrib/dev/ath Fix all the -D*DEBUG* code that it was rotting away and did not even compile. 2006-08-17 17:11:27 +00:00
crypto
ddb
dev The ubtbcmfw(4) driver fails to compile, as noted by PR kern/34219. 2006-08-19 16:35:02 +00:00
dist Some interfaces are initially created with zero addresses on them 2006-07-12 17:26:11 +00:00
fs When mounting an MSDOS fileysystem, do not require that bytes 252 and 2006-08-14 14:06:26 +00:00
gdbscripts
ipkdb
kern pool_init: in the case of PR_NOTOUCH, don't bump item size to 2006-08-19 14:01:15 +00:00
lib Fixed the gcc warning that "static" should come before "const". 2006-07-16 06:06:20 +00:00
lkm - Add k7_powernow_destroy() prototype into cpu.h. 2006-08-08 21:04:29 +00:00
miscfs Pretending to be Elad's keyboard: 2006-08-11 19:17:47 +00:00
net defflag PPPOE_SERVER and PPPOE_TERM_UNKNOWN_SESSIONS. 2006-08-05 17:20:54 +00:00
net80211 Use curchan in monitor mode. From Dheeraj S. FreeBSD always uses curchan, 2006-08-09 20:37:16 +00:00
netatalk Fix all the -D*DEBUG* code that it was rotting away and did not even compile. 2006-08-17 17:11:27 +00:00
netbt Fix all the -D*DEBUG* code that it was rotting away and did not even compile. 2006-08-17 17:11:27 +00:00
netccitt Fix all the -D*DEBUG* code that it was rotting away and did not even compile. 2006-08-17 17:11:27 +00:00
netinet ugh.. more stuff that's overdue and should not be in 4.0: remove the 2006-07-30 17:38:19 +00:00
netinet6 Fix all the -D*DEBUG* code that it was rotting away and did not even compile. 2006-08-17 17:11:27 +00:00
netipsec Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
netisdn Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
netiso Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
netkey Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
netnatm
netns Fix all the -D*DEBUG* code that it was rotting away and did not even compile. 2006-08-17 17:11:27 +00:00
netsmb Fix all the -D*DEBUG* code that it was rotting away and did not even compile. 2006-08-17 17:11:27 +00:00
nfs nfsm_srvfhtom: ensure that padding bytes in nfsv2 file handles are zero. 2006-08-08 13:07:32 +00:00
opencrypto Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
stand
sys Fix all the -D*DEBUG* code that it was rotting away and did not even compile. 2006-08-17 17:11:27 +00:00
ufs Fix size confusion with lfs_fhandle - and as it now turns out to be the same 2006-08-06 12:34:12 +00:00
uvm ubc_fault: fix a deadlock in the case of uvm_loanbreak() failure. 2006-08-18 15:03:21 +00:00
Makefile Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@, 2006-06-19 15:44:33 +00:00