summaryrefslogtreecommitdiff
path: root/sys/dev/ed/if_ed_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: New cards recognized from headWarner Losh2005-11-041-1/+5
* MFC: Bring in support for new PC Card chipset (TC5299J) and oldWarner Losh2005-10-081-66/+342
* MFC: pccard updatesWarner Losh2005-09-171-272/+437
* Add a boatload of new device ids, gleaned from the pcmcia-cs-3.2.8Warner Losh2005-07-101-0/+15
* Eliminate unused argument in PCMCIA_CARD macro.Warner Losh2005-06-241-66/+66
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-8/+8
* Belkin F5D5020 is an OEM'd card from RACORE based on the AX88190Warner Losh2005-02-221-1/+1
* Fix the support for the ax88[17]90 to print the right type, ratherWarner Losh2005-02-171-27/+31
* o It turns out that most of the ne-2000 cards that I have got real unhappyWarner Losh2005-02-141-9/+42
* Rework DL10019/DL10022 support. This tries to reset things in a moreWarner Losh2005-02-141-10/+22
* MFp4: Merge in AX88790 support from my p4 tree. I've had this in myWarner Losh2005-02-141-1/+5
* Improve the mining of MAC address from the card:Warner Losh2005-02-121-7/+36
* Add comment about MAC miningWarner Losh2005-02-121-0/+8
* Really old PCMCIA cards stored the MAC address in the attribute memoryWarner Losh2005-02-121-3/+41
* Eliminate the ED_VENDOR_{PCCARD,LINKSYS} types. These cards reallyWarner Losh2005-02-111-4/+5
* o Remove duplicate LINKSYS ETHERFAST entry.Warner Losh2005-02-091-4/+3
* Make it possible to unload ed. Move the ed_pccard_detach routine toWarner Losh2005-02-081-22/+1
* Add back support for D-LINK DMR-650TX, and all the other OEMd versionsWarner Losh2005-01-271-0/+1
* Remove unused static declaration of ed_pccard_dl100xx(), which probablyRobert Watson2005-01-261-1/+0
* Kill stray debugging line not fully removedWarner Losh2005-01-261-1/+1
* Rework how we deal with the DL10019 and DL10022 cards (as well as theWarner Losh2005-01-261-35/+28
* Turns out that Digital's DEPCM-BA and I-O Data PCLATE are both OEMWarner Losh2005-01-251-3/+3
* Use DIGITAL2 for DEPCM cardWarner Losh2005-01-251-1/+1
* Remove obsolete comment from head this time. The RELENG_5 commit wasWarner Losh2005-01-251-6/+0
* Add MagicRAM PC Card Ethernet as ne2000 cloneWarner Losh2005-01-251-0/+1
* Only attach to network functions.Warner Losh2005-01-201-0/+10
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Rumor has it that ACCTON EN2216 is also an ne2000 compatible. Make it so.Warner Losh2004-10-201-0/+1
* It is a little better to return ENXIO from probe/match routine than EIO.Warner Losh2004-07-211-1/+1
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewWarner Losh2004-05-271-1/+3
* Move to generating pccarddevs.h on the fly, both for the kernel andWarner Losh2004-05-261-1/+1
* It turns out that the module dependency on pccard is in error. SinceWarner Losh2004-05-081-1/+0
* Added TDK LAK-CD031 (simple NE2000 device).KATO Takenori2003-12-311-0/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+1
* EXPsys PCMCIA Ethernet ComboWarner Losh2003-09-201-1/+3
* Add MELCO LPC3_CTX. This is the same as Buffalo card of the same nameWarner Losh2003-08-071-0/+1
* The LP_ETH_10_100_CF entry needs to be tagged as a DL100019.Warner Losh2003-07-281-1/+1
* Add Socket Communications Low Power 10/100 CF Ethernet card.Warner Losh2003-07-261-0/+1
* Add support for BUFFALO LPC3-CLX 10/100Base-T PC-CardWarner Losh2003-07-191-0/+1
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-1/+3
* SMC 8041 is the same thing as LINKSYS COMBO_ECARD, so no extra entryWarner Losh2003-04-101-1/+0
* Add Billionton CFLT10N and SMC8041 (although I'm not 100% sure the latter isWarner Losh2003-04-101-1/+2
* reorganize the supported card table. We don't need the enet_vendor orWarner Losh2003-04-101-272/+57
* Don't set the description if NULL.Warner Losh2003-04-101-1/+2
* Add NE2000DVF_AX88190 flag to Corega FEther PCC-TXDMIHIRA Sanpei Yoshiro2003-04-041-1/+1
* Add BUFFALO LPC-CF-CLT(10Base-T Compact Flash Ether Card).Takeshi Shibagaki2003-01-181-0/+2
* network interface driver changes:Sam Leffler2002-11-141-1/+1
* add some devices from NetBSDWarner Losh2002-10-111-1/+9
* integrate from p4 repo:Warner Losh2002-07-221-9/+16
* More newcard devices:Warner Losh2002-04-021-1/+14