summaryrefslogtreecommitdiff
path: root/sys/dev/bluetooth/bthci.c
AgeCommit message (Expand)Author
2006-06-19Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,gdamore
2006-03-28Use device_unit().thorpej
2006-02-20Use device_is_active() rather than testing dv_flags for DVF_ACTIVEthorpej
2005-12-17Make this build again (ktrace-lwp branch changes).xtraeme
2005-12-11merge ktrace-lwp.christos
2005-07-02bthcipoll must not return <sys/errno.h> error codes, return POLLERR/POLLHUPdsainty
2004-01-04Don't (ab)use the device driver flow control interface to prevent incomingdsainty
2003-07-24A little printf-casting to make the DIAGNOSTIC sections of thisnathanw
2003-07-14add missing __KERNEL_RCSID()lukem
2003-01-11Changed the interface for passing output data between the bthci driverdsainty
2003-01-05Make the bthci driver functional. This is an experimental, incomplete, butdsainty
2002-10-24g/c IRDA ioctls (was within #if 0 anyway)augustss
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-10-01Remove unnecessary extern decl of bthci_ca.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-12Make it compile. Rename a macro.augustss
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-24Add some placeholders for Bluetooth code.augustss