summaryrefslogtreecommitdiff
path: root/sys/dev/cardbus/cardslot.c
AgeCommit message (Expand)Author
2013-10-12Pass the device name in, so we can debug what deferred drivers did not work.christos
2012-10-27split device_t/softc for all remaining drivers.chs
2011-05-24Kill redundant ()joerg
2010-03-19Remove superfluous cast (device_t to device_t).dyoung
2009-12-15Move to 2-clause license. Approved by HAYAKAWA Koichi (copyright holder).snj
2009-05-21Let us detach pcmcia0 and cardbus0 at cardslot0, and cardslot0 atdyoung
2009-05-12struct device * -> device_t, no functional changes intended.cegger
2009-05-12struct cfdata * -> cfdata_t, no functional changes intended.cegger
2009-04-02During shutdown, detach devices in an orderly fashion.dyoung
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
2008-07-03minor cleanup so that it can cope with a futute split pcmcia device/softcdrochner
2008-06-29fix typedogcow
2008-06-25Avoid the use of i82365var.h - we don't use any functions from there.drochner
2008-06-25split device/softc for pccbb, the cardbus half of cardslot and cardbusdrochner
2008-06-24clean up some useless code and variables in cardbus attachmentdrochner
2008-04-06use aprint_*_dev and device_xnamecegger
2007-12-16Improve pci, cbb, cardslot, cardbus, and pcmcia to support detachmentdyoung
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-12-01aprintifyjmcneill
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-07-09Merge some of the less invasive changes from the vmlocking branch:ad
2007-02-04Cosmetic: KNF. In debug messages, use "%s: ...", __func__ idiomdyoung
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-03-29Use device_private().thorpej
2006-03-29Use device_unit().thorpej
2006-03-29Use device_cfdata().thorpej
2005-12-11merge ktrace-lwp.christos
2005-08-26s/locdesc_t/int/gdrochner
2005-02-04de-__Pperry
2004-09-13a round of autoconf cleanup:drochner
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
2003-10-25Fix uninitialized variable warningschristos
2003-01-01Use aprint_normal() in cfprint routines.thorpej
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-27Introduce a new routine, config_match(), which invokes thethorpej
2002-06-01SIMPLEQ rototill:lukem
2001-11-15don't need <sys/types.h> when including <sys/param.h>lukem
2001-11-13add RCSIDlukem
2001-03-27Cosmetic changes.haya
2001-02-12The card_attach_now flag hasn't been necessary or useful for some time.nathanw
2001-01-28Minor grammar/spelling fixes in comments.nathanw
2000-07-02nuke some final __BROKEN_INDIRECT_CONFIG bits that weren't caught bycgd
2000-06-16beat back the undead: __BROKEN_INDIRECT_CONFIG had risen, and wascgd
2000-03-221. Do not apply 5 V on a CardBus card.haya
2000-01-31Force power off when a CardBus card is detached.haya
2000-01-26Add cardbus detach functionality. Add a functionhaya
2000-01-24Use config_pending. Addresses kern/9247.thorpej