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
...
*
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
*
(5) from last commit was omitted by mistake:
imp
2003-04-29
1
-0
/
+3
*
Fix 5 bugs:
imp
2003-04-29
2
-8
/
+11
*
Make fxp(4) INTR_MPSAFE (but do not enable MPSAFE just yet):
njl
2003-04-25
2
-51
/
+134
*
Update comment to match reality.
sobomax
2003-04-16
1
-2
/
+1
*
- Don't call pci_enable_io() in drivers (unless needed for resume).
mdodd
2003-04-16
1
-10
/
+4
*
- Express hard dependencies on bus (pci, isa, pccard) and
mdodd
2003-04-15
1
-2
/
+4
*
Use pci_enable_{busmaster|io}() instead of directly writing into
sobomax
2003-04-14
1
-3
/
+3
*
Before attaching device set PCIM_CMD_PORTEN in addition to
sobomax
2003-04-14
1
-2
/
+2
*
- Call ether_ifdetach() before shutting down the hardware.
mux
2003-04-11
1
-20
/
+18
*
- Clean up the fxp_release() and fxp_detach() functions.
mux
2003-04-10
1
-46
/
+46
*
- Pass a busdma tag and a busdma map to fxp_dma_wait() so that
mux
2003-04-08
1
-8
/
+13
*
Add an XXX comment for the atomic operation in the __alpha__
mux
2003-04-08
1
-1
/
+3
*
- Endian fixes.
mux
2003-04-08
1
-5
/
+6
*
Fix the hangs people have been seeing. For some reason, the
mux
2003-04-08
1
-11
/
+7
*
Correct the maxsize and maxsegsz parameters for the
mux
2003-04-07
1
-7
/
+7
*
Remove an erroneous htole16(). The byte_count field in the
mux
2003-04-07
1
-1
/
+1
*
Move a bus_dmamap_sync() to the correct place.
mux
2003-04-06
1
-1
/
+1
*
Because alpha can't access memory in 16-bit granularity,
mux
2003-04-06
1
-7
/
+11
*
Revert the s/u_int/u_int8_t/ changes, we can't really use other
mux
2003-04-06
1
-22
/
+22
*
Use __FBSDID.
mux
2003-04-06
1
-1
/
+3
*
Correct the definition of the link_addr and rbd_addr fields
mux
2003-04-06
1
-2
/
+2
[prev]
[next]