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_fxp.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement MTX_RECURSE flag for mtx_init().
bmilekic
2001-01-19
1
-1
/
+1
*
Add power state manipulation to the fxp driver. Some people have
wpaul
2000-12-18
1
-0
/
+20
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-4
/
+3
*
Make usual 1-line cardbus support modification.
imp
2000-10-22
1
-0
/
+1
*
Catch up to moving headers:
jhb
2000-10-20
1
-1
/
+1
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Make mutex name reflect device driver name.
cp
2000-10-13
1
-1
/
+2
*
Don't #include <sys/proc.h>, since machine/mutex.h does it now.
jasone
2000-09-23
1
-1
/
+0
*
Add the PCI device ID for the on-board ethernet controllers on the
wpaul
2000-09-21
1
-0
/
+3
*
Removed NetBSD support, which bit-rotted long ago.
dg
2000-09-18
1
-333
/
+38
*
Added a couple more missing FXP_SPLVAR()'s.
dg
2000-09-17
1
-0
/
+2
*
As a minor optimization, do suspended checking more like it was originally
dg
2000-09-17
1
-1
/
+6
*
Added missing FXP_SPLVAR() to fxp_intr().
dg
2000-09-17
1
-2
/
+2
*
Attempt to replicate the new fxp SMP locking in the changes committed
dg
2000-09-17
1
-6
/
+8
*
Added support for APM suspend/resume.
dg
2000-09-17
1
-7
/
+105
*
Add include of proc.h to make compile without SMP defined. This
cp
2000-09-17
1
-0
/
+1
*
Add locking to make able to run without the Giant lock being held. This
cp
2000-09-17
1
-17
/
+44
*
Fix a bug brought to light by the people working on SMPng. I don't quite
wpaul
2000-08-11
1
-1
/
+11
*
"Fix" cast qualifier warnings using the uintptr_t intermediate trick.
peter
2000-07-28
1
-3
/
+6
*
Fix an alpha-only race which causes the transmit side of the chip to
gallatin
2000-07-19
1
-0
/
+12
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
1
-4
/
+2
*
Implemented some optimizations which result in 14 fewer instructions in the
dg
2000-06-19
1
-2
/
+6
*
Added support for the i82559ER (10/100Mbps NIC for embedded applications).
dg
2000-06-18
1
-9
/
+15
*
Move code to handle BPF and bridging for incoming Ethernet packets out
archie
2000-05-14
1
-49
/
+2
*
Added support for cards and on-motherboard NICs that use an SEEPROM
dg
2000-03-28
1
-1
/
+77
*
Make the fxp driver work on alpha, rather than panic the machine on boot
gallatin
1999-09-30
1
-10
/
+15
*
Remove NBPF conditionality of bpf calls in most of our network drivers.
phk
1999-09-25
1
-12
/
+0
*
Tweak these for what I hope is the last time: change the DRIVER_MODULE()
wpaul
1999-09-22
1
-1
/
+1
*
Un-do the changes to the DRIVER_MODULE() declarations in these drivers.
wpaul
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
*
Recognise the new 82559 chip id as used on the InBusiness 10/100 adapter.
peter
1999-09-06
1
-0
/
+5
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Rename bpfilter to bpf.
des
1999-07-06
1
-8
/
+8
*
Fix two warnings.
peter
1999-05-09
1
-1
/
+5
*
Move the declaration of the interrupt type from the driver structure
dfr
1999-05-08
1
-3
/
+3
*
Bring the 'new-bus' to the i386. This extensively changes the way the
peter
1999-04-16
1
-58
/
+128
*
Turn on PCI bus mastering in driver attach routine
wes
1999-03-20
1
-1
/
+10
*
MF22... add bridging support to the device drivers. Without this
luigi
1999-03-17
1
-18
/
+43
*
Improved reporting of autodetected speed and duplex.
julian
1999-02-12
1
-21
/
+48
*
Define more registers in the PHY unit and use them to report back
julian
1999-02-11
1
-4
/
+21
*
Fix warnings related to -Wall -Wcast-qual
dillon
1999-01-28
1
-2
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-3
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-3
/
+3
*
pci_device pd_probe function changed from returning char * to returning
dillon
1998-12-14
1
-3
/
+3
*
Defer rundown (m_freem) of completed transmit buffers for no longer
dg
1998-10-22
1
-1
/
+22
*
Clear out transmit descriptor memory in fxp_attach when it's malloced.
dg
1998-10-11
1
-1
/
+2
*
Fixed mbuf leak in fxp_stop().
dg
1998-10-10
1
-5
/
+9
*
Implemented a more sophisticated mechanism for handling transmitter
dg
1998-08-04
1
-45
/
+103
*
Added 82555B support for media status.
dg
1998-08-02
1
-1
/
+2
*
Killed unused variable/assignment.
dg
1998-08-02
1
-2
/
+1
[next]