aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pccard
Commit message (Expand)AuthorAgeFilesLines
* Add some sanity checking to the pccard insertion case. Whine if theWarner Losh2005-12-281-4/+6
* Add Global Village lan modem.Warner Losh2005-10-291-2/+6
* Mempage should be 1024 not 4096. This fixes the multiple 16-bit cardsWarner Losh2005-10-161-1/+1
* Change I-O data WB-B11/CFZ entry to ELSA XI330 as the former is aWarner Losh2005-10-141-1/+1
* IDs for generic card, airvast wm_100, i-o data wn-b11/cfzWarner Losh2005-10-111-1/+5
* Remove OLDCARD vestiges from hereWarner Losh2005-09-251-60/+0
* Fix commentWarner Losh2005-09-251-2/+2
* Remove unnecessary Dlink de650 entryWarner Losh2005-09-241-1/+0
* Remove compat layer for OLDCARD compatibility. All instances of itWarner Losh2005-09-222-39/+0
* Better descriptions for the Jack of Diamonds cards.Warner Losh2005-09-211-5/+5
* Don't confuse the tuple code and the tuple length. Ooops. Since mostWarner Losh2005-09-211-1/+1
* Use the correct minor number for the pccardX.cis device.Warner Losh2005-09-201-3/+7
* remove some dead codeWarner Losh2005-09-201-9/+1
* Fix build.Gleb Smirnoff2005-09-202-0/+14
* Implement /dev/pccardN.cis. This mirrors the CIS for the card to userland.Warner Losh2005-09-204-164/+368
* Call the passed function on cis scanning for all nodes in the CISWarner Losh2005-09-201-0/+17
* Add a few new functions interfaces to allow reading/writing attributeWarner Losh2005-09-134-11/+172
* Define and use PCCARD_MEM_PAGE_SIZE.Warner Losh2005-09-132-1/+3
* MFp4: Remove stale functions.Warner Losh2005-09-131-21/+0
* MFp4:Warner Losh2005-09-101-2/+2
* Sorting the belly button lint of history:Warner Losh2005-09-071-7/+15
* Update for a few recently discovered Olicom token ring cards:Warner Losh2005-08-311-1/+3
* Global Village appears to be using 0x018c as its vendor ID, but thisWarner Losh2005-08-291-1/+6
* o Add Toshiba's id. Make AGERE an alias for LUCENT. Add Ungermann's ID.Warner Losh2005-07-181-0/+7
* I believe that this tsleep was placed here in 1.28 to try to solve theWarner Losh2005-07-171-3/+1
* Insert missing int i;Warner Losh2005-07-151-0/+1
* Also provide the function type in the nomatch routine.Warner Losh2005-07-141-4/+7
* Add device id for RATOC REX CFU1 sl811 based USB Host Controller.Takanori Watanabe2005-07-141-1/+2
* o Check to make sure the card has a function (panic if not) in read_ivar.Warner Losh2005-07-132-45/+65
* The supposed OLD STYLE network MAC id tuple was really just a buggyWarner Losh2005-07-132-14/+1
* Add a couple of other products, tweak a few descriptions.Warner Losh2005-07-131-1/+5
* Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8Warner Losh2005-07-101-8/+49
* Add device entry for a Farallon EtherMac PC Card that I won on ebay. ThisWarner Losh2005-07-061-0/+1
* Upon relection, we shouldn't allow the tuple structs to be modified byWarner Losh2005-07-012-10/+6
* Add a much-requested feature: The ability for pccard attachments toWarner Losh2005-07-014-8/+18
* Eliminate unused argument in PCMCIA_CARD macro.Warner Losh2005-06-241-5/+29
* Add wireless + flash CF card I haveWarner Losh2005-06-241-0/+1
* Initial import of ipw, iwi, ral and ural drivers:Damien Bergamini2005-04-181-0/+4
* Big cleanup of resource code for pccard. Once coventry noticedWarner Losh2005-04-122-104/+30
* Cleanup of resource allocation code after having my attention focused onWarner Losh2005-04-122-34/+61
* Use return value of resource_list_add to avoid a secondWarner Losh2005-04-121-7/+11
* deal with malloc failureSam Leffler2005-03-261-1/+4
* deal with failed malloc callsSam Leffler2005-03-261-0/+14
* Need to initialize the resource list that we keep for our children.Warner Losh2005-03-181-0/+1
* Use STAILQ in preference to SLIST for the resources. Insert new resourcesWarner Losh2005-03-181-1/+1
* Belkin F5D5020 is an OEM'd card from RACORE based on the AX88190Warner Losh2005-02-221-0/+1
* memspace is set to some value by masking off bits. When these bitsWarner Losh2005-02-171-4/+3
* Add an XXX comment about string quoting.Warner Losh2005-02-161-0/+1
* Remove more deadwood that never got implemented in NEWCARD, since NEWCARDWarner Losh2005-02-151-15/+0
* o It turns out that most of the ne-2000 cards that I have got real unhappyWarner Losh2005-02-141-4/+3