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
*
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
*
Removed unused #includes.
bde
1998-02-20
1
-7
/
+1
*
Staticize.
eivind
1998-02-09
1
-8
/
+8
*
Make INET a proper option.
eivind
1998-01-08
1
-2
/
+5
*
Shuffle things a bit for better cacheline behavior.
dg
1997-11-29
1
-6
/
+6
*
Removed unused #includes.
bde
1997-10-28
1
-2
/
+1
*
Rewrote fxp_start() for better clarity and efficiency.
dg
1997-10-23
1
-101
/
+101
*
Fixed a bug where input packets were counted twice - messing up the
dg
1997-10-17
1
-2
/
+1
*
Killed a gratuitous assignment in a NetBSD case.
dg
1997-09-30
1
-5
/
+1
*
Two changes which should make the system less suseptible to receiver
dg
1997-09-30
1
-29
/
+29
*
Work around a bug in the 82557 NIC where the receiver will lock up
dg
1997-09-29
3
-57
/
+198
*
Update for new callout interface.
gibbs
1997-09-21
2
-4
/
+6
*
Changes to support NetBSD and the new ifmedia extensions.
dg
1997-09-05
3
-243
/
+842
*
Removed unused #includes.
bde
1997-08-02
1
-13
/
+1
*
Added support for the Seeq 80c24 PHY; does nothing except disable the
dg
1997-07-25
1
-1
/
+7
*
Minor optimization in fxp_intr.
dg
1997-06-16
1
-5
/
+4
*
Added support for the Intel 82555 PHY chip which is being used on newer
dg
1997-06-13
2
-20
/
+25
*
Check that the received packet length indicated by the card is at least
dg
1997-04-23
1
-1
/
+5
*
Made a couple of minor optimizations that improve performance of the
dg
1997-03-25
1
-5
/
+4
[next]