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
/
pci
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-2
/
+2
*
Consistently use capital letters.
yongari
2010-04-09
1
-2
/
+2
*
Add preliminary support for 8168E/8111E PCIe controller.
yongari
2010-04-09
1
-0
/
+3
*
Add initial support for RTL8103E PCIe fastethernet.
yongari
2010-01-27
1
-0
/
+1
*
Add support for four more nfsmb controllers, shipping on at least the
gavin
2010-01-24
1
-0
/
+12
*
Remove extraneous semicolons, no functional changes.
mbr
2010-01-07
1
-1
/
+1
*
intpm/sb700: force polling mode if configured interrupt is SMI
avg
2009-09-19
1
-0
/
+6
*
intpm: add support for smbus controller found in AMD SB700
avg
2009-09-12
2
-13
/
+43
*
Add RTL8168DP/RTL8111DP device id. While I'm here append "8111D" to
yongari
2009-08-24
1
-0
/
+1
*
Adding hardware ID for RTL810x PCIe found on HP Pavilion DV2-1022AX.
avatar
2009-07-14
1
-0
/
+1
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
When user_frac in the polling subsystem is low it is going to busy the
attilio
2009-05-30
1
-10
/
+17
*
For RTL8139C+ controllers, have controller handle padding short
yongari
2009-04-20
1
-0
/
+1
*
intpm: minor enhancements
avg
2009-03-16
1
-8
/
+8
*
The callback takes a void *, not a caddr_t * (sic).
imp
2009-03-03
1
-2
/
+2
*
Allocating 2 MSI messages do not seem to work on certain controllers
yongari
2009-02-11
1
-1
/
+1
*
Destroy TX tag outside of loop scope.
fjoe
2009-02-09
1
-1
/
+1
*
- Add support for 8110SCe part. Some magic registers were taken from
jkim
2009-01-20
1
-4
/
+4
*
Retire RL_FLAG_INVMAR bit to match its comment and reality.
jkim
2009-01-20
1
-1
/
+0
*
Sometimes RTL8168B seems to take long time to access GMII registers
yongari
2009-01-19
1
-0
/
+1
*
Since we don't request reset for rlphy(4), the link state 'UP'
yongari
2008-12-22
1
-0
/
+2
*
It seems that RealTek PCIe controllers require an explicit Tx poll
yongari
2008-12-17
1
-0
/
+1
*
For RTL8168C SPIN2 controllers, make sure to take the controller
yongari
2008-12-17
1
-0
/
+3
*
By default assume a 8139 chip if the EEPROM contents prove inconclusive. The
wilko
2008-12-15
1
-3
/
+9
*
Make WOL work on RTL8168B. This controller seems to require
yongari
2008-12-11
1
-0
/
+1
*
Don't access undocumented register 0x82 on controllers that
yongari
2008-12-11
1
-0
/
+2
*
Newer RealTek controllers requires setting stop request bit to
yongari
2008-12-11
1
-0
/
+2
*
o Implemented miibus_statchg handler. It detects whether re(4)
yongari
2008-12-08
1
-0
/
+1
*
Update if_iqdrops instead of if_ierrors when m_devget(9) fails.
yongari
2008-12-03
1
-7
/
+4
*
Add 8168D support.
yongari
2008-12-02
1
-0
/
+1
*
Move mn over. One of the last stragglers in sys/pci. There's no
imp
2008-11-02
1
-1450
/
+0
*
Make RL_TWISTER_ENABLE a tunable/sysctl. Eliminate it as an option.
imp
2008-11-02
2
-26
/
+33
*
Fix a few typos/spelling errors in my comments from the last commit,
imp
2008-11-01
1
-7
/
+7
*
Add RL_TWISTER_ENABLE option. This enables the magic bits to do long
imp
2008-10-31
2
-2
/
+165
*
Implement miibus_statchg handler. It detects whether rl(4)
yongari
2008-10-25
1
-0
/
+34
*
After sending stop command to MAC, give hardware chance to drain
yongari
2008-10-25
1
-0
/
+8
*
Make rl_init_locked() call rl_reset. This will put hardware into
yongari
2008-10-25
1
-7
/
+4
*
Don't rearm watchdog timer in rl_txeof(). The watchdog timer was
yongari
2008-10-25
1
-2
/
+0
*
Various bus_dma(9) fixes.
yongari
2008-10-25
2
-120
/
+256
*
Move wb driver from sys/pci to sys/dev/wb.
imp
2008-08-14
2
-2312
/
+0
*
Move pcn driver from sys/pci to sys/dev/pcn.
imp
2008-08-14
2
-2057
/
+0
*
Move the ste driver from sys/pci to sys/dev/ste.
imp
2008-08-14
2
-2302
/
+0
*
Move the tl driver form sys/pci to sys/dev/tl.
imp
2008-08-14
2
-2955
/
+0
*
Move sis to sys/dev/sis for consistency.
imp
2008-08-10
2
-2802
/
+0
*
Move the xl driver form sys/pci to sys/dev/xl for consistency.
imp
2008-08-10
2
-4112
/
+0
*
Add locking to the various iicbus(4) bridge drivers:
jhb
2008-08-04
1
-0
/
+1
*
The number of bits reserved for MSS in RealTek controllers is
yongari
2008-08-04
1
-0
/
+8
*
Set all of the "optimum performance" PHY registers for the 15D parts as
jhb
2008-07-30
1
-10
/
+8
*
SIS_SETBIT() already does a read/modify/write operation, so there isn't
jhb
2008-07-30
1
-2
/
+1
*
Add driver support for RTL8102E and RTL8102EL which is the second
yongari
2008-07-09
1
-0
/
+2
[next]