aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccard/pccardvar.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-161-1/+0
* Reapply, with minor tweaks, r338025, from the original commit:Warner Losh2018-09-261-1/+1
* Back out r338035 until Warner is finished churning GSoC PNP patchesConrad Meyer2018-08-191-1/+1
* Remove unused and easy to misuse PNP macro parameterConrad Meyer2018-08-191-1/+1
* Minor formatting and style tweaks to some comments.John Baldwin2017-12-281-9/+8
* Create a new ISA_PNP_INFO macro. Use this macro every where we haveWarner Losh2017-12-231-1/+1
* Expand cryptic comment with inforation I've learned in the mean timeWarner Losh2017-12-231-4/+12
* PC Card PNP tables are terminated by a NULL sentinel. This shouldn'tWarner Losh2017-12-221-1/+1
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Since the human readable name is actually ignored, and not matching aWarner Losh2017-09-271-1/+1
* Create a generic PCCARD_PNP_INFO from the MODULE_PNP_INFO buildingWarner Losh2015-12-111-0/+10
* Remove unused PCMCIA_CARD* macros.Warner Losh2014-12-031-7/+1
* Retire old, transition code for managing the FreeBSD 5 -> 6 migration.Warner Losh2014-11-221-25/+0
* Replace `inline static' by `static inline'.Ed Schouten2011-12-131-7/+7
* Fix typos.Rebecca Cran2010-11-091-3/+3
* Add in parsing of the disk FUNCE tuples.Warner Losh2009-03-031-1/+23
* Define bits for memory mapping house keeping by bridges.Warner Losh2009-01-051-0/+4
* Unify the initial card probe/attach procedure with the kldloadWarner Losh2008-08-061-0/+3
* Fix commentWarner Losh2005-09-251-2/+2
* Remove compat layer for OLDCARD compatibility. All instances of itWarner Losh2005-09-221-13/+0
* Fix build.Gleb Smirnoff2005-09-201-0/+13
* Implement /dev/pccardN.cis. This mirrors the CIS for the card to userland.Warner Losh2005-09-201-163/+1
* Add a few new functions interfaces to allow reading/writing attributeWarner Losh2005-09-131-1/+33
* Define and use PCCARD_MEM_PAGE_SIZE.Warner Losh2005-09-131-0/+2
* MFp4: Remove stale functions.Warner Losh2005-09-131-21/+0
* o Check to make sure the card has a function (panic if not) in read_ivar.Warner Losh2005-07-131-1/+1
* Upon relection, we shouldn't allow the tuple structs to be modified byWarner Losh2005-07-011-1/+1
* Add a much-requested feature: The ability for pccard attachments toWarner Losh2005-07-011-2/+3
* Eliminate unused argument in PCMCIA_CARD macro.Warner Losh2005-06-241-5/+29
* Big cleanup of resource code for pccard. Once coventry noticedWarner Losh2005-04-121-3/+0
* Cleanup of resource allocation code after having my attention focused onWarner Losh2005-04-121-3/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* 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