summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed/if_ed_pccard.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Rumor has it that ACCTON EN2216 is also an ne2000 compatible. Make it so.imp2004-10-201-0/+1
* It is a little better to return ENXIO from probe/match routine than EIO.imp2004-07-211-1/+1
* Fix disordering of pccarddevs.h noticed by bde. Also remove a fewimp2004-05-271-1/+3
* Move to generating pccarddevs.h on the fly, both for the kernel andimp2004-05-261-1/+1
* It turns out that the module dependency on pccard is in error. Sinceimp2004-05-081-1/+0
* Added TDK LAK-CD031 (simple NE2000 device).kato2003-12-311-0/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* EXPsys PCMCIA Ethernet Comboimp2003-09-201-1/+3
* Add MELCO LPC3_CTX. This is the same as Buffalo card of the same nameimp2003-08-071-0/+1
* The LP_ETH_10_100_CF entry needs to be tagged as a DL100019.imp2003-07-281-1/+1
* Add Socket Communications Low Power 10/100 CF Ethernet card.imp2003-07-261-0/+1
* Add support for BUFFALO LPC3-CLX 10/100Base-T PC-Cardimp2003-07-191-0/+1
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-1/+3
* SMC 8041 is the same thing as LINKSYS COMBO_ECARD, so no extra entryimp2003-04-101-1/+0
* Add Billionton CFLT10N and SMC8041 (although I'm not 100% sure the latter isimp2003-04-101-1/+2
* reorganize the supported card table. We don't need the enet_vendor orimp2003-04-101-272/+57
* Don't set the description if NULL.imp2003-04-101-1/+2
* Add NE2000DVF_AX88190 flag to Corega FEther PCC-TXDsanpei2003-04-041-1/+1
* Add BUFFALO LPC-CF-CLT(10Base-T Compact Flash Ether Card).shiba2003-01-181-0/+2
* network interface driver changes:sam2002-11-141-1/+1
* add some devices from NetBSDimp2002-10-111-1/+9
* integrate from p4 repo:imp2002-07-221-9/+16
* More newcard devices:imp2002-04-021-1/+14
* Add EDIMAX ethernet card for NEWCARD from NetBSDimp2002-01-291-0/+2
* Comment out some bogus entries. somehow they match everything, whichimp2001-11-201-5/+4
* MF NetBSD's if_ne_pcmcia.c rev 1.82's list of devicesimp2001-11-151-6/+20
* Migrate to PCMCIA_CARD() macrosimp2001-11-151-174/+48
* s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingimp2001-11-111-133/+133
* Add an option ED_NO_MIIBUS, which causes the `ed' driver to beiedowse2001-09-291-0/+16
* Remove an old hack that remembered if the card type was Linksys byiedowse2001-07-221-7/+3
* Attach the miibus for Linksys/Dlink cards from the attach routine,iedowse2001-07-221-6/+10
* Add support for Dlink DL10022 to the ed driver. This is a mii partimp2001-03-031-0/+94
* Add a bunch of entries from NetBSD's if_ne_pcmcia.c v1.67. We stillimp2001-01-211-5/+371
* select() DKI is now in <sys/selinfo.h>.wollman2001-01-091-1/+0
* Minor newbus/style(9) cleanups.imp2000-12-261-64/+70
* Linksys Fast Ethernet PCCARD cards supported by the ed driver nowtoshi2000-12-181-1/+43
* Call ed_probe_Novel in the AX88190 case as well.imp2000-12-171-1/+1
* Fix problem with ax88190 based cards trying to probe further afterimp2000-12-131-0/+1
* Argh, I have fixed this cut/paste error twice before. I must havepeter2000-11-251-3/+3
* Update the ed driver to probe and attach under a NEWCARD kernel (I waspeter2000-11-251-2/+29
* Network modules are all "if_foo" not "foo". Avoid the confusing spew thatmsmith2000-10-151-1/+1
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Allocate memory resource to access the attribute memory of a card.tanimura2000-09-251-65/+24
* Move the detection of Linksys PCMCIA cards from attach to probe.ps2000-09-121-1/+3
* - Fixed the conversion to bus_space interface.nyan2000-08-171-15/+69
* Newbusify ed driver.tanimura2000-08-141-69/+10
* MFPAO: Add support for AX88190, equipped in MELCO LPC3-TX.tanimura2000-07-231-0/+157
* Make all Ethernet drivers attach using ether_ifattach() and detach usingarchie2000-07-131-1/+1
* Only try to detect Linksys PCMCIA cards when we are in a pccardps2000-06-291-5/+7
OpenPOWER on IntegriCloud