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
/
fxp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reuse the mbuf that was just retrieved from the receive ring if mbuf
qingli
2008-03-22
1
-8
/
+17
*
Remove the volatile qualifier to apply to fxp_miibus_readreg().
kevlo
2007-05-30
1
-2
/
+2
*
Add support for the 82562GX chip within if_fxp.
remko
2007-03-28
1
-0
/
+1
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-1
/
+1
*
Change the remainder of the drivers for DMA'ing devices enabled in the
marius
2007-01-21
1
-15
/
+16
*
Grammar nit.
ru
2006-12-01
1
-1
/
+1
*
- Instead of if_watchdog/if_timer interface use our own timer
glebius
2006-11-30
2
-13
/
+19
*
Added yet another extra fxp(4) PCI ID.
rink
2006-11-14
1
-0
/
+1
*
Added PCI ID's for:
rink
2006-11-06
1
-0
/
+2
*
fix fxp so that it will reset the link when you change the speed... This
jmg
2006-10-06
1
-0
/
+5
*
Since DELAY() was moved, most <machine/clock.h> #includes have been
phk
2006-05-16
1
-1
/
+0
*
Whitespace fix
matteo
2006-04-14
1
-1
/
+1
*
Add device ID for Intel Pro/100 VE Network Connection card
matteo
2006-04-14
1
-0
/
+1
*
Do not touch ifp->if_baudrate in miibus aware drivers.
glebius
2006-02-14
1
-1
/
+0
*
Check for 10BaseT media correctly. Before we were confusing
imp
2006-01-04
1
-1
/
+2
*
Add the device ID of fxp(4) NICs found in Sony Vaio VGN-TX1XP laptops.
mux
2005-12-12
1
-0
/
+1
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-1
/
+1
*
Catch up with IFP2ENADDR() type change (array -> pointer).
ru
2005-11-11
1
-2
/
+1
*
- Don't pollute opt_global.h with DEVICE_POLLING and introduce
glebius
2005-10-05
1
-0
/
+4
*
Big polling(4) cleanup.
glebius
2005-10-01
1
-24
/
+32
*
Convert fxp(4) to use the new bus_alloc_resources() API, it simplifies
mux
2005-09-27
2
-60
/
+42
*
Fix an unaligned I/O memory access in the event that a SCB times out.
marcel
2005-09-21
1
-3
/
+9
*
Add callout_drain()'s to foo_detach() after calling foo_stop() to make sure
jhb
2005-08-17
1
-0
/
+1
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-4
/
+4
*
- Use callout_init_mtx() to close a small race between callout_stop() and
jhb
2005-08-08
2
-71
/
+25
*
Modify device drivers supporting multicast addresses to lock if_addr_mtx
rwatson
2005-08-03
1
-0
/
+2
*
Add a new PCI id for fxp(4) cards found on ICH7-based systems.
mux
2005-07-29
1
-0
/
+1
*
Move if_alloc() up in fxp_attach() so there's an ifp before
brooks
2005-06-11
1
-6
/
+7
*
Avoid deadlock in fxp driver when system runs out of mbufs.
wes
2005-06-10
1
-1
/
+6
*
Revert the unnecessicary addition of some braces in fxp_attach(). Don't
brooks
2005-06-10
1
-3
/
+1
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
2
-24
/
+32
*
Correct comment
imp
2005-06-06
1
-2
/
+1
*
Remove some variables the last commit stopped using so the code compiles.
brooks
2005-06-06
1
-2
/
+2
*
The PCI bus code saves/restores these config registers now.
imp
2005-06-05
2
-20
/
+0
*
Be more conservative when enabling extended features. There are fxp(4)
mux
2005-04-22
2
-3
/
+7
*
Add a microcode to implement receive bundling for 82551 chipsets with
mux
2005-04-21
3
-20
/
+152
*
Enable extended RFDs and TCBs, and thus checksum offloading, for
mux
2005-04-21
1
-2
/
+1
*
Unload and destroy the TX DMA maps before destroying the DMA tag
mux
2005-03-16
1
-4
/
+3
*
- Encapsulate the code responsible for initializing a new TX descriptor
mux
2005-03-07
2
-191
/
+190
*
Cleanup: u_intXX_t -> uintX_t conversion.
mux
2005-03-06
3
-110
/
+110
*
Use BUS_PROBE_DEFAULT for pci probe return value
imp
2005-03-05
1
-1
/
+1
*
Add support for fxp(4) cards found in Sony FS570 laptops.
mux
2005-03-05
1
-0
/
+1
*
Fix the panic recently reported on -current@ occuring when configuring
mux
2005-03-03
1
-8
/
+13
*
Fix a stupid bogon from myself, sc->revision wasn't initialized when
mux
2005-02-27
1
-10
/
+10
*
Remove an outdated comment about ifnet not being locked.
ru
2005-02-15
1
-3
/
+0
*
Disable ethernet flow control in if_fxp by default, in order to prevent
rwatson
2005-01-29
1
-1
/
+1
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
3
-3
/
+3
*
Allow fxp(4) cards with a revision id of 0 to use the 82503 serial
mux
2005-01-04
1
-1
/
+1
*
Only try to use the 82503 serial interface for the 82557 chipsets. The
mux
2004-12-20
1
-2
/
+2
*
Make interrupt coalescing work on big endian systems.
yongari
2004-11-17
1
-2
/
+4
[next]