aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccard
Commit message (Expand)AuthorAgeFilesLines
* 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
* do_product_lookup should return a const struct pccard_product *.Warner Losh2009-02-051-1/+1
* Fix parameter types for set_res_flags and read_ivarsWarner Losh2009-02-051-4/+4
* Define bits for memory mapping house keeping by bridges.Warner Losh2009-01-051-0/+4
* Remove opt_wi.h from module and fix typo in pccarddevs.Warner Losh2008-08-271-1/+1
* The APDL-325 is a Wireless LAN pcmcia adapter that sits inside someWarner Losh2008-08-271-0/+1
* Some PC Cards don't have the proper IRQ mask in them. The standardWarner Losh2008-08-271-0/+2
* MFp4: necessary quirks to get 3c1 not working (still no interrupts)Warner Losh2008-08-251-0/+23
* Fix a small problem in the comment about departure from NetBSD.Warner Losh2008-08-071-1/+1
* Add NEC PC-9802N-J02 (confirmed) and NEC PC-9202N-J02R (speculative)Warner Losh2008-08-072-17/+5
* Unify the initial card probe/attach procedure with the kldloadWarner Losh2008-08-062-63/+114
* Add an alternative ID for the Siemens SpeedStream SS1021: 0x3021.Warner Losh2008-08-021-0/+1
* Merge from NetBSD's pcmciadev file (rev ~1.208 - 1.226) whereWarner Losh2008-07-061-25/+28
* Slight simplification of the power parsing code, as well as usingWarner Losh2008-06-011-45/+27
* Commit cmx(4), a driver for Omnikey CardMan 4040 PCMCIA smartcard readers.Rink Springer2008-03-061-0/+4
* Bring in some new Sierra Wireless drivers running under pccard.Remko Lodder2007-10-122-0/+40
* Add Micro Research PCMCIA LAN Adapter MR10TPC support. Patch slightlyWarner Losh2007-07-111-0/+2
* only register a ithread handler if the card requests an ithreadWarner Losh2007-06-161-3/+2
* Make the interrupt handler wrapper capable of correctly support filter+ithrea...Paolo Pisati2007-05-312-17/+20
* Use pause() rather than tsleep() on stack variables and function pointers.John Baldwin2007-02-271-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-232-9/+23
* CompUSA mutli-format pcmica flash reader/writerWarner Losh2007-02-161-0/+2
* Updated tuple list, kindaWarner Losh2007-02-161-1/+1
* Add poitner to JEDEC publication 106Warner Losh2007-02-161-0/+4
* We need to free the ivars for the child that we just deleted.Warner Losh2007-02-031-0/+3