aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ed/if_ed.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: Bring in support for new PC Card chipset (TC5299J) and oldWarner Losh2005-10-081-92/+11
* MFC: pccard updatesWarner Losh2005-09-171-182/+170
* Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38Robert Watson2005-08-251-12/+12
* Merge if_ath.c:1.99 awi.c:1.39 if_bfe.c:1.26 if_bge.c:1.92 if_ed.c:1.255Robert Watson2005-08-241-0/+2
* Fix four casts of the softc to a struct ifnet.Brooks Davis2005-06-151-4/+4
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-8/+16
* Add a stratigic newlineWarner Losh2005-02-221-0/+1
* MFp4: Optimize in/out macros. Cache the handle and tag in softc andWarner Losh2005-02-221-0/+4
* Minor style(9)isms.Warner Losh2005-02-211-40/+32
* Minor optimizations to compile out bits that aren't necessary whenWarner Losh2005-02-201-5/+18
* Add some comments in preparation for converting bcopy/bzero to busspace.Warner Losh2005-02-141-9/+14
* Diff reduction with p4.Warner Losh2005-02-111-6/+3
* Move enable/disable 16bit access routines into if_ed. SlightlyWarner Losh2005-02-101-21/+27
* useWarner Losh2005-02-101-3/+8
* Break out obscure ISA cards into their own files, as well as ne2000Warner Losh2005-02-091-1720/+25
* Convenience function to clear memory of the card, and then check to makeWarner Losh2005-02-081-0/+22
* Use ANSI function definitions, tweak a couple of prototypes to match (sinceWarner Losh2005-02-081-116/+48
* use fixed types for the calls to ed_pio_readmem, ed_pio_writemem.Warner Losh2005-02-081-31/+14
* Make it possible to unload ed. Move the ed_pccard_detach routine toWarner Losh2005-02-081-0/+20
* Repair probe messages a bit. Previously, we'd print the ethernetWarner Losh2005-01-261-14/+17
* MFp4: u_intXX_t to uintXX_t.Warner Losh2005-01-191-12/+12
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Commit ALTQ-patch for ed(4).Max Laier2004-11-211-2/+4
* Fix build error with ED_DEBUG.Yoshihiro Takahashi2004-11-101-2/+2
* Remove layer intermixing. Device driver should pass the frame shouldGleb Smirnoff2004-09-061-20/+2
* Since if_ed doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-2/+2
* Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber2004-06-091-28/+2
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Fix building on L64 machines.David E. O'Brien2004-04-161-7/+7
* Remove improper use of if_addrhead in device drivers to checkLuigi Rizzo2004-04-151-4/+0
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-2/+2
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-5/+0
* Adjust ed(4) for 64-bit platforms should it get newbus'ified.David E. O'Brien2004-03-031-10/+11
* 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