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
/
lge
Commit message (
Expand
)
Author
Age
Files
Lines
*
All current uses of pci_set_powerstate are bogus, at least in theory.
imp
2003-07-03
1
-2
/
+2
*
- Don't call pci_enable_io() in drivers (unless needed for resume).
mdodd
2003-04-16
1
-18
/
+0
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
1
-1
/
+4
*
Use __FBSDID rather than rcsid[].
obrien
2003-04-03
1
-12
/
+3
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
network interface driver changes:
sam
2002-11-14
2
-16
/
+5
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
1
-1
/
+1
*
Cleanup after my de-__P (remove leading whitespace before prototype args).
alfred
2002-07-06
1
-72
/
+101
*
catch up with ext_free prototype change.
alfred
2002-06-29
1
-2
/
+2
*
Follow NetBSD and s/IFM_1000_TX/IFM_1000_T/
phk
2002-04-28
1
-2
/
+2
*
Remove __P.
alfred
2002-03-20
1
-38
/
+37
*
Do not call mii_polltick() immediately after mii_tick().
jlemon
2001-09-29
1
-1
/
+0
*
Have the driver announce its rxcsum capabilities.
jlemon
2001-09-18
1
-0
/
+2
*
Apply patch supplied by Jonathan Chen: use the correct arguments to
wpaul
2001-07-09
1
-2
/
+2
*
Change m_devget()'s outdated and unused `offset' argument to actually mean
bmilekic
2001-06-20
1
-3
/
+2
*
Fix some memory bugs with regard to jumbo buffers. I made a mistake when
wpaul
2001-06-18
2
-8
/
+5
*
Turn TCP and UDP hardware RX checksumming back on. jlemon pointed out where
wpaul
2001-06-15
1
-3
/
+2
*
Use LGE_INC() macro to increment tx producer index in lge_encap().
wpaul
2001-06-06
1
-2
/
+3
*
In lge_detach(), don't contigfree() the jumbogram buffer memory;
wpaul
2001-06-05
1
-1
/
+0
*
Add device driver support for the Level 1 LXT1001 NetCellerator
wpaul
2001-05-31
2
-0
/
+2240