summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/btbc.c
AgeCommit message (Expand)Author
2014-11-16Replace callout_stop with callout_haltozaki-r
2014-05-20netbt: rename some attach/detach functions to have _pcb suffix, sormind
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
2007-11-28Clean up the way that bluetooth drivers attach to the bluetooth stack,plunky
2007-11-25#ifndef-ed macro BTBC_DEFAULT_BAUDRATE.kiyohara
2007-11-11convert device printf() usages to aprint_xxxx()plunky
2007-11-10use more device_t and device_xxx() accessorsplunky
2007-11-03'struct callout' => callout_tplunky
2007-11-03switch devices to using CFATTACH_DECL_NEW()plunky
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-10-16Whenever writing once, m_adj() is called.kiyohara
2007-10-02remove unused activate functionplunky
2007-09-03No need to check the NULL, m_gethdr() was called always with M_WAIT.kiyohara
2007-08-20Add support for AnyCom BlueCard.kiyohara