summaryrefslogtreecommitdiff
path: root/sys/dev/bluetooth/bthub.c
AgeCommit message (Expand)Author
2015-05-09use standard idiom - thanks riastradh@dholland
2015-05-09Coverity CID 975184: don't ignore pmf_device_register failure.dholland
2014-07-25Add d_discard to all struct cdevsw instances I could find.dholland
2014-03-16Change (mostly mechanically) every cdevsw/bdevsw I can find to usedholland
2012-04-03register/deregister pmf(9) NULL handlers for bthub(4) andplunky
2011-07-31Put back #include "ioconf.h" per popular demand.uebayasi
2011-05-25Declare cfdrivers using extern rather than including ioconf.h.uebayasi
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-06-12use device_lookup_private to get softccegger
2008-03-28Use deviter API to search for child devices.plunky
2007-11-03switch devices to using CFATTACH_DECL_NEW()plunky
2007-10-28remove unnecessary cast (shortens long line)plunky
2007-03-13remove extraneous whitespaceplunky
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-10-04Internally, use the service name as the identifier for matchingplunky
2006-10-04fix incomplete initializerchristos
2006-09-22Alter the protocol impemented by prop_kern to allow for bi-directionalthorpej
2006-09-10update to bluetooth device attachment:plunky
2006-08-13Remove obsolete file from repositoryplunky
2006-06-19Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,gdamore