summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed/if_ed.c
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Commit ALTQ-patch for ed(4).mlaier2004-11-211-2/+4
* Fix build error with ED_DEBUG.nyan2004-11-101-2/+2
* Remove layer intermixing. Device driver should pass the frame shouldglebius2004-09-061-20/+2
* Since if_ed doesn't contain locking or run with INTR_MPSAFE, markrwatson2004-08-131-2/+2
* Replace handrolled CRC calculation with ether_crc32_[lb]e().naddy2004-06-091-28/+2
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Fix building on L64 machines.obrien2004-04-161-7/+7
* Remove improper use of if_addrhead in device drivers to checkluigi2004-04-151-4/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-2/+2
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-5/+0
* Adjust ed(4) for 64-bit platforms should it get newbus'ified.obrien2004-03-031-10/+11
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.obrien2003-12-081-5/+5
* Remove duplicate FBSDID's, move others to their right place.obrien2003-11-141-2/+3
* Try to create some sort of consistency in how the routings to find theobrien2003-11-131-13/+11
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-14/+12
* There is no way to enter the attach routine twice with the same softcbrooks2003-10-301-43/+41
* Add Allied Telesis SIC-AT boards support.shiba2003-10-151-0/+114
* Consistently use the BSD u_int and u_short instead of the SYSV uint andjhb2003-08-071-1/+1
* Fix ed compilation with PAE by using %jx instead of %x.cognet2003-04-051-4/+4
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-2/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,schweikh2003-01-011-1/+1
* network interface driver changes:sam2002-11-141-21/+9
* Use if_printf() instead of printf() to print "ed#: blah".brooks2002-10-011-3/+2
* mbuf leak in the error case has been fixed. When we haveimp2002-09-301-1/+3
* Be consistent about "static" functions: if the function is markedphk2002-09-281-2/+2
* Remove __P.alfred2002-03-201-23/+21
* Patch to allow the ed driver interrupt routine to terminate if theimp2001-11-241-4/+17
* MFS: sync the ipfw/dummynet/bridge code with the one recently mergedluigi2001-11-041-3/+1
* Always compile in bridge hooks, or this code will not work (efficiently) withluigi2001-11-011-8/+4
* Fix obvious bug where return from probe was botched.asmodai2001-10-311-1/+1
* Make this compile again after the changes to make bridge kld'ableluigi2001-10-071-3/+3
* Add an option ED_NO_MIIBUS, which causes the `ed' driver to beiedowse2001-09-291-0/+20
* Add a few missing spl calls in preparation for an MFC of the miibusiedowse2001-07-221-6/+15
* Add support for Dlink DL10022 to the ed driver. This is a mii partimp2001-03-031-0/+144
* Whoops... forgotten a few pieces in previous patch:luigi2001-02-081-5/+9
* Make sure that we do not accept packets shorter than a full ethernetluigi2001-02-081-1/+3
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-1/+1
* Fix typo: wierd -> weird.asmodai2001-02-061-1/+1
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-2/+2
* Minor newbus/style(9) cleanups.imp2000-12-261-0/+2
* Linksys Fast Ethernet PCCARD cards supported by the ed driver nowtoshi2000-12-181-38/+0
* Remove unnecessary includes found by phk's script. I've been buildingimp2000-12-131-1/+0
* Update the ed driver to probe and attach under a NEWCARD kernel (I waspeter2000-11-251-0/+6
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
* Move the detection of Linksys PCMCIA cards from attach to probe.ps2000-09-121-2/+3
* - Fixed the conversion to bus_space interface.nyan2000-08-171-562/+439
OpenPOWER on IntegriCloud