summaryrefslogtreecommitdiffstats
path: root/sys/dev/my
Commit message (Expand)AuthorAgeFilesLines
* MFC: r266270brueffer2014-05-311-2/+0
* MFC r260042:dim2014-01-041-5/+0
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...sbz2013-01-301-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-4/+4
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-071-1/+0
* Remove duplicate header includeskevlo2011-06-281-1/+0
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-2/+2
* - This driver used the if_watchdog timer both as a watchdog on transmit andjhb2009-11-192-23/+43
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* Release driver lock at the end of the watchdog routine instead of trying tojhb2009-03-231-1/+1
* Shutdown returns an int.imp2009-02-051-3/+3
* Spelling fix for interupt -> interruptkevlo2007-10-121-1/+1
* my(4) doesn't need miibus(4).brueffer2007-03-111-5/+0
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Fix fat-fingering in previous commit.jhb2006-12-291-1/+1
* Various bpf(4) related fixes to catch places up to the new bpf(4)jhb2006-12-291-2/+2
* - Consistently use if_printf() only in interface methods: if_start(),glebius2006-09-152-25/+35
* Add altq(4) support.brueffer2006-06-051-4/+6
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-161-1/+0
* Fix -Wundef from compiling the amd64 LINT.ru2005-12-041-1/+1
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-1/+1
* Fixup locking in if_my(4) and mark it MPSAFE:jhb2005-08-162-104/+96
* - Remove pre-new-bus code under #if 0 and some other rotted code underjhb2005-08-101-55/+2
* - Use if_printf() and device_printf() instead of outputting my%d:jhb2005-08-102-68/+47
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-6/+6
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-102-21/+23
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* 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
OpenPOWER on IntegriCloud