index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
sk
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-5
/
+5
*
Replace FreeBSD 3.x syntax (controller miibus0) with 4.x syntax
imp
2005-10-22
1
-1
/
+1
*
Only allow the sk(4) driver to attach to revision 2 of the LinkSys EG1032
jhb
2005-10-14
2
-0
/
+16
*
Mark sk(4) as capable of handling extended VLAN frames. NICs
yar
2005-10-11
1
-0
/
+6
*
Fix "struct ifnet" leaks when attach() fails in the middle, e.g.
ru
2005-09-16
1
-3
/
+2
*
* Solve "No PHY found" problem for more Yukon Lite variants.
bz
2005-08-13
1
-25
/
+61
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-14
/
+16
*
Modify device drivers supporting multicast addresses to lock if_addr_mtx
rwatson
2005-08-03
1
-0
/
+2
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
2
-22
/
+32
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
1
-2
/
+0
*
Deal with failed malloc calls[1].
bz
2005-04-25
1
-0
/
+22
*
handle malloc failure and sk_vpd_prodname potentially being null for
sam
2005-03-26
1
-5
/
+8
*
Do not try to free non allocated memory in error case.
bz
2005-03-17
2
-13
/
+61
*
* Lower interrupt moderation timer 200->100.
bz
2005-03-17
2
-1
/
+65
*
* Improve chip identification.
bz
2005-03-17
2
-32
/
+142
*
* When adding/deleting multicast addresses, only whack the address filter
bz
2005-03-17
1
-6
/
+15
*
Fix style(9) issues with __P removal.
imp
2005-02-24
1
-56
/
+56
*
Return BUS_PROBE_DEFAULT instead of 0.
imp
2005-02-24
1
-2
/
+2
*
Cleanup debugging code and put it under bootverbose
bz
2005-01-29
1
-35
/
+36
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
4
-6
/
+6
*
Enable sk(4) for ATLQ.
mlaier
2004-12-24
1
-5
/
+7
*
Enable jumbo frames on Yukon variants of sk(4).
bz
2004-12-20
1
-2
/
+9
*
only clear the IFF_OACTIVE flag when we have a chance of being able to
jmg
2004-11-17
1
-4
/
+4
*
move the lock after the NULL check so we don't have a hard(er) to diagnose
jmg
2004-11-15
1
-2
/
+2
*
fix the missing lock in sk_jfree (verified w/ an assert)
jmg
2004-11-15
2
-10
/
+23
*
Commit more debugging output. This is a little bit of using a large hammer,
obrien
2004-11-14
1
-0
/
+10
*
Set ramsize depending on a value from eprom instead of using
bz
2004-11-13
1
-3
/
+9
*
* Correct an off-by-one reading vpd ro data.
obrien
2004-11-01
2
-3
/
+33
*
fix LOR's in sk. Original patch from dwhite. This moves the memory
jmg
2004-08-20
2
-44
/
+56
*
put function's name at begining of column...
jmg
2004-08-20
1
-1
/
+2
*
add pci id for Belkin F5D5005 Gigabit ethernet card.
jmg
2004-08-20
2
-0
/
+11
*
Remove burn bridges code that saved/restored the pci config registers
imp
2004-06-28
1
-24
/
+0
*
Replace handrolled CRC calculation with ether_crc32_[lb]e().
naddy
2004-06-09
1
-23
/
+3
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
Replace the lame big endian crc with wpaul's standard big endian crc
imp
2004-05-19
1
-23
/
+9
*
Use BSD spelling, no SysV.
obrien
2004-04-19
1
-1
/
+1
*
Support the D-Link DGE-530T. Mine appears to have a blank eeprom, so assume
mckay
2004-03-31
2
-1
/
+28
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-3
/
+2
*
Announce ethernet MAC addresss in ether_ifattach().
mdodd
2004-03-14
1
-3
/
+0
*
Stop setting ifp->if_output to ether_output() since ether_ifattach()
mux
2004-03-11
1
-1
/
+0
*
Fix multicast and promiscuous mode handling for Yukon devices.
wpaul
2004-01-21
1
-50
/
+101
*
Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.
obrien
2003-12-08
1
-5
/
+5
*
correct typo in interrupt handling for the 2nd port of 2-port cards
sam
2003-11-29
1
-1
/
+1
*
Drop the driver lock around calls to if_input to avoid a LOR when
sam
2003-11-14
2
-0
/
+7
*
Remove duplicate FBSDID's, move others to their right place.
obrien
2003-11-14
1
-5
/
+3
[next]