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
/
pci
/
if_xlreg.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unused 'xl_unit' member from softc.
jhb
2008-05-28
1
-1
/
+0
*
- Take advantage of bus_dmamap_load_mbuf_sg(9).
marius
2008-03-24
1
-1
/
+2
*
- Use the xl_stats_update() callout instead of if_slowtimo() for
marius
2006-12-06
1
-0
/
+1
*
Whitespace nits.
ru
2006-09-15
1
-1
/
+1
*
Consistently use if_printf() only in interface methods: if_start,
glebius
2006-09-15
1
-0
/
+1
*
Various fixups to locking:
jhb
2005-08-18
1
-1
/
+1
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-1
/
+1
*
Calling xl_rxeof() at the end of xl_start_locked() leads to recursion
glebius
2005-05-20
1
-0
/
+1
*
xl(4) meets polling(4). Hardware for this work kindly provided by
ru
2005-03-26
1
-0
/
+3
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-1
/
+1
*
Add PCI and device ID's to if_xl to support:
rwatson
2005-01-03
1
-0
/
+1
*
Actually turn on driver locking in xl(4).
bms
2004-07-09
1
-10
/
+0
*
Fix whitespace and comments.
bms
2004-07-04
1
-20
/
+25
*
Drop the driver lock around calls to if_input to avoid a LOR when
sam
2003-11-14
1
-0
/
+2
*
- Avoid calling pci_get_device() more than once in a single function.
mdodd
2003-09-14
1
-0
/
+1
*
Support for large frames for VLANs was added by tweaking the packet size
wpaul
2003-07-10
1
-1
/
+2
*
Instead of relying on a compile time define to determine whether the xl
silby
2003-03-18
1
-0
/
+1
*
- Fix mbuf leak when we successfully allocate a new mbuf but fail to
mux
2003-02-18
1
-0
/
+1
*
Correctly identify the 3C920B chipset; although it may ship with some Nforce2
silby
2003-01-22
1
-1
/
+1
*
Make the xl driver work on sparc64:
tmm
2003-01-19
1
-0
/
+1
*
Partial support for the nVidia nForce2 chipset's on-board Broadcom/Altima PHY
obrien
2003-01-12
1
-0
/
+1
*
Add support for the 3c555 miniPCI chipset.
silby
2003-01-06
1
-0
/
+1
*
Convert the xl(4) driver to the busdma API. This should make
mux
2002-12-17
1
-18
/
+21
*
Add some magic bits necessary to turn the transmitter on for some
silby
2002-10-22
1
-0
/
+3
*
Turn off the premature locking in xl. The driver tries to use the mutexes
peter
2002-10-14
1
-0
/
+6
*
Fix a problem where stats overflow interrupts would cause
silby
2001-12-17
1
-1
/
+1
*
Add support for the 3c656B cardbus adapter. This is one half of a
wpaul
2001-08-28
1
-1
/
+3
*
Close PR #27742: allow the xl driver to receive VLAN tagged frames by
wpaul
2001-05-31
1
-1
/
+2
*
Disable the 'stats counter overflow' interrupts since they can happen
wpaul
2001-05-11
1
-1
/
+1
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
1
-2
/
+2
*
Add device ID for the 3c565C card. I followed exactly the 3c575c, but
imp
2000-12-01
1
-0
/
+1
*
add support for 3Com 3c575TX Fast Etherlink XL.
sanpei
2000-11-02
1
-0
/
+1
*
Add support for cardbus card's chips. This will make the 3c575 cards
imp
2000-10-16
1
-0
/
+8
*
First round of converting network drivers from spls to mutexes. This
wpaul
2000-10-13
1
-0
/
+4
*
Add support for the 3Com 556 and 556B mini-pci adapters used on some
wpaul
2000-08-28
1
-0
/
+13
*
Update the xl driver to recognize yet another 3c905B/3c905C class NIC:
wpaul
1999-12-16
1
-0
/
+1
*
Make some small tweaks:
wpaul
1999-10-14
1
-0
/
+1
*
Add an alternate transmit strategy for 3c90xB adapters based on the transmit
wpaul
1999-09-20
1
-2
/
+17
*
3Com has produced their own Linux driver for the 3c90x/3c90xB series cards.
wpaul
1999-09-15
1
-0
/
+1
*
Convert the 3Com XL driver to miibus. This one is a little tricky
wpaul
1999-08-29
1
-154
/
+1
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Convert the xl driver to newbus. It is now possible to make this driver
wpaul
1999-07-20
1
-1
/
+4
*
Head for the hills friends and neighbors, 3Com has yet another 3c90X
wpaul
1999-05-30
1
-1
/
+2
*
Allow chipset drivers to specify the direct-mapped DMA window's mask in
gallatin
1999-05-26
1
-3
/
+3
*
Dynamically increase TX start threshold if TX underruns are detected.
wpaul
1999-05-05
1
-1
/
+2
*
Bunch of updates:
wpaul
1999-04-30
1
-9
/
+12
*
- Close PR #11136: add PCI ID for another new cyclone device: the
wpaul
1999-04-15
1
-1
/
+4
*
Add support for the 3cSOHO100-TX, which is a "hurricane" chipset
wpaul
1999-04-12
1
-1
/
+2
*
Some small updates:
wpaul
1999-04-11
1
-1
/
+2
*
Make the xl and pn drivers work on FreeBSD/alpha and add them to
wpaul
1999-03-27
1
-31
/
+19
[next]