summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_sk.c
Commit message (Expand)AuthorAgeFilesLines
* The sk(4) driver has moved to /sys/dev/skyongari2006-04-271-3065/+0
* Do not touch ifp->if_baudrate in miibus aware drivers.glebius2006-02-141-1/+0
* fix interrupt moderation timer frequencies for Yukonyongari2006-01-171-5/+16
* 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-141-0/+11
* 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-101-21/+31
* 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-171-12/+56
* * Lower interrupt moderation timer 200->100.bz2005-03-171-1/+60
* * Improve chip identification.bz2005-03-171-29/+129
* * 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-071-2/+2
* 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-151-10/+22
* 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-011-3/+32
* fix LOR's in sk. Original patch from dwhite. This moves the memoryjmg2004-08-201-42/+54
* put function's name at begining of column...jmg2004-08-201-1/+2
* add pci id for Belkin F5D5005 Gigabit ethernet card.jmg2004-08-201-0/+6
* Remove burn bridges code that saved/restored the pci config registersimp2004-06-281-24/+0
* Replace handrolled CRC calculation with ether_crc32_[lb]e().naddy2004-06-091-23/+3
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* Replace the lame big endian crc with wpaul's standard big endian crcimp2004-05-191-23/+9
* Use BSD spelling, no SysV.obrien2004-04-191-1/+1
* Support the D-Link DGE-530T. Mine appears to have a blank eeprom, so assumemckay2004-03-311-1/+18
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-171-3/+2
* Announce ethernet MAC addresss in ether_ifattach().mdodd2004-03-141-3/+0
* Stop setting ifp->if_output to ether_output() since ether_ifattach()mux2004-03-111-1/+0
* Fix multicast and promiscuous mode handling for Yukon devices.wpaul2004-01-211-50/+101
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.obrien2003-12-081-5/+5
* correct typo in interrupt handling for the 2nd port of 2-port cardssam2003-11-291-1/+1
* Drop the driver lock around calls to if_input to avoid a LOR whensam2003-11-141-0/+6
* Remove duplicate FBSDID's, move others to their right place.obrien2003-11-141-5/+3
OpenPOWER on IntegriCloud