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
*
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
2
-0
/
+4
*
Removed NetBSD support, which bit-rotted long ago.
dg
2000-09-18
2
-363
/
+41
*
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
2
-7
/
+111
*
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
2
-17
/
+51
*
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
2
-9
/
+16
*
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
2
-1
/
+78
*
Make the fxp driver work on alpha, rather than panic the machine on boot
gallatin
1999-09-30
3
-30
/
+19
*
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
2
-1
/
+7
*
$Id$ -> $FreeBSD$
peter
1999-08-28
3
-3
/
+3
*
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
2
-59
/
+132
*
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 and fix incorrect (but unused) register bit definitions.
julian
1999-02-11
1
-10
/
+29
*
Define more registers in the PHY unit and use them to report back
julian
1999-02-11
2
-9
/
+82
*
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
*
Reordered fxp_softc for optimal cacheline behavior.
dg
1998-08-02
1
-8
/
+10
*
Killed unused variable/assignment.
dg
1998-08-02
1
-2
/
+1
*
Fixed pedantic semantics errors (bitfields not of type int, signed int
bde
1998-06-08
1
-22
/
+22
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-2
/
+2
*
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
des
1998-04-17
1
-3
/
+3
*
Support compiling with `gcc -ansi'.
bde
1998-04-15
1
-6
/
+6
*
Added support for the 82553 and 'B' 82555 PHY.
dg
1998-03-03
2
-2
/
+15
[next]