| Commit message (Expand) | Author | Age | Files | Lines |
| * | Big cleanup of resource code for pccard. Once coventry noticed | Warner Losh | 2005-04-12 | 2 | -104/+30 |
| * | Cleanup of resource allocation code after having my attention focused on | Warner Losh | 2005-04-12 | 2 | -34/+61 |
| * | Use return value of resource_list_add to avoid a second | Warner Losh | 2005-04-12 | 1 | -7/+11 |
| * | deal with malloc failure | Sam Leffler | 2005-03-26 | 1 | -1/+4 |
| * | deal with failed malloc calls | Sam Leffler | 2005-03-26 | 1 | -0/+14 |
| * | Need to initialize the resource list that we keep for our children. | Warner Losh | 2005-03-18 | 1 | -0/+1 |
| * | Use STAILQ in preference to SLIST for the resources. Insert new resources | Warner Losh | 2005-03-18 | 1 | -1/+1 |
| * | Belkin F5D5020 is an OEM'd card from RACORE based on the AX88190 | Warner Losh | 2005-02-22 | 1 | -0/+1 |
| * | memspace is set to some value by masking off bits. When these bits | Warner Losh | 2005-02-17 | 1 | -4/+3 |
| * | Add an XXX comment about string quoting. | Warner Losh | 2005-02-16 | 1 | -0/+1 |
| * | Remove more deadwood that never got implemented in NEWCARD, since NEWCARD | Warner Losh | 2005-02-15 | 1 | -15/+0 |
| * | o It turns out that most of the ne-2000 cards that I have got real unhappy | Warner Losh | 2005-02-14 | 1 | -4/+3 |
| * | Remove card_get_function. It looks like it was intended to be a | Warner Losh | 2005-02-14 | 1 | -9/+0 |
| * | Remove DLINK_3, its unused. Remove NETGEAR FA410TX, since it is the | Warner Losh | 2005-02-09 | 1 | -3/+0 |
| * | Sort PANASONIC products numerically | Warner Losh | 2005-02-03 | 1 | -1/+1 |
| * | The two PLANEX cards listed in pccarddevs, identified only by their | Warner Losh | 2005-02-01 | 1 | -12/+11 |
| * | The Olicom OC2220 has an ID of 0x101, not 0x2220 as I previously | Warner Losh | 2005-01-29 | 1 | -1/+1 |
| * | Add back support for D-LINK DMR-650TX, and all the other OEMd versions | Warner Losh | 2005-01-27 | 1 | -1/+1 |
| * | Move 143 back to its rightful owner: Grey Cell systems, which OEMd enet cards | Warner Losh | 2005-01-27 | 1 | -4/+4 |
| * | Turns out that Digital's DEPCM-BA and I-O Data PCLATE are both OEM | Warner Losh | 2005-01-25 | 1 | -6/+6 |
| * | Unbreak the Digital DEPCM-BA. Since it doesn't seem to have a proper | Warner Losh | 2005-01-25 | 1 | -1/+2 |
| * | Remove dummy vendor id for DIGITAL now that we have the real one. | Poul-Henning Kamp | 2005-01-25 | 1 | -1/+0 |
| * | Minor whitespace cleanup | Warner Losh | 2005-01-25 | 1 | -10/+16 |
| * | Add NEXTCOM NEXTHAWK ethernet card. | Warner Losh | 2005-01-25 | 1 | -2/+6 |
| * | There have been a substantial number of changes to this file from the | Warner Losh | 2005-01-24 | 1 | -1/+28 |
| * | Add an entry for Magic Ram, Inc's ETHERNET PC CARD 933926 card I just | Warner Losh | 2005-01-24 | 1 | -0/+9 |
| * | Ignore the expected function number. | Warner Losh | 2005-01-24 | 1 | -5/+0 |
| * | u_intXX_t -> uintXX_t | Warner Losh | 2005-01-24 | 2 | -15/+15 |
| * | Some older PC Cards have a weird format for FUNCE tuples. They appear | Warner Losh | 2005-01-21 | 2 | -2/+15 |
| * | Use Intersil chip names for the symbols, since many makers use the | Warner Losh | 2005-01-20 | 1 | -2/+3 |
| * | Minor tweaks to properly order things. | Warner Losh | 2005-01-20 | 1 | -4/+4 |
| * | Fix spelling error | Warner Losh | 2005-01-19 | 1 | -1/+1 |
| * | Go ahead and match on CIS3 and CIS4 strings as well. These are NULL | Warner Losh | 2005-01-17 | 1 | -1/+14 |
| * | Tweaks to the name of this card, based on input from Sean Shapira. | Warner Losh | 2005-01-10 | 1 | -1/+1 |
| * | Add Eagle NE200 Ethernet LAN MBH10302 card. This appears to be a fe | Warner Losh | 2005-01-10 | 1 | -0/+1 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 8 | -8/+8 |
| * | Shame on me. I screwed up product ID for the 3COM Bluetooth PC-Card. | Maksim Yevmenkin | 2004-09-09 | 1 | -1/+1 |
| * | Some cards don't have the info entries in the CIS, so vendorstr and/or | Warner Losh | 2004-08-16 | 1 | -7/+21 |
| * | Don't nest includes here. There's no need and the subset included is lame. | Warner Losh | 2004-05-28 | 1 | -5/+0 |
| * | Include required machine/bus.h | Warner Losh | 2004-05-28 | 1 | -0/+1 |
| * | Fixing disorder is the hardest thing in the world: Learn to sort :-) | Warner Losh | 2004-05-27 | 1 | -1/+2 |
| * | These are now not needed, after repo copy and conversion. | Warner Losh | 2004-05-27 | 2 | -186/+0 |
| * | Sort includes, remove unnecssary ones. | Warner Losh | 2004-05-27 | 1 | -10/+3 |
| * | Move to generating pccarddevs.h on the fly, both for the kernel and | Warner Losh | 2004-05-26 | 2 | -1181/+1 |
| * | Sync to pccarddevs 1.84 | Warner Losh | 2004-05-13 | 1 | -1/+4 |
| * | Add Intel EtherExpress PRO/100 LAN Modem. This will eventually be | Warner Losh | 2004-05-13 | 1 | -0/+1 |
| * | Resync | Maksim Yevmenkin | 2004-05-10 | 1 | -1/+4 |
| * | Mode few Bluetooth defines into system include files | Maksim Yevmenkin | 2004-05-10 | 1 | -0/+1 |
| * | This file has never been used, nor will it ever be used in FreeBSD, so | Warner Losh | 2004-05-09 | 1 | -71/+0 |
| * | Improve reading of CIS cards: | Warner Losh | 2004-04-12 | 1 | -3/+10 |