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
*
Implement an EISA new-bus framework. The old driver probe mechanism
peter
1999-04-18
1
-120
/
+131
*
Move the "fetch serial data" delay so that it is an inter-bit delay.
dufault
1999-01-31
1
-5
/
+13
*
Update the pccard hooks to use a module style declaration instead.
peter
1999-01-19
1
-11
/
+3
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
1
-2
/
+4
*
Removed unused includes.
bde
1998-06-21
1
-2
/
+1
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-3
/
+3
*
Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108.
des
1998-04-17
1
-2
/
+2
*
Removed unused #includes.
bde
1998-03-28
1
-6
/
+1
*
Fix some style nits and remove an unused header.
msmith
1998-02-27
1
-2
/
+1
*
Back out DIAGNOSTIC changes.
eivind
1998-02-06
1
-2
/
+1
*
Turn DIAGNOSTIC into a new-style option.
eivind
1998-02-04
1
-1
/
+2
*
Make INET a proper option.
eivind
1998-01-08
1
-1
/
+7
*
Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.
eivind
1997-12-15
1
-1
/
+2
*
Recognize 3C569 network interface when `PC98' is defined.
kato
1997-11-27
1
-2
/
+7
*
- Renamed <pccard/card.h> -> <pccard/cardinfo.h>.
nate
1997-11-20
1
-2
/
+2
*
Remove a bunch of variables which were unused both in GENERIC and LINT.
phk
1997-11-07
1
-5
/
+1
*
Move the EP_ID_PORT out to 0x110, so it doesn't conflict with other port
joerg
1997-10-27
1
-2
/
+16
*
Fix a comment about multicast; since the Etherlink III has no
fenner
1997-10-27
1
-4
/
+7
*
- Instead of relying on a functional call to register PCARD-capable drivers,
nate
1997-10-26
1
-5
/
+4
*
- Functional changes to PCCARD support.
nate
1997-10-26
1
-29
/
+7
*
- Do a bunch of gratuitous changes intended to make the code easier to
nate
1997-10-26
1
-54
/
+49
*
if_ep.c clarification/simplification.
itojun
1997-10-14
2
-273
/
+92
*
Add shared EISA interrupt support.
gibbs
1997-09-21
1
-4
/
+8
*
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
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
[next]