aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/sk
Commit message (Expand)AuthorAgeFilesLines
* Do not touch ifp->if_baudrate in miibus aware drivers.Gleb Smirnoff2006-02-141-1/+0
* The number of ticks per usec for YUKON_EC is 125.Pyun YongHyeon2006-01-171-1/+1
* fix interrupt moderation timer frequencies for YukonPyun YongHyeon2006-01-172-7/+21
* remove trailing spacesPyun YongHyeon2006-01-171-11/+11
* Remove unused code.Bjoern A. Zeeb2006-01-151-3/+0
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-5/+5
* Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntaxWarner Losh2005-10-221-1/+1
* Only allow the sk(4) driver to attach to revision 2 of the LinkSys EG1032John Baldwin2005-10-142-0/+16
* Mark sk(4) as capable of handling extended VLAN frames. NICsYaroslav Tykhiy2005-10-111-0/+6
* Fix "struct ifnet" leaks when attach() fails in the middle, e.g.Ruslan Ermilov2005-09-161-3/+2
* * Solve "No PHY found" problem for more Yukon Lite variants.Bjoern A. Zeeb2005-08-131-25/+61
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-14/+16
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-0/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-102-22/+32
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-2/+0
* Deal with failed malloc calls[1].Bjoern A. Zeeb2005-04-251-0/+22
* handle malloc failure and sk_vpd_prodname potentially being null forSam Leffler2005-03-261-5/+8
* Do not try to free non allocated memory in error case.Bjoern A. Zeeb2005-03-172-13/+61
* * Lower interrupt moderation timer 200->100.Bjoern A. Zeeb2005-03-172-1/+65
* * Improve chip identification.Bjoern A. Zeeb2005-03-172-32/+142
* * When adding/deleting multicast addresses, only whack the address filterBjoern A. Zeeb2005-03-171-6/+15
* Fix style(9) issues with __P removal.Warner Losh2005-02-241-56/+56
* Return BUS_PROBE_DEFAULT instead of 0.Warner Losh2005-02-241-2/+2
* Cleanup debugging code and put it under bootverboseBjoern A. Zeeb2005-01-291-35/+36
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-074-6/+6
* Enable sk(4) for ATLQ.Max Laier2004-12-241-5/+7
* Enable jumbo frames on Yukon variants of sk(4).Bjoern A. Zeeb2004-12-201-2/+9
* only clear the IFF_OACTIVE flag when we have a chance of being able toJohn-Mark Gurney2004-11-171-4/+4
* move the lock after the NULL check so we don't have a hard(er) to diagnoseJohn-Mark Gurney2004-11-151-2/+2
* fix the missing lock in sk_jfree (verified w/ an assert)John-Mark Gurney2004-11-152-10/+23
* Commit more debugging output. This is a little bit of using a large hammer,David E. O'Brien2004-11-141-0/+10
* Set ramsize depending on a value from eprom instead of usingBjoern A. Zeeb2004-11-131-3/+9
* * Correct an off-by-one reading vpd ro data.David E. O'Brien2004-11-012-3/+33
* fix LOR's in sk. Original patch from dwhite. This moves the memoryJohn-Mark Gurney2004-08-202-44/+56
* put function's name at begining of column...John-Mark Gurney2004-08-201-1/+2
* add pci id for Belkin F5D5005 Gigabit ethernet card.John-Mark Gurney2004-08-202-0/+11
* Remove burn bridges code that saved/restored the pci config registersWarner Losh2004-06-281-24/+0
* Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber2004-06-091-23/+3
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Replace the lame big endian crc with wpaul's standard big endian crcWarner Losh2004-05-191-23/+9
* Use BSD spelling, no SysV.David E. O'Brien2004-04-191-1/+1
* Support the D-Link DGE-530T. Mine appears to have a blank eeprom, so assumeStephen McKay2004-03-312-1/+28
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-3/+2
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-3/+0
* Stop setting ifp->if_output to ether_output() since ether_ifattach()Maxime Henrion2004-03-111-1/+0
* Fix multicast and promiscuous mode handling for Yukon devices.Bill Paul2004-01-211-50/+101
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.David E. O'Brien2003-12-081-5/+5
* correct typo in interrupt handling for the 2nd port of 2-port cardsSam Leffler2003-11-291-1/+1
* Drop the driver lock around calls to if_input to avoid a LOR whenSam Leffler2003-11-142-0/+7
* Remove duplicate FBSDID's, move others to their right place.David E. O'Brien2003-11-141-5/+3