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
/
sis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove duplicate header includes
kevlo
2011-06-28
1
-1
/
+0
*
- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP
marius
2011-05-03
1
-5
/
+3
*
Do a sweep of the tree replacing calls to pci_find_extcap() with calls to
jhb
2011-03-23
1
-2
/
+2
*
Make sure changing ownership of RX descriptor to be done as last
yongari
2011-02-28
2
-3
/
+3
*
Rework RX filter programming by providing separate handler for
yongari
2011-01-18
1
-91
/
+90
*
Merge amd64 and i386 bus.h and move the resulting header to x86. Replace
tijl
2010-12-20
1
-4
/
+2
*
Fix double ;;
kevlo
2010-12-06
1
-1
/
+1
*
Correct handling of shared interrupt in sis_intr(). r212116 incorrectly
yongari
2010-10-20
1
-4
/
+9
*
Converted the remainder of the NIC drivers to use the mii_attach()
marius
2010-10-15
1
-4
/
+4
*
Fix another bug introduced in r212109. We should unload DMA maps
yongari
2010-09-03
1
-1
/
+1
*
Initial WOL support. NS DP8315 was tested but SiS900/SiS7016 was
yongari
2010-09-03
2
-31
/
+124
*
Implement initial device suspend/resume method.
yongari
2010-09-02
1
-0
/
+31
*
Unlike most other controllers, NS DP83815/DP83816 controllers seem
yongari
2010-09-02
2
-10
/
+81
*
Fix the last endianness issue on handling station address which
yongari
2010-09-02
1
-13
/
+14
*
Fix stupid error in r212109 which didn't swap DMA maps. This caused
yongari
2010-09-02
1
-2
/
+2
*
Move sis_reset() to sis_initl(). This ensures driver starts with
yongari
2010-09-01
1
-7
/
+5
*
Avoid controller reinitialization which could be triggered by
yongari
2010-09-01
1
-0
/
+5
*
Do not reinitialize controller whenever promiscuous mode or
yongari
2010-09-01
2
-2
/
+11
*
Report result of link state change to caller. Previously it always
yongari
2010-09-01
1
-2
/
+3
*
Overhaul link state change handling. Previously sis(4) blindly
yongari
2010-09-01
2
-88
/
+100
*
s/u_intXX_t/uintXX_t/g
yongari
2010-09-01
2
-35
/
+35
*
bus_dma(9) cleanup.
yongari
2010-09-01
2
-420
/
+497
*
Nuke unnecessary return at the end of function.
yongari
2010-09-01
1
-8
/
+0
*
style(9) - space after keywords.
yongari
2010-09-01
1
-35
/
+35
*
Remove leading and trailing white spaces.
yongari
2010-09-01
2
-36
/
+36
*
It's not necessary to reset the chip every time an input overflow event
brucec
2010-04-20
1
-12
/
+3
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-4
/
+4
*
When user_frac in the polling subsystem is low it is going to busy the
attilio
2009-05-30
1
-5
/
+9
*
Receving VLAN oversized frames raise SIS_ISR_RX_ERR interrupt, so
yongari
2009-02-13
1
-2
/
+3
*
Fix shutdown prototypes.
imp
2009-02-10
1
-1
/
+2
*
Fix a long standing VLAN tagged frame handling bug.
yongari
2008-12-09
2
-1
/
+10
*
There actually were bugs in the original handling that I missed last
imp
2008-08-23
1
-3
/
+4
*
Actually revert last... Upon closer inspection the code works in the
imp
2008-08-23
1
-2
/
+1
*
Handle errors in device_get_children gracefully.
imp
2008-08-23
1
-1
/
+2
*
Move sis to sys/dev/sis for consistency.
imp
2008-08-10
2
-0
/
+2802