summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia/if_cs_pcmcia.c
AgeCommit message (Expand)Author
2016-07-07KNF. Remove extra spaces. No functional change.msaitoh
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2012-10-27split device_t/softc for all remaining drivers.chs
2012-02-02Entropy-pool implementation move and cleanup.tls
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-04-05use aprint_*_dev and device_xnamecegger
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2005-12-11merge ktrace-lwp.christos
2005-02-27nuke trailing whitespaceperry
2004-08-10Update to the new world order.mycroft
2004-08-10Now that all the silly string printing is gone, move the location where wemycroft
2004-08-09Fix the intr_establish/disestablish order here too.mycroft
2004-08-08Remove the "offset" and "size" arguments to pcmcia_io_map(). In the singularmycroft
2004-07-07More cleanup:mycroft
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2001-11-26move dev/isa/cs89x0{.c,{var,reg}.h} into dev/icyamt
2001-11-26add pcmcia frontend for cs driver.yamt