cgit '/>
summaryrefslogtreecommitdiff
path: root/sys/dev/bluetooth/bcsp.c
AgeCommit message (Expand)Author
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2013-10-17add __USE for debugging variableschristos
2012-06-02Add some pre-processor magic to verify that the type of the data itemdsl
2011-07-31Put back #include "ioconf.h" per popular demand.uebayasi
2011-05-25Declare cfdrivers using extern rather than including ioconf.h.uebayasi
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-05-07Introduce actions/requests to handle authorization for ppp(4), sl(4),elad
2009-04-26Authorizing actions from the generic scope using a device scope wrapperelad
2009-03-15ansify function definitionscegger
2009-01-11merge christos-time_tchristos
2008-06-12use device_lookup_private to get softccegger
2008-03-22remove unnecessary include fileplunky
2007-12-03initialize loop variable as loop is not necessarily undertakenplunky
2007-11-28Clean up the way that bluetooth drivers attach to the bluetooth stack,plunky
2007-11-28+ Use device_t.kiyohara
2007-11-11convert device printf() usages to aprint_xxxx()plunky
2007-11-11bluetooth stack now keeps a device_t and passes it to device callbacks,plunky
2007-11-10Call ttyflush() with tty_lock held.ad
2007-11-03'struct callout' => callout_tplunky
2007-11-03switch devices to using CFATTACH_DECL_NEW()plunky
2007-10-14+ Add #ifdef DPRINTF{,N} before #undef.kiyohara
2007-10-04Fix some bugs.kiyohara
2007-09-30Add bcsp(4). However, it is debuging state.kiyohara