summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/bt3c.c
AgeCommit message (Expand)Author
2014-05-20netbt: rename some attach/detach functions to have _pcb suffix, sormind
2012-01-14don't behave differently when DIAGNOSTIC is definedplunky
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-01-08Expand PMF_FN_* macros.dyoung
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-04-06convert to use pmf(9) functionsplunky
2008-03-31use aprint_error_dev(), for clarityplunky
2007-11-28Clean up the way that bluetooth drivers attach to the bluetooth stack,plunky
2007-11-11convert device printf() usages to aprint_xxxx()plunky
2007-11-10use more device_t and device_xxx() accessorsplunky
2007-11-03switch devices to using CFATTACH_DECL_NEW()plunky
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-02remove unused activate functionplunky
2007-07-23add detail (in comments) about S-Record format for firmware fileplunky
2006-12-27fix a (valid) "buf may be used uninitialized" warning/error in DIAGNOSTIC.dogcow
2006-12-27CID-3821: don't leak `fh' and close the firmware properlyalc
2006-12-21merge yamt-splraiseipl branch.yamt
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-24Add "name" parameter to powerhook_establish, to aid debugging. No objectionsjmcneill
2006-08-28Make suspend/resume work properly for bt3c device.plunky
2006-08-28remove impossible conditionalchristos
2006-06-19Initial import of bluetooth stack on behalf of Iain Hibbert. (plunky@,gdamore