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
*
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
*
Add support for the fxp(4) based card in ICH6 (i915) chipsets.
mux
2004-09-18
1
-0
/
+1
*
Deorbit the fxp tuning hint (hint.fxp.UNIT_NUMBER.ipcbxmit_disable)
truckman
2004-08-11
1
-26
/
+4
*
Bring in the first chunk of altq driver modifications. This covers the
mlaier
2004-07-02
1
-4
/
+9
*
Remove the setting of the pci config variables on power state changes.
imp
2004-06-28
1
-37
/
+2
*
Abstract the locking in fxp(4) a bit more by using macros for
mux
2004-06-02
2
-8
/
+11
*
Use the device sysctl tree instead of rolling our own. Some of the
mux
2004-06-02
2
-26
/
+20
*
Add missing <sys/module.h> includes
phk
2004-05-30
1
-0
/
+1
*
POLA dictates that VLAN_MTU be enabled by default.
yar
2004-05-27
1
-1
/
+7
*
Those sysctls shouldn't be writtable from inside a jail.
pjd
2004-05-26
1
-2
/
+2
*
Teach fxp(4) to control VLAN_MTU in the hardware.
yar
2004-05-25
2
-8
/
+17
*
Change a if (...) panic() to a KASSERT().
mux
2004-05-24
1
-2
/
+2
*
A handler for ioctl(SIOCSIFCAP) should not alter a bit in
yar
2004-05-23
1
-1
/
+2
*
We don't need to initialize if_output, ether_ifattach() does it
mux
2004-05-23
1
-1
/
+0
*
Cosmetic:
yar
2004-05-21
1
-2
/
+6
*
The driver fxp(4) has reception of large frames enabled hardcodedly,
yar
2004-05-21
1
-0
/
+1
*
Implemented per-interface polling(4) control.
ru
2004-04-11
1
-1
/
+16
*
Add new ID for Intel 82562ET (ICH5/ICH5R) Pro/100 VE Ethernet.
imp
2004-04-07
1
-0
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-5
/
+4
*
Adjust $FreeBSD$'s.
obrien
2004-03-17
1
-3
/
+0
*
Announce ethernet MAC addresss in ether_ifattach().
mdodd
2004-03-14
1
-3
/
+0
*
Sometimes cardbus attachments don't attach, so while we track down
imp
2003-11-28
1
-0
/
+1
*
Remove explicit cardbus attachments from drivers where this is identical
dfr
2003-11-03
1
-1
/
+0
[next]