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
/
et
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Remove attempts to implement setting of BMCR_LOOP/MIIF_NOLOOP
marius
2011-05-03
1
-6
/
+3
*
Do a sweep of the tree replacing calls to pci_find_extcap() with calls to
jhb
2011-03-23
1
-1
/
+1
*
Converted the remainder of the NIC drivers to use the mii_attach()
marius
2010-10-15
1
-4
/
+4
*
Make sure to clear IFF_DRV_RUNNING to reinitialize controller.
yongari
2010-09-21
1
-0
/
+2
*
Change copyright holder to author. We prefer using a real legal
delphij
2010-07-30
3
-3
/
+3
*
Only Tx checksum offloading is supported now. Remove experimental
yongari
2009-11-20
1
-1
/
+1
*
Add __FBSDID.
yongari
2009-11-20
1
-1
/
+3
*
Add IPv4/TCP/UDP Tx checksum offloading support. It seems the
yongari
2009-11-20
2
-6
/
+43
*
Because we know received bytes including CRC there is no reason to
yongari
2009-11-20
1
-4
/
+2
*
Add initial endianness support. It seems the controller supports
yongari
2009-11-20
1
-14
/
+14
*
Remove unnecessary structure packing.
yongari
2009-11-20
1
-4
/
+4
*
Fix copy & paste error and remove extra space before colon.
yongari
2009-11-19
1
-2
/
+2
*
Use capability pointer to access PCIe registers rather than
yongari
2009-11-19
1
-18
/
+26
*
Use bus_{read,write}_4 rather than bus_space_{read,write}_4.
yongari
2009-11-19
2
-6
/
+2
*
style(9)
yongari
2009-11-19
1
-59
/
+59
*
Remove extra spce at the EOL.
yongari
2009-11-19
3
-12
/
+12
*
Add MSI support.
yongari
2009-11-19
2
-10
/
+44
*
Destroy driver mutex in device detach.
yongari
2009-11-19
1
-1
/
+2
*
Remove support code for FreeBSD 6.x versions.
yongari
2009-11-19
1
-5
/
+0
*
Remove complex macros that were used to compute bits values.
yongari
2009-11-19
3
-221
/
+198
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
Don't leak DMA map if not freed.
delphij
2008-07-11
1
-0
/
+2
*
Add et(4), a port of DragonFly's Agere ET1310 10/100/Gigabit
delphij
2008-06-20
3
-0
/
+3104