summaryrefslogtreecommitdiffstats
path: root/sys/dev/sk
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-5/+5
* Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntaximp2005-10-221-1/+1
* Only allow the sk(4) driver to attach to revision 2 of the LinkSys EG1032jhb2005-10-142-0/+16
* Mark sk(4) as capable of handling extended VLAN frames. NICsyar2005-10-111-0/+6
* Fix "struct ifnet" leaks when attach() fails in the middle, e.g.ru2005-09-161-3/+2
* * Solve "No PHY found" problem for more Yukon Lite variants.bz2005-08-131-25/+61
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-14/+16
* 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-22/+32
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-291-2/+0
* Deal with failed malloc calls[1].bz2005-04-251-0/+22
* handle malloc failure and sk_vpd_prodname potentially being null forsam2005-03-261-5/+8
* Do not try to free non allocated memory in error case.bz2005-03-172-13/+61
* * Lower interrupt moderation timer 200->100.bz2005-03-172-1/+65
* * Improve chip identification.bz2005-03-172-32/+142
* * When adding/deleting multicast addresses, only whack the address filterbz2005-03-171-6/+15
* Fix style(9) issues with __P removal.imp2005-02-241-56/+56
* Return BUS_PROBE_DEFAULT instead of 0.imp2005-02-241-2/+2
* Cleanup debugging code and put it under bootverbosebz2005-01-291-35/+36
* /* -> /*- for license, minor formatting changesimp2005-01-074-6/+6
* Enable sk(4) for ATLQ.mlaier2004-12-241-5/+7
* Enable jumbo frames on Yukon variants of sk(4).bz2004-12-201-2/+9
* only clear the IFF_OACTIVE flag when we have a chance of being able tojmg2004-11-171-4/+4
* move the lock after the NULL check so we don't have a hard(er) to diagnosejmg2004-11-151-2/+2
* fix the missing lock in sk_jfree (verified w/ an assert)jmg2004-11-152-10/+23
* Commit more debugging output. This is a little bit of using a large hammer,obrien2004-11-141-0/+10
* Set ramsize depending on a value from eprom instead of usingbz2004-11-131-3/+9
* * Correct an off-by-one reading vpd ro data.obrien2004-11-012-3/+33
* fix LOR's in sk. Original patch from dwhite. This moves the memoryjmg2004-08-202-44/+56
* put function's name at begining of column...jmg2004-08-201-1/+2
* add pci id for Belkin F5D5005 Gigabit ethernet card.jmg2004-08-202-0/+11
* Remove burn bridges code that saved/restored the pci config registersimp2004-06-281-24/+0
OpenPOWER on IntegriCloud