summaryrefslogtreecommitdiff
path: root/sys/netbt/hci_unit.c
AgeCommit message (Expand)Author
2011-07-06cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhmHenning Brauer
2010-07-02m_copyback can fail to allocate memory, but is a void fucntion so gymnasticsBret Lambert
2008-11-22Stop a possible race in hci_enable()Uwe Stuehler
2008-11-22Sync bluetooth with NetBSDUwe Stuehler
2008-02-24Sync sys/netbt with NetBSDUwe Stuehler
2007-06-24Remove some unused leftover code; original request from jasper@Uwe Stuehler
2007-06-06No need to call hci_enable() when we can do "btconfig <dev> up"; ok gwkUwe Stuehler
2007-06-01Set BTF_UP before hci_enable() to make hci_unit_lookup() work; ok gwkUwe Stuehler
2007-06-01workq_add_task() flags argument position changedUwe Stuehler
2007-06-01complete the sys/netbt import and adopt some more code to our interfacesUwe Stuehler
2007-05-31Enable packet flow between HCI driver and controllerUwe Stuehler
2007-05-30Import parts of the NetBSD bluetooth stack; ok gwk, and grange on removalUwe Stuehler