summaryrefslogtreecommitdiff
path: root/sys/dev/bluetooth/btuart.c
AgeCommit message (Expand)Author
2019-01-24Add comments about D_MPSAFE to functions called as struct linesw.l_ioctl.knakahara
2015-08-20include "ioconf.h" to get the 'void <driver>attach(int count);' prototype.christos
2014-05-20netbt: rename some attach/detach functions to have _pcb suffix, sormind
2011-07-31Put back #include "ioconf.h" per popular demand.uebayasi
2011-05-25Declare cfdrivers using extern rather than including ioconf.h.uebayasi
2010-02-18Remove unnecessary line-feed.kiyohara
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-01-11merge christos-time_tchristos
2008-06-12use device_lookup_private to get softccegger
2008-04-15some changes to serial bluetooth host controller interfacesplunky
2007-12-15__FUNCTION__ -> __func__perry
2007-12-02Print name of firmware on fail for firmware_open().kiyohara
2007-12-02Add support bgb2xx. (not test X-)kiyohara
2007-11-28Clean up the way that bluetooth drivers attach to the bluetooth stack,plunky
2007-11-11convert device printf() usages to aprint_xxxx()plunky
2007-11-10use more device_t and device_xxx() accessorsplunky
2007-11-10Call ttyflush() with tty_lock held.ad
2007-11-03switch devices to using CFATTACH_DECL_NEW()plunky
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-09-03No need to check the NULL, m_gethdr() calls always with M_WAIT.kiyohara
2007-08-15Remove BTUART_DEBUG.kiyohara
2007-07-23Remove printf for debugging.kiyohara
2007-03-13remove extraneous whitespaceplunky
2007-03-12Not KAUTH_DEVICE_TTY_OPEN but KAUTH_GENERIC_ISSUSER is used.kiyohara
2007-03-06fix typoplunky
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-02-20Supprot Bluetooth HCI UART (H4) driver and daemon.kiyohara