NetBSD/share
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
..
dict Add antidisestablishmentarianism. 2004-09-28 00:49:52 +00:00
doc Moved to othersrc/usr.sbin/sushi, where the program now lives. 2006-06-24 21:12:19 +00:00
examples Remove a mirror that was decommissioned almost five years ago 2006-07-27 23:01:27 +00:00
i18n remove *.mps entry that doesn't exists. 2006-08-19 11:13:18 +00:00
legal Per Christos (board): 2005-10-22 06:04:57 +00:00
locale corrrect invalid charset mask. 2006-07-16 10:42:26 +00:00
man The ubtbcmfw(4) driver fails to compile, as noted by PR kern/34219. 2006-08-19 16:35:02 +00:00
me
misc Add NetBSD.el containing some settings for emacs' c-mode to better 2006-08-08 18:41:11 +00:00
mk Switch sh3 to gcc4. 2006-07-24 23:54:15 +00:00
nls
tabset
termcap Wscons terminals only have 8 colours and don't need an NC entry. 2006-01-28 17:38:14 +00:00
tmac Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@, 2006-06-19 15:44:33 +00:00
wscons ISO8859-1 is the correct character code. Move file accordingly. 2006-03-12 15:06:13 +00:00
zoneinfo Use device number as well as inode to detect hardlinks. 2006-02-27 09:08:10 +00:00
Makefile Bye bye sushi config files (moved to othersrc via repository copy) 2006-02-08 00:47:29 +00:00
Makefile.inc