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
/
i386
/
isa
/
if_ep.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added used #include - don't depend on <sys/mbuf.h> including
bde
1997-09-02
1
-1
/
+2
*
Removed unused #includes.
bde
1997-07-20
1
-11
/
+1
*
Don't include <sys/ioctl.h> in the kernel. Stage 2: include
bde
1997-03-24
1
-2
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
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
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
1
-45
/
+2
*
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
1
-2
/
+2
*
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
1
-2
/
+211
*
Better code for switching the ethernet transceiver.
nate
1996-06-14
1
-30
/
+32
*
Clean up -Wunused warnings.
gpalmer
1996-06-12
1
-4
/
+3
*
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
1
-6
/
+3
*
Clean up the 3c5x9 driver and add an eisaconf probe to it. This should
gibbs
1996-02-26
1
-182
/
+240
*
- Properly set the watchdog timer only during transmits.
gibbs
1996-02-13
1
-26
/
+35
*
Clean up Ethernet drivers:
wollman
1996-02-06
1
-8
/
+10
*
Finally commit Serge's multicast and "misc other changes" patch. I
gibbs
1996-01-29
1
-42
/
+70
*
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
1
-15
/
+15
*
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
1
-1
/
+24
*
Correct the watchdog routine.
jkh
1995-04-05
1
-1
/
+26
*
* Promiscuous mode added and interrupt logic slightly changed
jkh
1995-03-31
1
-49
/
+158
*
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
1
-7
/
+26
*
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
1
-920
/
+1205
*
Finished device configuration database work for all ISA devices (except `ze')
wollman
1994-10-23
1
-2
/
+24
*
Removed inclusion of pio.h and cpufunc.h (cpufunc.h is included from
dg
1994-09-16
1
-3
/
+1
*
Reviewed by:
ats
1994-09-03
1
-72
/
+231
*
Added support for SIOCSIFMTU.
dg
1994-08-08
1
-1
/
+13
[next]