summaryrefslogtreecommitdiffstats
path: root/sys/dev/pccard
Commit message (Expand)AuthorAgeFilesLines
* MFC r313982, r314068:pfg2017-03-141-3/+3
* Remove slightly used const values that can be replaced with nitems().pfg2016-04-211-4/+1
* Move pccard_safe_quote() up to subr_bus.c and rename toimp2016-03-281-22/+2
* Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.jhibbits2016-03-182-11/+11
* Replace all resource occurrences of '0UL/~0UL' with '0/~0'.jhibbits2016-03-031-2/+2
* Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().jhibbits2016-02-272-3/+3
* Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.jhibbits2016-02-201-1/+1
* Convert rman to use rman_res_t instead of u_longjhibbits2016-01-272-15/+15
* 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
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-4/+2
* Revert r267961, r267973:gjb2014-06-271-2/+4
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-4/+2
* Simplify resource activation a bit.imp2012-06-282-26/+39
* Replace `inline static' by `static inline'.ed2011-12-131-7/+7
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Make a couple of debug printfs DEVPRINTF.imp2011-06-061-4/+4
* Fix typos.brucec2010-11-091-3/+3
* cardbus -> CardBusimp2010-01-031-1/+1
* Another PC Card that needs the CIS strings for the Surecom EP-427X,imp2009-04-241-0/+1
* A couple of older Melco cards that missed the transition to newcardimp2009-04-221-0/+1
* Add Billionton LNT-10TB variantimp2009-04-221-0/+1
* Add AmbiCom AMB8002, AMB8010 (2 variants) and AMB8610. These wereimp2009-04-221-0/+4
* Another NE-2000 clone. The GVC NIC-2000P Ethernet adapter. Based onimp2009-04-141-0/+2
* Another GlobalVillage card.imp2009-04-071-0/+1
* Sort NECINFORTIA correctly.imp2009-03-271-1/+1
* Harvest a previously unknown Bromax design based on the AX88x90 fromimp2009-03-271-0/+1
* RIOS Systems co was naughty and used a 'random' id. Use it with theimp2009-03-251-0/+4
* Another akihabra find: Mitsubishi B8895.imp2009-03-251-0/+2
* Remove old compat method that's no longer needed (and hasn't beenimp2009-03-111-9/+0
* Allow zero length memroy space descriptor sections. It is apparentlyimp2009-03-111-4/+2
* Add entry for Hitachi HT-4840-11, which is a fe-based card.imp2009-03-111-0/+4
* Add 3 new cards that I found today in akihabara...imp2009-03-111-0/+8
* Add in parsing of the disk FUNCE tuples.imp2009-03-033-16/+27
* Store the entire funce for disk type functions (eg CF cards and theimp2009-02-062-1/+20
* Bring consistent debugging output for all values that are supposedwkoszek2009-02-052-31/+31
* do_product_lookup should return a const struct pccard_product *.imp2009-02-051-1/+1
* Fix parameter types for set_res_flags and read_ivarsimp2009-02-051-4/+4
* Define bits for memory mapping house keeping by bridges.imp2009-01-051-0/+4
* Remove opt_wi.h from module and fix typo in pccarddevs.imp2008-08-271-1/+1
* The APDL-325 is a Wireless LAN pcmcia adapter that sits inside someimp2008-08-271-0/+1
* Some PC Cards don't have the proper IRQ mask in them. The standardimp2008-08-271-0/+2
* MFp4: necessary quirks to get 3c1 not working (still no interrupts)imp2008-08-251-0/+23
* Fix a small problem in the comment about departure from NetBSD.imp2008-08-071-1/+1
* Add NEC PC-9802N-J02 (confirmed) and NEC PC-9202N-J02R (speculative)imp2008-08-072-17/+5
* Unify the initial card probe/attach procedure with the kldloadimp2008-08-062-63/+114
* Add an alternative ID for the Siemens SpeedStream SS1021: 0x3021.imp2008-08-021-0/+1
* Merge from NetBSD's pcmciadev file (rev ~1.208 - 1.226) whereimp2008-07-061-25/+28
* Slight simplification of the power parsing code, as well as usingimp2008-06-011-45/+27
OpenPOWER on IntegriCloud