summaryrefslogtreecommitdiffstats
path: root/sys/dev/cardbus/cardslot.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanup <sys/kthread.h> and <sys/proc.h> includes.mpi2020-02-181-2/+1
* all pools have their ipl set via pool_setipl, so fold it into pool_init.dlg2016-09-151-3/+2
* pool_setipl for cardbus and drm pools.dlg2016-08-241-2/+4
* Remove some includes include-what-you-use claims don'tjsg2015-03-141-3/+1
* remove the second void * argument on tasks.dlg2015-01-271-4/+4
* if you really must look inside the pool to decide if you've calledtedu2014-12-191-2/+2
* Replace workqs with tasks.mpi2013-10-301-3/+14
* Enforce ca_activate tree-walks over the entire heirarchy for all events,deraadt2013-05-301-3/+2
* Make CardBus ral(4) suspend and resume properly on machines that keep thekettenis2010-08-251-2/+3
* As per NetBSD move HAYAKAWA Koichi's licenses to two clause.jsg2010-01-131-6/+1
* Get size of the struct cardslot_event, not the function cardslot_event.ray2008-12-031-3/+3
* use workq instead of crafting our own kthread, since the tasks being donederaadt2008-11-241-189/+162
* Don't panic if someone inserts a CardBus slot for which we disabled CardBuskettenis2007-12-211-2/+3
* Don't crash if we only try to attach pcmcia(4).kettenis2007-12-161-3/+3
* Un-staticize if option DDB.miod2007-09-171-10/+14
* knf.fgsch2005-09-191-278/+276
* typo, enevt -> eventbrad2004-07-251-2/+2
* - The card_attach_now flag hasn't been necessary or useful for some time.brad2004-07-151-30/+8
* Remove useless ``elm'' argument from the SIMPLEQ_REMOVE_HEAD macro.grange2004-05-041-4/+4
* typos from Tom Cosgrove;jmc2003-10-211-4/+4
* First round of __P removal in sysmillert2002-03-141-8/+8
* Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On manyaaron2000-04-081-0/+439