NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

PR/56988 CVS commit: src/sys/netbt



The following reply was made to PR kern/56988; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/56988 CVS commit: src/sys/netbt
Date: Mon, 7 Aug 2023 13:31:54 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Mon Aug  7 13:31:54 UTC 2023
 
 Modified Files:
 	src/sys/netbt: bt_proto.c
 
 Log Message:
 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
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.16 -r1.17 src/sys/netbt/bt_proto.c
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index