aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccard
Commit message (Expand)AuthorAgeFilesLines
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-3/+4
* Fix a race between setting up the interrupt handler and it firing byWarner Losh2019-01-071-4/+7
* 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
* pccard: recode to use devctl_safe_quote_sb instead of devctl_safe_quote.Warner Losh2018-06-271-6/+12
* Push down Giant one layer. In the days of yore, back when PenitumsWarner Losh2018-03-201-0/+2
* 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-278-0/+16
* Since the human readable name is actually ignored, and not matching aWarner Losh2017-09-271-1/+1
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-3/+3
* Remove slightly used const values that can be replaced with nitems().Pedro F. Giffuni2016-04-211-4/+1
* Move pccard_safe_quote() up to subr_bus.c and rename toWarner Losh2016-03-281-22/+2
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.Justin Hibbits2016-03-182-11/+11
* Replace all resource occurrences of '0UL/~0UL' with '0/~0'.Justin Hibbits2016-03-031-2/+2
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits2016-02-272-3/+3
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.Justin Hibbits2016-02-201-1/+1
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-272-15/+15
* 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
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-4/+2
* Revert r267961, r267973:Glen Barber2014-06-271-2/+4
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-4/+2
* Simplify resource activation a bit.Warner Losh2012-06-282-26/+39
* Replace `inline static' by `static inline'.Ed Schouten2011-12-131-7/+7
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Make a couple of debug printfs DEVPRINTF.Warner Losh2011-06-061-4/+4
* Fix typos.Rebecca Cran2010-11-091-3/+3
* cardbus -> CardBusWarner Losh2010-01-031-1/+1
* Another PC Card that needs the CIS strings for the Surecom EP-427X,Warner Losh2009-04-241-0/+1
* A couple of older Melco cards that missed the transition to newcardWarner Losh2009-04-221-0/+1
* Add Billionton LNT-10TB variantWarner Losh2009-04-221-0/+1
* Add AmbiCom AMB8002, AMB8010 (2 variants) and AMB8610. These wereWarner Losh2009-04-221-0/+4
* Another NE-2000 clone. The GVC NIC-2000P Ethernet adapter. Based onWarner Losh2009-04-141-0/+2
* Another GlobalVillage card.Warner Losh2009-04-071-0/+1
* Sort NECINFORTIA correctly.Warner Losh2009-03-271-1/+1
* Harvest a previously unknown Bromax design based on the AX88x90 fromWarner Losh2009-03-271-0/+1
* RIOS Systems co was naughty and used a 'random' id. Use it with theWarner Losh2009-03-251-0/+4
* Another akihabra find: Mitsubishi B8895.Warner Losh2009-03-251-0/+2
* Remove old compat method that's no longer needed (and hasn't beenWarner Losh2009-03-111-9/+0
* Allow zero length memroy space descriptor sections. It is apparentlyWarner Losh2009-03-111-4/+2
* Add entry for Hitachi HT-4840-11, which is a fe-based card.Warner Losh2009-03-111-0/+4
* Add 3 new cards that I found today in akihabara...Warner Losh2009-03-111-0/+8
* Add in parsing of the disk FUNCE tuples.Warner Losh2009-03-033-16/+27
* Store the entire funce for disk type functions (eg CF cards and theWarner Losh2009-02-062-1/+20
* Bring consistent debugging output for all values that are supposedWojciech A. Koszek2009-02-052-31/+31