aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccard/card_if.m
Commit message (Expand)AuthorAgeFilesLines
* Regularize my copyright noticeWarner Losh2019-12-041-2/+1
* cardbus -> CardBusWarner Losh2010-01-031-1/+1
* Remove old compat method that's no longer needed (and hasn't beenWarner Losh2009-03-111-9/+0
* do_product_lookup should return a const struct pccard_product *.Warner Losh2009-02-051-1/+1
* Remove OLDCARD vestiges from hereWarner Losh2005-09-251-60/+0
* Add a few new functions interfaces to allow reading/writing attributeWarner Losh2005-09-131-0/+41
* Add a much-requested feature: The ability for pccard attachments toWarner Losh2005-07-011-0/+9
* Remove more deadwood that never got implemented in NEWCARD, since NEWCARDWarner Losh2005-02-151-15/+0
* Remove card_get_function. It looks like it was intended to be aWarner Losh2005-02-141-9/+0
* u_intXX_t -> uintXX_tWarner Losh2005-01-241-3/+3
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Include required machine/bus.hWarner Losh2004-05-281-0/+1
* o move the cis tuple definitions into a common file.Warner Losh2003-10-071-8/+0
* Remove the cis reading bus methods. They were never implemented andWarner Losh2003-10-061-49/+0
* MFp4:Warner Losh2002-11-021-5/+0
* o Dike out the bogus reprobe stuff. It was getting in the way of newbus' ownWarner Losh2002-09-101-9/+0
* Eliminate the need for pccard_common.c by moving the function inlineWarner Losh2002-07-171-5/+6
* Make oldcard and newcard kernel module work.Takanori Watanabe2002-05-301-0/+8
* Remove DETACH_NOWARNWarner Losh2002-02-071-1/+0
* Part two of this NEWCARD update:Jonathan Chen2001-08-271-0/+9
* Non-functional changes to NEWCARD stuff.Jonathan Chen2001-08-261-12/+12
* null_do_probe: mark as unusedAssar Westerlund2001-07-211-0/+2
* First step towards making loadable modules independent of havingWarner Losh2001-03-221-0/+29
* o Now that I've had time to test the new interface, reintegrate it back in.Warner Losh2001-01-071-0/+1
* Undo the interface change to CARD_GET_MEMORY_OFFSET. It wasn't testedWarner Losh2001-01-071-1/+0
* * Better kld support in pccbb/cardbusJonathan Chen2001-01-061-1/+53
* Oops, broke newcard because I forgot to commit this in my last round of chang...Jonathan Chen2000-11-281-0/+4
* Implement indirection in the pccard probe/attach. This should make itWarner Losh2000-09-191-0/+40
* Define get_memory_offset methodWarner Losh2000-08-111-0/+7
* Add new functions. Also add comments to existing functions. TheseWarner Losh2000-06-181-0/+37
* Remove bogus commentWarner Losh2000-04-201-2/+0
* Include <sys/bus.h>, which is needed after Doug's latest object changes.Warner Losh2000-04-161-0/+2
* checkpoint latest pccard/pcic hacking:Warner Losh2000-04-131-4/+29
* Minor changes to some of the interfaces.Warner Losh2000-03-261-5/+1
* Add resource activation routines to pcic driver. Minor cleanup ofWarner Losh1999-11-281-0/+56