summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccard/pccardvar.h
Commit message (Expand)AuthorAgeFilesLines
* Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingimp2015-12-111-0/+10
* Remove unused PCMCIA_CARD* macros.imp2014-12-031-7/+1
* Retire old, transition code for managing the FreeBSD 5 -> 6 migration.imp2014-11-221-25/+0
* Replace `inline static' by `static inline'.ed2011-12-131-7/+7
* Fix typos.brucec2010-11-091-3/+3
* Add in parsing of the disk FUNCE tuples.imp2009-03-031-1/+23
* Define bits for memory mapping house keeping by bridges.imp2009-01-051-0/+4
* Unify the initial card probe/attach procedure with the kldloadimp2008-08-061-0/+3
* Fix commentimp2005-09-251-2/+2
* Remove compat layer for OLDCARD compatibility. All instances of itimp2005-09-221-13/+0
* Fix build.glebius2005-09-201-0/+13
* Implement /dev/pccardN.cis. This mirrors the CIS for the card to userland.imp2005-09-201-163/+1
* Add a few new functions interfaces to allow reading/writing attributeimp2005-09-131-1/+33
* Define and use PCCARD_MEM_PAGE_SIZE.imp2005-09-131-0/+2
* MFp4: Remove stale functions.imp2005-09-131-21/+0
* o Check to make sure the card has a function (panic if not) in read_ivar.imp2005-07-131-1/+1
* Upon relection, we shouldn't allow the tuple structs to be modified byimp2005-07-011-1/+1
* Add a much-requested feature: The ability for pccard attachments toimp2005-07-011-2/+3
* Eliminate unused argument in PCMCIA_CARD macro.imp2005-06-241-5/+29
* Big cleanup of resource code for pccard. Once coventry noticedimp2005-04-121-3/+0
* Cleanup of resource allocation code after having my attention focused onimp2005-04-121-3/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Don't nest includes here. There's no need and the subset included is lame.imp2004-05-281-5/+0
* MFp4:imp2003-11-021-4/+2
* Const poison string accessor functions.imp2003-10-261-4/+4
* refactor how we do the quirk matching. this puts an ugly if into aimp2003-10-061-4/+2
* Remove unused #defines.imp2003-09-201-3/+0
* Remove unneeded field after CIS changes.imp2003-08-291-1/+0
* Add accessor for cis4 string. Neither OLDCARD nor NEWCARD supportimp2003-04-231-0/+1
* Remove bogus line and entry, restore cnet ne2000 add smc 8041imp2003-04-101-5/+6
* 1.37 was committed prematurely: back out until I can commit all parts at theimp2003-04-091-6/+5
* 1.77 was bogus: there is no logic bug. Back it out and compare theimp2003-04-091-5/+6
* Create new _ND versions to allow one to not specify the description beimp2003-04-081-0/+5
* u_int*_t -> uint*_timp2003-04-081-14/+14
* MFp4:imp2002-11-141-4/+4
* Eliminate the need for pccard_common.c by moving the function inlineimp2002-07-171-5/+13
* Make oldcard and newcard kernel module work.takawata2002-05-301-1/+2
* Add u_int16 prodext value in CISTPL_MANF_ID. This gets a fifth byteshiba2002-02-201-0/+3
* Move cardaddr to memory structure.imp2002-01-291-1/+2
* Hoist the Card/Card2 macros that I invented for the wi driver intoimp2001-11-151-0/+10
* Sync to 1.16 pccarddevs to get new PCMCIA_ symbolsimp2001-11-111-3/+3
* Update cis tuple parser, add a pccarddevs entry,shiba2001-09-021-0/+19
* Part two of this NEWCARD update:jon2001-08-271-12/+2
* Add additional enumeration types for CARD_SET_RES_FLAGS.dmlb2001-05-081-1/+5
* Add accessor/ivar for the "function". This is so we can genericallyimp2001-04-211-1/+3
* First step towards making loadable modules independent of havingimp2001-03-221-2/+12
* Convert the vendor/product cis strings to an array of CIS entries. Thisimp2001-01-211-2/+1
* * Better kld support in pccbb/cardbusjon2001-01-061-0/+4
* First cut at allocating the resources from the CIS after the probe, butimp2000-10-161-0/+6
* Lots of little fixes. We no longer panic on card insert:imp2000-10-151-4/+2
OpenPOWER on IntegriCloud