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
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-1
/
+1
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
2
-2
/
+2
*
Hide link up/down/media printfs behind bootverbose
phk
2004-11-08
1
-2
/
+3
*
Since if_lge doesn't contain locking or run with INTR_MPSAFE, mark
rwatson
2004-08-13
1
-1
/
+2
*
Remove the setting of the pci config variables on power state changes.
imp
2004-06-28
1
-24
/
+0
*
Replace handrolled CRC calculation with ether_crc32_[lb]e().
naddy
2004-06-09
1
-28
/
+2
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
We don't need to initialize if_output, ether_ifattach() does it
mux
2004-05-23
1
-1
/
+0
*
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
-5
/
+0
*
Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.
obrien
2003-12-08
1
-6
/
+6
*
Remove duplicate FBSDID's, move others to their right place.
obrien
2003-11-14
1
-3
/
+0
*
Try to create some sort of consistency in how the routings to find the
obrien
2003-11-13
1
-13
/
+10
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+1
*
Use __FBSDID().
obrien
2003-08-24
1
-0
/
+3
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-2
/
+2
*
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