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
/
ep
Commit message (
Expand
)
Author
Age
Files
Lines
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
3
-3
/
+3
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
3
-3
/
+3
*
Submitted by: Naoki Hamada <nao@sbl.cl.nec.co.jp>
kato
1996-12-19
1
-1
/
+6
*
Convert the interface address and IP interface address structures
wollman
1996-12-13
1
-20
/
+1
*
Fixed pessimized (short) i/o port type.
bde
1996-11-11
1
-2
/
+2
*
Removed nested include if <sys/socket.h> from <net/if.h> and
bde
1996-10-12
1
-1
/
+2
*
Staticized. Things exported by linker sets should always be static.
bde
1996-10-12
1
-2
/
+2
*
Various cleanups for remanents of devconf.
phk
1996-09-08
1
-3
/
+1
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
2
-66
/
+4
*
Megacommit to straigthen out ETHER_ mess.
phk
1996-08-06
1
-7
/
+1
*
Under the heavy load for transmiting condition, it will be write error
amurai
1996-07-27
1
-2
/
+2
*
Add interrupt register set up with original register value
amurai
1996-07-19
3
-5
/
+13
*
Enable transmit complete interrupt...
dg
1996-07-13
1
-2
/
+2
*
Removed unused #includes of <i386/isa/icu.h> and <i386/isa/icu.h>. icu.h
bde
1996-06-18
1
-3
/
+1
*
Whoops, I accidentally deleted a necessary ":" which is part of the
nate
1996-06-15
1
-2
/
+2
*
At long last, we know have support for the 3C589 in a FreeBSD release
nate
1996-06-14
2
-3
/
+219
*
Better code for switching the ethernet transceiver.
nate
1996-06-14
1
-30
/
+32
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
2
-7
/
+4
*
Properly determine the offset of the remaining bytes we need to transfer
gibbs
1996-05-24
1
-2
/
+2
*
Fix media type determination.
gibbs
1996-02-28
3
-10
/
+8
*
Clean up the 3c5x9 driver and add an eisaconf probe to it. This should
gibbs
1996-02-26
2
-188
/
+257
*
3c5x9.c:
gibbs
1996-02-26
1
-0
/
+308
*
- Properly set the watchdog timer only during transmits.
gibbs
1996-02-13
1
-26
/
+35
*
Clean up Ethernet drivers:
wollman
1996-02-06
2
-10
/
+11
*
Fix a bunch of spelling errors in the comment fields of
mpp
1996-01-30
1
-3
/
+3
*
Finally commit Serge's multicast and "misc other changes" patch. I
gibbs
1996-01-29
2
-43
/
+84
*
The last part of the ether_sprint -> %6D change.
phk
1996-01-26
1
-2
/
+2
*
Completed function declarations and/or added prototypes and/or added
bde
1995-12-15
1
-1
/
+6
*
Staticize and cleanup.
phk
1995-12-10
1
-14
/
+14
*
all:
dg
1995-12-05
1
-26
/
+7
*
Added `#include "ioconf.h"' to <machine/conf.h> and cleaned up the
bde
1995-11-04
1
-2
/
+1
*
Remove unused functions and variables, make things static, and other cleanups.
phk
1995-10-28
1
-5
/
+1
*
Reviewed by: julian and jhay@mikom.csir.co.za
julian
1995-10-26
1
-1
/
+24
*
Say goodbye to IFF_NOTRAILERS. Support for trailers was officially
wollman
1995-10-13
1
-2
/
+2
*
Add SIOCGIFADDR ioctl so rarpd actually works with the if_ep interface.
guido
1995-08-28
1
-1
/
+10
*
Protected entire epioctl routine with splimp(). In this case, it is better
dg
1995-07-05
1
-1
/
+6
*
Remove trailing whitespace.
rgrimes
1995-05-30
2
-28
/
+28
*
Increased delay after reset to 10ms. Suggested by several people, the last
dg
1995-05-27
1
-2
/
+2
*
Add a class field to devconf and mst drivers.
wollman
1995-04-12
1
-7
/
+10
*
Performance enhancements and a redesign of the transmitter code.
jkh
1995-04-10
2
-2
/
+25
*
Correct the watchdog routine.
jkh
1995-04-05
1
-1
/
+26
*
* Promiscuous mode added and interrupt logic slightly changed
jkh
1995-03-31
2
-50
/
+189
*
Add and move declarations to fix all of the warnings from `gcc -Wimplicit'
bde
1995-03-28
1
-1
/
+5
*
aha1742.c:
gibbs
1995-03-23
1
-2
/
+1
*
Patches from Serge Babkin to fix interrupt handling bugs.
dg
1995-03-23
2
-8
/
+28
*
Added Andres Vega Garcia's email address.
dg
1995-01-24
1
-1
/
+8
*
Restored Herb's current copyright. The one in the file appeared to have
dg
1995-01-08
1
-244
/
+28
*
Move ARP interface initialization into if_ether.c:arp_ifinit().
wollman
1994-12-22
1
-2
/
+1
*
Moved conversion of ether_type to host byte order out of ethernet drivers
dg
1994-11-24
1
-93
/
+1
*
Andres Vega Garcia's improvements to the ep driver. This driver is a merging
gibbs
1994-11-13
2
-1019
/
+1405
[next]