| Commit message (Expand) | Author | Age | Files | Lines |
* | sys/dev: minor spelling fixes. | pfg | 2016-05-03 | 2 | -2/+2 |
* | ifnet lock was changed to use sx(9) long time ago. | yongari | 2016-02-22 | 1 | -2/+2 |
* | Eliminate unnecessary checking for M_EXT on mbufs returned by m_getjcl(). | rwatson | 2014-10-13 | 1 | -4/+0 |
* | Mechanically convert to if_inc_counter(). | glebius | 2014-09-19 | 1 | -8/+8 |
* | Use define from if_var.h to access a field inside struct if_data, | glebius | 2014-08-30 | 1 | -1/+1 |
* | Fix various NIC drivers to properly cleanup static DMA resources. | jhb | 2014-06-11 | 1 | -12/+9 |
* | Remove some unused variables. | brueffer | 2014-05-16 | 1 | -2/+0 |
* | Remove superfluous old-style rcsid[] from if_sk.c. There is already an | dim | 2013-12-28 | 1 | -5/+0 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | - Merge from r249476: Ensure that PCI bus BUS_GET_DMA_TAG() method sees | marius | 2013-05-30 | 2 | -7/+17 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-04 | 1 | -3/+3 |
* | ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again | kevlo | 2012-01-07 | 1 | -1/+0 |
* | - There's no need to overwrite the default device method with the default | marius | 2011-11-22 | 1 | -10/+2 |
* | Allocate the DMA memory shared between the host and the controller as | marius | 2011-03-11 | 1 | -6/+7 |
* | Fix a long standing bug in programming station address for Yukon | yongari | 2010-11-06 | 1 | -12/+13 |
* | If we got an invalid station address, generate random address. This | yongari | 2010-11-06 | 1 | -0/+19 |
* | Convert the PHY drivers to honor the mii_flags passed down and convert | marius | 2010-10-15 | 1 | -11/+11 |
* | Some revision of Yukon controller generates corrupted frame when TX | yongari | 2010-07-09 | 1 | -8/+21 |
* | Take a step towards removing if_watchdog/if_timer. Don't explicitly set | jhb | 2009-11-06 | 1 | -2/+0 |
* | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | rwatson | 2009-06-26 | 1 | -4/+4 |
* | Separate multicast filtering of SysKonnect GENESIS and Marvell | yongari | 2009-05-01 | 1 | -116/+81 |
* | Prefer NULL over integer 0 for pointer type. | yongari | 2008-02-14 | 1 | -11/+11 |
* | Nuke local jumbo allocator and switch to use of UMA backed page | yongari | 2008-02-14 | 2 | -295/+142 |
* | 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 |
* | Universally adopt most conventional spelling of acquire. | rwatson | 2007-05-27 | 1 | -1/+1 |
* | Make a missing or empty VPD non-fatal, as it was prior to rev 1.131. | mckay | 2007-05-10 | 1 | -8/+6 |
* | Use our own timer for watchdog instead of if_watchdog/if_timer | yongari | 2007-04-02 | 2 | -8/+24 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 1 | -1/+1 |
* | Change the remainder of the drivers for DMA'ing devices enabled in the | marius | 2007-01-21 | 1 | -1/+2 |
* | Remove incomplete Yukon II support code which was added in if_sk.c, rev 1.123. | yongari | 2006-12-14 | 2 | -101/+3 |
* | provide routines to access VPD data at the PCI layer... | jmg | 2006-10-09 | 2 | -179/+7 |
* | Fix invalid reference of mbuf chains. | yongari | 2006-08-12 | 1 | -13/+13 |
* | Fix incorrect busy check for PHY write operation. | yongari | 2006-08-02 | 1 | -4/+2 |
* | Add device ID for second generation D-Link DGE-530T. | yongari | 2006-07-27 | 2 | -3/+10 |
* | Convert sk(4) to use the new bus_alloc_resources() API and | yongari | 2006-07-19 | 2 | -46/+43 |
* | Fix typo in comment. | yongari | 2006-07-05 | 1 | -2/+2 |
* | Fix watchdog timeout errors seen on a few systems. | yongari | 2006-06-07 | 1 | -6/+13 |
* | Re-wrok PHY setup, media handling and dual-port detection. | yongari | 2006-05-15 | 2 | -37/+13 |
* | Type. | yongari | 2006-05-02 | 1 | -1/+1 |
* | Don't attach to Marvell 88E805X (Yukon-II) by default, the driver is not | sobomax | 2006-05-01 | 1 | -0/+2 |
* | Add some incomplete support for Marvell Yukon EC controllers based on | sobomax | 2006-04-28 | 2 | -20/+134 |
* | Bring busdmafied sk(4) to all architectures. | yongari | 2006-04-27 | 4 | -588/+1695 |
* | Correct DRIVER_MODULE declaration. | yongari | 2006-04-27 | 1 | -1/+1 |
* | The sk(4) driver has moved to /sys/dev/sk | yongari | 2006-04-27 | 1 | -3/+3 |
* | Do not touch ifp->if_baudrate in miibus aware drivers. | glebius | 2006-02-14 | 1 | -1/+0 |
* | The number of ticks per usec for YUKON_EC is 125. | yongari | 2006-01-17 | 1 | -1/+1 |
* | fix interrupt moderation timer frequencies for Yukon | yongari | 2006-01-17 | 2 | -7/+21 |
* | remove trailing spaces | yongari | 2006-01-17 | 1 | -11/+11 |
* | Remove unused code. | bz | 2006-01-15 | 1 | -3/+0 |