summaryrefslogtreecommitdiff
path: root/sys/dev/bluetooth/btuart.c
AgeCommit message (Expand)Author
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