NetBSD/sys/dev/bluetooth
rtr 651e5bd3f8 split PRU_SEND function out of pr_generic() usrreq switches and put into
separate functions

   xxx_send(struct socket *, struct mbuf *, struct mbuf *,
       struct mbuf *, struct lwp *)

  - always KASSERT(solocked(so)) even if not implemented

  - replace calls to pr_generic() with req = PRU_SEND with calls to
    pr_send()

rename existing functions that operate on PCB for consistency (and to
free up their names for xxx_send() PRUs

  - l2cap_send() -> l2cap_send_pcb()
  - sco_send() -> sco_send_pcb()
  - rfcomm_send() -> rfcomm_send_pcb()

patch reviewed by rmind
2014-08-05 07:55:31 +00:00
..
bcsp.c netbt: rename some attach/detach functions to have _pcb suffix, so 2014-05-20 18:25:54 +00:00
bcsp.h
bluetoothdevices.config Add config(5) fragment for MI bluetooth(4) drivers. 2011-07-20 22:42:59 +00:00
btdev.h
bthid.h
bthidev.c split PRU_SEND function out of pr_generic() usrreq switches and put into 2014-08-05 07:55:31 +00:00
bthidev.h
bthub.c Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
btkbd.c #ifdef the "npress" variable, so it is only defined (and initialized) when 2013-09-12 12:20:01 +00:00
btmagic.c split PRU_SEND function out of pr_generic() usrreq switches and put into 2014-08-05 07:55:31 +00:00
btms.c split device_t/softc for all remaining drivers. 2012-10-27 17:17:22 +00:00
btsco.c split PRU_SEND function out of pr_generic() usrreq switches and put into 2014-08-05 07:55:31 +00:00
btsco.h
btuart.c netbt: rename some attach/detach functions to have _pcb suffix, so 2014-05-20 18:25:54 +00:00
files.bluetooth add Magic Mouse driver and manpage btmagic(4) 2010-05-22 18:56:00 +00:00
Makefile