| Commit message (Expand) | Author | Age | Files | Lines |
* | o Add Toshiba's id. Make AGERE an alias for LUCENT. Add Ungermann's ID. | imp | 2005-07-18 | 1 | -0/+7 |
* | I believe that this tsleep was placed here in 1.28 to try to solve the | imp | 2005-07-17 | 1 | -3/+1 |
* | Insert missing int i; | imp | 2005-07-15 | 1 | -0/+1 |
* | Also provide the function type in the nomatch routine. | imp | 2005-07-14 | 1 | -4/+7 |
* | Add device id for RATOC REX CFU1 sl811 based USB Host Controller. | takawata | 2005-07-14 | 1 | -1/+2 |
* | o Check to make sure the card has a function (panic if not) in read_ivar. | imp | 2005-07-13 | 2 | -45/+65 |
* | The supposed OLD STYLE network MAC id tuple was really just a buggy | imp | 2005-07-13 | 2 | -14/+1 |
* | Add a couple of other products, tweak a few descriptions. | imp | 2005-07-13 | 1 | -1/+5 |
* | Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8 | imp | 2005-07-10 | 1 | -8/+49 |
* | Add device entry for a Farallon EtherMac PC Card that I won on ebay. This | imp | 2005-07-06 | 1 | -0/+1 |
* | Upon relection, we shouldn't allow the tuple structs to be modified by | imp | 2005-07-01 | 2 | -10/+6 |
* | Add a much-requested feature: The ability for pccard attachments to | imp | 2005-07-01 | 4 | -8/+18 |
* | Eliminate unused argument in PCMCIA_CARD macro. | imp | 2005-06-24 | 1 | -5/+29 |
* | Add wireless + flash CF card I have | imp | 2005-06-24 | 1 | -0/+1 |
* | Initial import of ipw, iwi, ral and ural drivers: | damien | 2005-04-18 | 1 | -0/+4 |
* | Big cleanup of resource code for pccard. Once coventry noticed | imp | 2005-04-12 | 2 | -104/+30 |
* | Cleanup of resource allocation code after having my attention focused on | imp | 2005-04-12 | 2 | -34/+61 |
* | Use return value of resource_list_add to avoid a second | imp | 2005-04-12 | 1 | -7/+11 |
* | deal with malloc failure | sam | 2005-03-26 | 1 | -1/+4 |
* | deal with failed malloc calls | sam | 2005-03-26 | 1 | -0/+14 |
* | Need to initialize the resource list that we keep for our children. | imp | 2005-03-18 | 1 | -0/+1 |
* | Use STAILQ in preference to SLIST for the resources. Insert new resources | imp | 2005-03-18 | 1 | -1/+1 |
* | Belkin F5D5020 is an OEM'd card from RACORE based on the AX88190 | imp | 2005-02-22 | 1 | -0/+1 |
* | memspace is set to some value by masking off bits. When these bits | imp | 2005-02-17 | 1 | -4/+3 |
* | Add an XXX comment about string quoting. | imp | 2005-02-16 | 1 | -0/+1 |
* | Remove more deadwood that never got implemented in NEWCARD, since NEWCARD | imp | 2005-02-15 | 1 | -15/+0 |
* | o It turns out that most of the ne-2000 cards that I have got real unhappy | imp | 2005-02-14 | 1 | -4/+3 |
* | Remove card_get_function. It looks like it was intended to be a | imp | 2005-02-14 | 1 | -9/+0 |
* | Remove DLINK_3, its unused. Remove NETGEAR FA410TX, since it is the | imp | 2005-02-09 | 1 | -3/+0 |
* | Sort PANASONIC products numerically | imp | 2005-02-03 | 1 | -1/+1 |
* | The two PLANEX cards listed in pccarddevs, identified only by their | imp | 2005-02-01 | 1 | -12/+11 |
* | The Olicom OC2220 has an ID of 0x101, not 0x2220 as I previously | imp | 2005-01-29 | 1 | -1/+1 |
* | Add back support for D-LINK DMR-650TX, and all the other OEMd versions | imp | 2005-01-27 | 1 | -1/+1 |
* | Move 143 back to its rightful owner: Grey Cell systems, which OEMd enet cards | imp | 2005-01-27 | 1 | -4/+4 |
* | Turns out that Digital's DEPCM-BA and I-O Data PCLATE are both OEM | imp | 2005-01-25 | 1 | -6/+6 |
* | Unbreak the Digital DEPCM-BA. Since it doesn't seem to have a proper | imp | 2005-01-25 | 1 | -1/+2 |
* | Remove dummy vendor id for DIGITAL now that we have the real one. | phk | 2005-01-25 | 1 | -1/+0 |
* | Minor whitespace cleanup | imp | 2005-01-25 | 1 | -10/+16 |
* | Add NEXTCOM NEXTHAWK ethernet card. | imp | 2005-01-25 | 1 | -2/+6 |
* | There have been a substantial number of changes to this file from the | imp | 2005-01-24 | 1 | -1/+28 |
* | Add an entry for Magic Ram, Inc's ETHERNET PC CARD 933926 card I just | imp | 2005-01-24 | 1 | -0/+9 |
* | Ignore the expected function number. | imp | 2005-01-24 | 1 | -5/+0 |
* | u_intXX_t -> uintXX_t | imp | 2005-01-24 | 2 | -15/+15 |
* | Some older PC Cards have a weird format for FUNCE tuples. They appear | imp | 2005-01-21 | 2 | -2/+15 |
* | Use Intersil chip names for the symbols, since many makers use the | imp | 2005-01-20 | 1 | -2/+3 |
* | Minor tweaks to properly order things. | imp | 2005-01-20 | 1 | -4/+4 |
* | Fix spelling error | imp | 2005-01-19 | 1 | -1/+1 |
* | Go ahead and match on CIS3 and CIS4 strings as well. These are NULL | imp | 2005-01-17 | 1 | -1/+14 |
* | Tweaks to the name of this card, based on input from Sean Shapira. | imp | 2005-01-10 | 1 | -1/+1 |
* | Add Eagle NE200 Ethernet LAN MBH10302 card. This appears to be a fe | imp | 2005-01-10 | 1 | -0/+1 |