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
*
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
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-2
/
+1
*
Remove unused FXP_UNIT() macro.
brooks
2003-10-30
1
-2
/
+0
*
mark interrupt handlers MPSAFE
sam
2003-10-29
1
-1
/
+1
*
change timeout to be MPSAFE
sam
2003-09-05
2
-5
/
+5
*
Use PCIR_BAR(x) instead of PCIR_MAPS.
jhb
2003-09-02
1
-2
/
+2
*
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
*
Use the revision ID from PCI configuration space to identify Intel
jdp
2003-08-04
1
-23
/
+41
*
Use the BUS_DMA_ZERO flag.
mux
2003-07-27
1
-4
/
+2
*
De-inline some functions. It doesn't gain us anything and bloats
mux
2003-07-22
1
-13
/
+13
*
Unlock the fxp driver lock before calling fxp_poll() to avoid recursing on
jhb
2003-07-11
1
-1
/
+1
*
All current uses of pci_set_powerstate are bogus, at least in theory.
imp
2003-07-03
1
-4
/
+8
*
Mega busdma API commit.
scottl
2003-07-01
1
-4
/
+6
*
Drop locks before calling if_input() since it may re-enter fxp_start()
njl
2003-06-23
1
-0
/
+10
*
Add a new device ID.
mux
2003-06-12
1
-0
/
+1
*
Replace if_fxp's handrolled defrag function with m_defrag.
silby
2003-06-02
1
-14
/
+3
*
Always set the hardware parse bit in the IPCB structure when this
truckman
2003-05-25
1
-6
/
+43
*
Add a tunable/sysctl "hw.fxp_noflow" which disables flow control support
rwatson
2003-05-16
1
-1
/
+5
*
GCC 3.3 complains about anonymous structures in unions, so
mux
2003-05-14
1
-7
/
+7
*
Fix the unaligned access problems that some people saw on alpha
mux
2003-05-12
1
-1
/
+1
*
Fix tpyo in last commit.
imp
2003-04-30
1
-1
/
+1
*
Get rid of the redundant 'gone' field, and overload suspend instead.
imp
2003-04-30
2
-13
/
+12
[next]