aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/my
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber2004-06-091-30/+2
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+3
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-5/+0
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.David E. O'Brien2003-12-081-6/+6
* Drop the driver lock around calls to if_input to avoid a LOR whenSam Leffler2003-11-141-0/+2
* Try to create some sort of consistency in how the routings to find theDavid E. O'Brien2003-11-131-11/+9
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+1
* Use __FBSDID().David E. O'Brien2003-08-241-6/+3
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-3/+3
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-1/+3
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-031-2/+4
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-4/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-4/+4
* network interface driver changes:Sam Leffler2002-11-141-14/+6
* Fix instances of macros with improperly parenthasized arguments.Alfred Perlstein2002-11-091-2/+2
* Cast a pointer to a uintptr_t instead of a u_int.John Baldwin2002-11-071-1/+1
* Add missing unlockJulian Elischer2002-05-301-1/+3
* Add missing UNLOCKsJulian Elischer2002-05-021-1/+9
* Need more includes.Julian Elischer2002-04-301-0/+2
* Add the extra argument to mtx_init()Julian Elischer2002-04-301-1/+2
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/Poul-Henning Kamp2002-04-281-9/+9
* diff reductionJulian Elischer2002-04-171-9/+0
* Slight diff-reduction to -stable.Julian Elischer2002-04-171-5/+5
* Diff reduction to 4.x version.Julian Elischer2002-04-161-44/+41
* Add the driver for "myson" ethernet cards.Julian Elischer2002-04-042-0/+2467