summaryrefslogtreecommitdiff
path: root/sys/dev/pccard
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove card_get_function. It looks like it was intended to be aWarner Losh2005-02-141-9/+0
* Remove DLINK_3, its unused. Remove NETGEAR FA410TX, since it is theWarner Losh2005-02-091-3/+0
* Sort PANASONIC products numericallyWarner Losh2005-02-031-1/+1
* The two PLANEX cards listed in pccarddevs, identified only by theirWarner Losh2005-02-011-12/+11
* The Olicom OC2220 has an ID of 0x101, not 0x2220 as I previouslyWarner Losh2005-01-291-1/+1
* Add back support for D-LINK DMR-650TX, and all the other OEMd versionsWarner Losh2005-01-271-1/+1
* Move 143 back to its rightful owner: Grey Cell systems, which OEMd enet cardsWarner Losh2005-01-271-4/+4
* Turns out that Digital's DEPCM-BA and I-O Data PCLATE are both OEMWarner Losh2005-01-251-6/+6
* Unbreak the Digital DEPCM-BA. Since it doesn't seem to have a properWarner Losh2005-01-251-1/+2
* Remove dummy vendor id for DIGITAL now that we have the real one.Poul-Henning Kamp2005-01-251-1/+0
* Minor whitespace cleanupWarner Losh2005-01-251-10/+16
* Add NEXTCOM NEXTHAWK ethernet card.Warner Losh2005-01-251-2/+6
* There have been a substantial number of changes to this file from theWarner Losh2005-01-241-1/+28
* Add an entry for Magic Ram, Inc's ETHERNET PC CARD 933926 card I justWarner Losh2005-01-241-0/+9
* Ignore the expected function number.Warner Losh2005-01-241-5/+0
* u_intXX_t -> uintXX_tWarner Losh2005-01-242-15/+15
* Some older PC Cards have a weird format for FUNCE tuples. They appearWarner Losh2005-01-212-2/+15
* Use Intersil chip names for the symbols, since many makers use theWarner Losh2005-01-201-2/+3
* Minor tweaks to properly order things.Warner Losh2005-01-201-4/+4
* Fix spelling errorWarner Losh2005-01-191-1/+1
* Go ahead and match on CIS3 and CIS4 strings as well. These are NULLWarner Losh2005-01-171-1/+14
* Tweaks to the name of this card, based on input from Sean Shapira.Warner Losh2005-01-101-1/+1
* Add Eagle NE200 Ethernet LAN MBH10302 card. This appears to be a feWarner Losh2005-01-101-0/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-068-8/+8
* Shame on me. I screwed up product ID for the 3COM Bluetooth PC-Card.Maksim Yevmenkin2004-09-091-1/+1
* Some cards don't have the info entries in the CIS, so vendorstr and/orWarner Losh2004-08-161-7/+21
* Don't nest includes here. There's no need and the subset included is lame.Warner Losh2004-05-281-5/+0
* Include required machine/bus.hWarner Losh2004-05-281-0/+1
* Fixing disorder is the hardest thing in the world: Learn to sort :-)Warner Losh2004-05-271-1/+2
* These are now not needed, after repo copy and conversion.Warner Losh2004-05-272-186/+0
* Sort includes, remove unnecssary ones.Warner Losh2004-05-271-10/+3
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-262-1181/+1
* Sync to pccarddevs 1.84Warner Losh2004-05-131-1/+4
* Add Intel EtherExpress PRO/100 LAN Modem. This will eventually beWarner Losh2004-05-131-0/+1
* ResyncMaksim Yevmenkin2004-05-101-1/+4
* Mode few Bluetooth defines into system include filesMaksim Yevmenkin2004-05-101-0/+1
* This file has never been used, nor will it ever be used in FreeBSD, soWarner Losh2004-05-091-71/+0
* Improve reading of CIS cards:Warner Losh2004-04-121-3/+10