summaryrefslogtreecommitdiffstats
path: root/sys/dev/sk
Commit message (Expand)AuthorAgeFilesLines
* sys/dev: minor spelling fixes.pfg2016-05-032-2/+2
* ifnet lock was changed to use sx(9) long time ago.yongari2016-02-221-2/+2
* Eliminate unnecessary checking for M_EXT on mbufs returned by m_getjcl().rwatson2014-10-131-4/+0
* Mechanically convert to if_inc_counter().glebius2014-09-191-8/+8
* Use define from if_var.h to access a field inside struct if_data,glebius2014-08-301-1/+1
* Fix various NIC drivers to properly cleanup static DMA resources.jhb2014-06-111-12/+9
* Remove some unused variables.brueffer2014-05-161-2/+0
* Remove superfluous old-style rcsid[] from if_sk.c. There is already andim2013-12-281-5/+0
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* - Merge from r249476: Ensure that PCI bus BUS_GET_DMA_TAG() method seesmarius2013-05-302-7/+17
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-041-3/+3
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againkevlo2012-01-071-1/+0
* - There's no need to overwrite the default device method with the defaultmarius2011-11-221-10/+2
* Allocate the DMA memory shared between the host and the controller asmarius2011-03-111-6/+7
* Fix a long standing bug in programming station address for Yukonyongari2010-11-061-12/+13
* If we got an invalid station address, generate random address. Thisyongari2010-11-061-0/+19
* Convert the PHY drivers to honor the mii_flags passed down and convertmarius2010-10-151-11/+11
* Some revision of Yukon controller generates corrupted frame when TXyongari2010-07-091-8/+21
* Take a step towards removing if_watchdog/if_timer. Don't explicitly setjhb2009-11-061-2/+0
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-4/+4
* Separate multicast filtering of SysKonnect GENESIS and Marvellyongari2009-05-011-116/+81
* Prefer NULL over integer 0 for pointer type.yongari2008-02-141-11/+11
* Nuke local jumbo allocator and switch to use of UMA backed pageyongari2008-02-142-295/+142
* Give MEXTADD() another argument to make both void pointers to thephk2008-02-011-1/+1
* Fix function prototype for device_shutdown method.yongari2007-11-221-3/+3
* Universally adopt most conventional spelling of acquire.rwatson2007-05-271-1/+1
* Make a missing or empty VPD non-fatal, as it was prior to rev 1.131.mckay2007-05-101-8/+6
* Use our own timer for watchdog instead of if_watchdog/if_timeryongari2007-04-022-8/+24
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Change the remainder of the drivers for DMA'ing devices enabled in themarius2007-01-211-1/+2
* Remove incomplete Yukon II support code which was added in if_sk.c, rev 1.123.yongari2006-12-142-101/+3
* provide routines to access VPD data at the PCI layer...jmg2006-10-092-179/+7
* Fix invalid reference of mbuf chains.yongari2006-08-121-13/+13
* Fix incorrect busy check for PHY write operation.yongari2006-08-021-4/+2
* Add device ID for second generation D-Link DGE-530T.yongari2006-07-272-3/+10
* Convert sk(4) to use the new bus_alloc_resources() API andyongari2006-07-192-46/+43
* Fix typo in comment.yongari2006-07-051-2/+2
* Fix watchdog timeout errors seen on a few systems.yongari2006-06-071-6/+13
* Re-wrok PHY setup, media handling and dual-port detection.yongari2006-05-152-37/+13
* Type.yongari2006-05-021-1/+1
* Don't attach to Marvell 88E805X (Yukon-II) by default, the driver is notsobomax2006-05-011-0/+2
* Add some incomplete support for Marvell Yukon EC controllers based onsobomax2006-04-282-20/+134
* Bring busdmafied sk(4) to all architectures.yongari2006-04-274-588/+1695
* Correct DRIVER_MODULE declaration.yongari2006-04-271-1/+1
* The sk(4) driver has moved to /sys/dev/skyongari2006-04-271-3/+3
* Do not touch ifp->if_baudrate in miibus aware drivers.glebius2006-02-141-1/+0
* The number of ticks per usec for YUKON_EC is 125.yongari2006-01-171-1/+1
* fix interrupt moderation timer frequencies for Yukonyongari2006-01-172-7/+21
* remove trailing spacesyongari2006-01-171-11/+11
* Remove unused code.bz2006-01-151-3/+0
OpenPOWER on IntegriCloud