| Commit message (Expand) | Author | Age | Files | Lines |
* | - Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP | marius | 2011-05-03 | 1 | -6/+3 |
* | Converted the remainder of the NIC drivers to use the mii_attach() | marius | 2010-10-15 | 1 | -4/+4 |
* | - Hook into the existing stat timer to drive the transmit watchdog instead | jhb | 2009-11-19 | 1 | -14/+12 |
* | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | rwatson | 2009-06-26 | 1 | -2/+2 |
* | Remove unused variable. | brueffer | 2009-05-12 | 1 | -3/+0 |
* | Plug memory leak in jumbo buffer allocation failure path. | yongari | 2008-03-05 | 1 | -4/+12 |
* | Give MEXTADD() another argument to make both void pointers to the | phk | 2008-02-01 | 1 | -1/+1 |
* | Fix function prototype for device_shutdown method. | yongari | 2007-11-22 | 1 | -3/+3 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | - Consistently use if_printf() only in interface methods: if_start(), | glebius | 2006-09-15 | 1 | -12/+14 |
* | Since DELAY() was moved, most <machine/clock.h> #includes have been | phk | 2006-05-16 | 1 | -1/+0 |
* | Do not touch ifp->if_baudrate in miibus aware drivers. | glebius | 2006-02-14 | 1 | -1/+0 |
* | Add locking and mark MPSAFE: | jhb | 2005-11-23 | 1 | -54/+92 |
* | - Store pointer to the link-level address right in "struct ifnet" | ru | 2005-11-11 | 1 | -2/+2 |
* | Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntax | imp | 2005-10-22 | 1 | -1/+1 |
* | - Use if_printf() and device_printf() and axe lge_unit from the softc. | jhb | 2005-10-03 | 1 | -57/+41 |
* | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | imp | 2005-09-19 | 1 | -1/+1 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -13/+13 |
* | Modify device drivers supporting multicast addresses to lock if_addr_mtx | rwatson | 2005-08-03 | 1 | -0/+2 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 1 | -13/+26 |
* | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | nyan | 2005-05-29 | 1 | -2/+0 |
* | Use BUS_PROBE_DEFAULT for pci probe return value | imp | 2005-03-05 | 1 | -1/+1 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 1 | -1/+1 |
* | Hide link up/down/media printfs behind bootverbose | phk | 2004-11-08 | 1 | -2/+3 |
* | Since if_lge doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-13 | 1 | -1/+2 |
* | Remove the setting of the pci config variables on power state changes. | imp | 2004-06-28 | 1 | -24/+0 |
* | Replace handrolled CRC calculation with ether_crc32_[lb]e(). | naddy | 2004-06-09 | 1 | -28/+2 |
* | Add missing <sys/module.h> includes | phk | 2004-05-30 | 1 | -0/+1 |
* | We don't need to initialize if_output, ether_ifattach() does it | mux | 2004-05-23 | 1 | -1/+0 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -3/+2 |
* | Announce ethernet MAC addresss in ether_ifattach(). | mdodd | 2004-03-14 | 1 | -5/+0 |
* | Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. | obrien | 2003-12-08 | 1 | -6/+6 |
* | Remove duplicate FBSDID's, move others to their right place. | obrien | 2003-11-14 | 1 | -3/+0 |
* | Try to create some sort of consistency in how the routings to find the | obrien | 2003-11-13 | 1 | -13/+10 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 1 | -2/+1 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 1 | -0/+3 |
* | Prefer new location of pci include files (which have only been in the | imp | 2003-08-22 | 1 | -2/+2 |
* | All current uses of pci_set_powerstate are bogus, at least in theory. | imp | 2003-07-03 | 1 | -2/+2 |
* | - Don't call pci_enable_io() in drivers (unless needed for resume). | mdodd | 2003-04-16 | 1 | -18/+0 |
* | - Express hard dependencies on bus (pci, isa, pccard) and | mdodd | 2003-04-15 | 1 | -1/+4 |
* | Use __FBSDID rather than rcsid[]. | obrien | 2003-04-03 | 1 | -12/+3 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -1/+1 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -1/+1 |
* | network interface driver changes: | sam | 2002-11-14 | 1 | -15/+5 |
* | Be consistent about "static" functions: if the function is marked | phk | 2002-09-28 | 1 | -1/+1 |
* | Cleanup after my de-__P (remove leading whitespace before prototype args). | alfred | 2002-07-06 | 1 | -72/+101 |
* | catch up with ext_free prototype change. | alfred | 2002-06-29 | 1 | -2/+2 |
* | Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/ | phk | 2002-04-28 | 1 | -2/+2 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -38/+37 |
* | Do not call mii_polltick() immediately after mii_tick(). | jlemon | 2001-09-29 | 1 | -1/+0 |