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_xl.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix two misindents.
phk
2002-10-01
1
-1
/
+1
*
Remove all DELAY(1) calls around MII operations in the XL driver.
silby
2002-09-22
1
-17
/
+0
*
add missing \n to printf
ticso
2002-09-09
1
-3
/
+3
*
style: put return types on a line by themselves.
alfred
2002-08-24
1
-42
/
+84
*
Change callers of mtx_init() to pass in an appropriate lock type name. In
jhb
2002-04-04
1
-1
/
+2
*
Remove __P.
alfred
2002-03-20
1
-56
/
+54
*
Fix a problem where stats overflow interrupts would cause
silby
2001-12-17
1
-1
/
+1
*
Remove printf's on mbuf/cluster allocation failures. There are now
luigi
2001-12-14
1
-6
/
+1
*
Add suspend/resume hooks to this driver; necessary to overcome
guido
2001-12-05
1
-0
/
+38
*
Implement TCP/IP checksum off-loading on send for the 3c905B and later
alc
2001-10-22
1
-1
/
+12
*
Implement TCP/IP checksum off-loading on receive. Announce
alc
2001-09-23
1
-3
/
+21
*
Add support for the 3c656B cardbus adapter. This is one half of a
wpaul
2001-08-28
1
-5
/
+20
*
Pacify users who get all bent out of shape when they see the "xl%d: command
wpaul
2001-07-27
1
-2
/
+7
*
Apply patch supplied by Jonathan Chen: use the correct arguments to
wpaul
2001-07-09
1
-2
/
+2
*
Grrr. Fix PR 27742 correctly this time. (At least I got -stable right.)
wpaul
2001-06-01
1
-11
/
+2
*
Close PR #27742: allow the xl driver to receive VLAN tagged frames by
wpaul
2001-05-31
1
-2
/
+14
*
Big round of minor updates:
wpaul
2001-02-21
1
-3
/
+3
*
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
phk
2001-02-06
1
-2
/
+2
*
Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead of
phk
2001-02-03
1
-4
/
+2
*
Implement MTX_RECURSE flag for mtx_init().
bmilekic
2001-01-19
1
-1
/
+1
*
Use pci_get_powerstate()/pci_set_powerstate() which now exists in the
wpaul
2000-12-18
1
-23
/
+19
*
Initialize/grab the mutex earlier in the attach phase, so that
wpaul
2000-12-04
1
-3
/
+3
*
Add device ID for the 3c565C card. I followed exactly the 3c575c, but
imp
2000-12-01
1
-1
/
+8
*
add support for 3Com 3c575TX Fast Etherlink XL.
sanpei
2000-11-02
1
-1
/
+6
*
Add support for cardbus card's chips. This will make the 3c575 cards
imp
2000-10-16
1
-5
/
+30
*
When wierdreset flag is set, turn on the DISADVFD flag when we reset
imp
2000-10-16
1
-1
/
+2
*
Remove an errant splimp() that I missed when I went through this driver
wpaul
2000-10-16
1
-3
/
+0
*
Fix one instance of XL_LOCK() that should have been XL_UNLOCK(). After
wpaul
2000-10-15
1
-1
/
+1
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Use device_get_nameunit(dev) as the mutex string when calling
wpaul
2000-10-13
1
-1
/
+1
*
First round of converting network drivers from spls to mutexes. This
wpaul
2000-10-13
1
-23
/
+62
*
Add support for the 3Com 556 and 556B mini-pci adapters used on some
wpaul
2000-08-28
1
-9
/
+76
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
1
-6
/
+3
*
Use the correct register name. s/PCI_COMMAND_STATUS_REG/PCIR_COMMAND/
peter
2000-05-28
1
-3
/
+3
*
Move code to handle BPF and bridging for incoming Ethernet packets out
archie
2000-05-14
1
-37
/
+0
*
Depend on miibus.
peter
2000-04-29
1
-0
/
+2
*
Close PR# 15986: issue an RX reset command when initializing the interface,
wpaul
2000-01-09
1
-0
/
+4
*
It appears that under certain circumstances that I still can't quite pin
wpaul
2000-01-03
1
-1
/
+32
*
Update the xl driver to recognize yet another 3c905B/3c905C class NIC:
wpaul
1999-12-16
1
-0
/
+4
*
Small tweak: just reset the transmit block instead of doing a global reset
wpaul
1999-10-25
1
-2
/
+2
*
Make some small tweaks:
wpaul
1999-10-14
1
-4
/
+26
*
Change contigmalloc() lower memory bound from 1MB to 0 to improve
wpaul
1999-09-25
1
-1
/
+1
*
As suggested by phk, unconditionalize BPF support in these drivers. Since
wpaul
1999-09-23
1
-14
/
+0
*
Tweak these for what I hope is the last time: change the DRIVER_MODULE()
wpaul
1999-09-22
1
-1
/
+1
*
Close PR #13665. I managed to figure out the problem, no thanks to the
wpaul
1999-09-20
1
-16
/
+38
*
Un-do the changes to the DRIVER_MODULE() declarations in these drivers.
wpaul
1999-09-20
1
-2
/
+2
*
Grrr. Okay, changing the devnames was a bad idea. Put them back the way
wpaul
1999-09-20
1
-1
/
+1
*
Fix the strings in the driver_t structs so that they match the new names
wpaul
1999-09-20
1
-1
/
+1
*
Goofed and didn't change the second DRIVER_MODULE() linking these with
obrien
1999-09-20
1
-1
/
+1
*
Change the name we register with DRIVER_MODULE() to include the leading
obrien
1999-09-20
1
-1
/
+1
[next]