summaryrefslogtreecommitdiff
path: root/sys/dev/ed
Commit message (Expand)AuthorAgeFilesLines
* Remove duplicate FBSDID's, move others to their right place.David E. O'Brien2003-11-141-2/+3
* Try to create some sort of consistency in how the routings to find theDavid E. O'Brien2003-11-131-13/+11
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-316-21/+17
* There is no way to enter the attach routine twice with the same softcBrooks Davis2003-10-301-43/+41
* Add Allied Telesis SIC-AT boards support.Takeshi Shibagaki2003-10-155-3/+132
* EXPsys PCMCIA Ethernet ComboWarner Losh2003-09-201-1/+3
* Use PCIR_BAR(x) instead of PCIR_MAPS.John Baldwin2003-09-021-1/+1
* Use __FBSDID().David E. O'Brien2003-08-242-5/+7
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* Add MELCO LPC3_CTX. This is the same as Buffalo card of the same nameWarner Losh2003-08-071-0/+1
* Consistently use the BSD u_int and u_short instead of the SYSV uint andJohn Baldwin2003-08-071-1/+1
* Don't use pessimal (u_short) types for i/o ports. This is mainly forBruce Evans2003-08-061-1/+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-154-4/+12
* 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
* Fix ed compilation with PAE by using %jx instead of %x.Olivier Houchard2003-04-051-4/+4
* Add NE2000DVF_AX88190 flag to Corega FEther PCC-TXDMIHIRA Sanpei Yoshiro2003-04-041-1/+1
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-252-6/+6
* Fix printf format error.Yoshihiro Takahashi2003-02-241-6/+6
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-2/+2
* Add BUFFALO LPC-CF-CLT(10Base-T Compact Flash Ether Card).Takeshi Shibagaki2003-01-181-0/+2
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-012-2/+2
* network interface driver changes:Sam Leffler2002-11-142-22/+10
* add some devices from NetBSDWarner Losh2002-10-111-1/+9
* Use if_printf() instead of printf() to print "ed#: blah".Brooks Davis2002-10-011-3/+2
* mbuf leak in the error case has been fixed. When we haveWarner Losh2002-09-301-1/+3
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-2/+2
* Add ALLIED TELESIS,K.K. LA-ISA V2 ISA PnP ID.Takanori Watanabe2002-07-261-0/+1
* integrate from p4 repo:Warner Losh2002-07-221-9/+16
* More newcard devices:Warner Losh2002-04-021-1/+14
* Remove __P.Alfred Perlstein2002-03-205-68/+66
* Add EDIMAX ethernet card for NEWCARD from NetBSDWarner Losh2002-01-291-0/+2
* Patch to allow the ed driver interrupt routine to terminate if theWarner Losh2001-11-241-4/+17
* Comment out some bogus entries. somehow they match everything, whichWarner Losh2001-11-201-5/+4
* MF NetBSD's if_ne_pcmcia.c rev 1.82's list of devicesWarner Losh2001-11-151-6/+20
* Migrate to PCMCIA_CARD() macrosWarner Losh2001-11-151-174/+48
* s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharingWarner Losh2001-11-111-133/+133
* MFS: sync the ipfw/dummynet/bridge code with the one recently mergedLuigi Rizzo2001-11-041-3/+1
* Always compile in bridge hooks, or this code will not work (efficiently) withLuigi Rizzo2001-11-011-8/+4
* Fix obvious bug where return from probe was botched.Jeroen Ruigrok van der Werven2001-10-311-1/+1
* Make this compile again after the changes to make bridge kld'ableLuigi Rizzo2001-10-071-3/+3
* Add an option ED_NO_MIIBUS, which causes the `ed' driver to beIan Dowse2001-09-293-0/+38
* Add a few missing spl calls in preparation for an MFC of the miibusIan Dowse2001-07-221-6/+15
* Remove an old hack that remembered if the card type was Linksys byIan Dowse2001-07-221-7/+3