summaryrefslogtreecommitdiffstats
path: root/sys/dev/my
Commit message (Expand)AuthorAgeFilesLines
* Start each of the license/copyright comments with /*-, minor shuffle of linesimp2005-01-061-1/+1
* Replace handrolled CRC calculation with ether_crc32_[lb]e().naddy2004-06-091-30/+2
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-231-1/+0
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-4/+3
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-5/+0
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.obrien2003-12-081-6/+6
* Drop the driver lock around calls to if_input to avoid a LOR whensam2003-11-141-0/+2
* Try to create some sort of consistency in how the routings to find theobrien2003-11-131-11/+9
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Use __FBSDID().obrien2003-08-241-6/+3
* Prefer new location of pci include files (which have only been in theimp2003-08-221-3/+3
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-151-1/+3
* Use __FBSDID rather than rcsid[].obrien2003-04-031-2/+4
* Back out M_* changes, per decision of the TRB.imp2003-02-191-4/+4
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-4/+4
* network interface driver changes:sam2002-11-141-14/+6
* Fix instances of macros with improperly parenthasized arguments.alfred2002-11-091-2/+2
* Cast a pointer to a uintptr_t instead of a u_int.jhb2002-11-071-1/+1
* Add missing unlockjulian2002-05-301-1/+3
* Add missing UNLOCKsjulian2002-05-021-1/+9
* Need more includes.julian2002-04-301-0/+2
* Add the extra argument to mtx_init()julian2002-04-301-1/+2
* Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/phk2002-04-281-9/+9
* diff reductionjulian2002-04-171-9/+0
* Slight diff-reduction to -stable.julian2002-04-171-5/+5
* Diff reduction to 4.x version.julian2002-04-161-44/+41
* Add the driver for "myson" ethernet cards.julian2002-04-042-0/+2467
OpenPOWER on IntegriCloud