plunky 736a9db087 Clean up the way that bluetooth drivers attach to the bluetooth stack,
to remove the frobbing that drivers must do in the hci_unit structure.

- driver provides a static const interface descriptor
- hci_unit is allocated by hci_attach() rather than part of softc
- statistics are compiled by driver and provided on request
- driver provides output methods and is responsible for output queue
- stack provides input methods and is responsible for input queue
- mutex is used to arbitrate device queue access
2007-11-28 20:16:11 +00:00
..
2007-11-10 20:55:33 +00:00
2007-10-08 10:32:38 +00:00
2007-10-28 21:33:23 +00:00
2007-11-21 23:11:06 +00:00
2007-08-11 19:16:21 +00:00
2007-08-08 21:36:43 +00:00
2007-07-25 09:14:18 +00:00
2007-11-21 18:40:58 +00:00
2007-10-04 17:16:01 +00:00
2007-11-21 14:21:31 +00:00
2007-08-11 19:16:21 +00:00
2007-10-08 10:32:38 +00:00