aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed/if_ed.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.David E. O'Brien2003-12-081-5/+5
* 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-311-14/+12
* 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-151-0/+114
* Consistently use the BSD u_int and u_short instead of the SYSV uint andJohn Baldwin2003-08-071-1/+1
* Fix ed compilation with PAE by using %jx instead of %x.Olivier Houchard2003-04-051-4/+4
* - Add vm_paddr_t, a physical address type. This is required for systemsJake Burkholder2003-03-251-2/+2
* 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
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-011-1/+1
* network interface driver changes:Sam Leffler2002-11-141-21/+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
* Remove __P.Alfred Perlstein2002-03-201-23/+21
* Patch to allow the ed driver interrupt routine to terminate if theWarner Losh2001-11-241-4/+17
* 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-291-0/+20
* Add a few missing spl calls in preparation for an MFC of the miibusIan Dowse2001-07-221-6/+15
* Add support for Dlink DL10022 to the ed driver. This is a mii partWarner Losh2001-03-031-0/+144
* Whoops... forgotten a few pieces in previous patch:Luigi Rizzo2001-02-081-5/+9
* Make sure that we do not accept packets shorter than a full ethernetLuigi Rizzo2001-02-081-1/+3
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-1/+1
* Fix typo: wierd -> weird.Jeroen Ruigrok van der Werven2001-02-061-1/+1
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-2/+2
* Minor newbus/style(9) cleanups.Warner Losh2000-12-261-0/+2
* Linksys Fast Ethernet PCCARD cards supported by the ed driver nowToshihiko ARAI2000-12-181-38/+0
* Remove unnecessary includes found by phk's script. I've been buildingWarner Losh2000-12-131-1/+0
* Update the ed driver to probe and attach under a NEWCARD kernel (I wasPeter Wemm2000-11-251-0/+6
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Move the detection of Linksys PCMCIA cards from attach to probe.Paul Saab2000-09-121-2/+3
* - Fixed the conversion to bus_space interface.Yoshihiro Takahashi2000-08-171-562/+439
* Newbusify ed driver.Seigo Tanimura2000-08-141-315/+458
* MFPAO: Add support for AX88190, equipped in MELCO LPC3-TX.Seigo Tanimura2000-07-231-66/+83
* Fix the IRQ9/IRQ2 confusion.Poul-Henning Kamp2000-07-181-0/+1
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-6/+1
* Only try to detect Linksys PCMCIA cards when we are in a pccardPaul Saab2000-06-291-17/+10
* Allow newer Linksys 10/100 PCMCIA cards to work.Paul Saab2000-06-181-12/+10
* ed_ioctl() can be called from ifpromisc() after the card has been removed,Poul-Henning Kamp2000-06-011-1/+1
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-141-53/+13
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Bogusly returned zero always. Return 1 if we pass the checksum.Warner Losh2000-03-201-1/+1
* Noriyoshi Kawano-san reported in nomads another OUI for linksys. 4 isWarner Losh2000-03-201-8/+1