NetBSD/sys/netbt
riastradh 6438ad3ab0 netbt(4): Initialize bt_lock earlier.
Use a driver-class module modcmd init function, instead of a socket
domain init function; the socket-domain ones don't run until after
configure, but we need this to be initialized before configure so
that Bluetooth HCI drivers like ubt(4) can use it.

This is suboptimal but it's the least intrusive way I've thought of
to get this working, even if it's a little grody to make netbt a
`driver-class' (builtin) module.  Note that this doesn't mean netbt
becomes dynamically loadable or unloadable; we're just using a module
for initialization ordering.

PR kern/56988

XXX pullup-10
2023-08-07 13:31:54 +00:00
..
Makefile
bluetooth.h
bt_proto.c netbt(4): Initialize bt_lock earlier. 2023-08-07 13:31:54 +00:00
bt_sysctl.c fix various typos in documentation, comments and sysctl device description. 2023-03-26 19:10:32 +00:00
files.netbt
hci.h
hci_event.c
hci_ioctl.c don't opencode kauth_cred_get() 2021-09-21 14:59:14 +00:00
hci_link.c fix typos in comments and log messages, mainly in establish(ed). 2021-12-04 13:23:03 +00:00
hci_misc.c s/repsonse/response/ in comment. 2021-11-22 05:33:57 +00:00
hci_socket.c
hci_unit.c
l2cap.h
l2cap_lower.c
l2cap_misc.c
l2cap_signal.c s/Reqest/Request/ and adding apostrophe for don't and didn't in comments. 2022-12-24 22:33:12 +00:00
l2cap_socket.c
l2cap_upper.c
rfcomm.h fix various typos in comments, mainly origional->original, 2022-05-28 21:14:56 +00:00
rfcomm_dlc.c
rfcomm_session.c s/commmand/command/ in comment. 2021-12-05 04:35:38 +00:00
rfcomm_socket.c
rfcomm_upper.c
sco.h
sco_socket.c
sco_upper.c