aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccard/pccardvar.h
Commit message (Expand)AuthorAgeFilesLines
* Don't nest includes here. There's no need and the subset included is lame.Warner Losh2004-05-281-5/+0
* MFp4:Warner Losh2003-11-021-4/+2
* Const poison string accessor functions.Warner Losh2003-10-261-4/+4
* refactor how we do the quirk matching. this puts an ugly if into aWarner Losh2003-10-061-4/+2
* Remove unused #defines.Warner Losh2003-09-201-3/+0
* Remove unneeded field after CIS changes.Warner Losh2003-08-291-1/+0
* Add accessor for cis4 string. Neither OLDCARD nor NEWCARD supportWarner Losh2003-04-231-0/+1
* Remove bogus line and entry, restore cnet ne2000 add smc 8041Warner Losh2003-04-101-5/+6
* 1.37 was committed prematurely: back out until I can commit all parts at theWarner Losh2003-04-091-6/+5
* 1.77 was bogus: there is no logic bug. Back it out and compare theWarner Losh2003-04-091-5/+6
* Create new _ND versions to allow one to not specify the description beWarner Losh2003-04-081-0/+5
* u_int*_t -> uint*_tWarner Losh2003-04-081-14/+14
* MFp4:Warner Losh2002-11-141-4/+4
* Eliminate the need for pccard_common.c by moving the function inlineWarner Losh2002-07-171-5/+13
* Make oldcard and newcard kernel module work.Takanori Watanabe2002-05-301-1/+2
* Add u_int16 prodext value in CISTPL_MANF_ID. This gets a fifth byteTakeshi Shibagaki2002-02-201-0/+3
* Move cardaddr to memory structure.Warner Losh2002-01-291-1/+2
* Hoist the Card/Card2 macros that I invented for the wi driver intoWarner Losh2001-11-151-0/+10
* Sync to 1.16 pccarddevs to get new PCMCIA_ symbolsWarner Losh2001-11-111-3/+3
* Update cis tuple parser, add a pccarddevs entry,Takeshi Shibagaki2001-09-021-0/+19
* Part two of this NEWCARD update:Jonathan Chen2001-08-271-12/+2
* Add additional enumeration types for CARD_SET_RES_FLAGS.Duncan Barclay2001-05-081-1/+5
* Add accessor/ivar for the "function". This is so we can genericallyWarner Losh2001-04-211-1/+3
* First step towards making loadable modules independent of havingWarner Losh2001-03-221-2/+12
* Convert the vendor/product cis strings to an array of CIS entries. ThisWarner Losh2001-01-211-2/+1
* * Better kld support in pccbb/cardbusJonathan Chen2001-01-061-0/+4
* First cut at allocating the resources from the CIS after the probe, butWarner Losh2000-10-161-0/+6
* Lots of little fixes. We no longer panic on card insert:Warner Losh2000-10-151-4/+2
* o Record the pccard_function in the ivar.Warner Losh2000-10-091-0/+1
* o Merge in changes to the NetBSD sources:Warner Losh2000-09-221-7/+39
* Implement indirection in the pccard probe/attach. This should make itWarner Losh2000-09-191-0/+4
* Change the interface to pccard_function_init. The interface is suchWarner Losh2000-09-161-3/+2
* Save a pointer to the dev, if any, that each function attach.Warner Losh2000-08-221-0/+1
* o Move to using PCCARD_SOFTC(dev)Warner Losh2000-08-191-3/+3
* Matching commits to pccard for last pcic changes. We now at least toWarner Losh2000-06-181-2/+0
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-4/+4
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-4/+4
* OK. Next step: we read in CIS.Warner Losh2000-04-191-4/+7
* checkpoint latest pccard/pcic hacking:Warner Losh2000-04-131-10/+3
* Minor changes to some of the interfaces.Warner Losh2000-03-261-1/+12
* Propagate MAC address in CIS tupple to dev/ed/ driver.Tatsumi Hosokawa2000-01-211-0/+13
* Eliminate pccard_chip_* tonight.Warner Losh2000-01-101-16/+3
* Checkpoint of today's changes. We now get to the point where the pccardWarner Losh2000-01-061-9/+3
* Tonight's cleanups.Warner Losh1999-12-071-17/+20
* Flesh out the pccard bus_ methods with either the generic one (whereWarner Losh1999-11-291-7/+4
* Moderately hacked pccard code from newconfig. It is somewhat inWarner Losh1999-10-261-0/+290