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
/
ie
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
phk
2001-02-06
1
-1
/
+1
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
1
-2
/
+1
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-2
/
+2
*
This driver needs COMPAT_OLDISA too. Sigh.
peter
2001-01-19
1
-0
/
+4
*
Add in an interrupt type for this driver. I have no idea how this could
jhb
2001-01-19
1
-1
/
+2
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
1
-4
/
+1
*
Move code to handle BPF and bridging for incoming Ethernet packets out
archie
2000-05-14
1
-128
/
+30
*
Add missing $FreeBSD$
peter
2000-05-01
1
-0
/
+1
*
- Merge sl_probe() and ni_probe().
mdodd
2000-05-01
1
-84
/
+47
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
Remove #if NIE > 0 test, it's guaranteed to be true by config.
peter
2000-01-29
1
-2
/
+0
*
Pre 4.0 tidy up.
peter
2000-01-14
1
-3
/
+3
*
Hid silly unknown board types message behind if (bootverbose). This
imp
1999-10-11
1
-1
/
+2
*
Remove NBPF conditionality of bpf calls in most of our network drivers.
phk
1999-09-25
1
-31
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
3
-3
/
+3
*
Clean up after removing sys/eventhandler.h from sys/systm.h at the last
msmith
1999-08-21
1
-1
/
+2
*
Implement a new generic mechanism for attaching handler functions to
msmith
1999-08-21
1
-4
/
+5
*
Fix stupid error (xse -> xsc).
mdodd
1999-08-20
1
-10
/
+11
*
Set ifp->if_init to the right function.
mdodd
1999-08-20
1
-15
/
+19
*
Make these actually compile. I got a little delete happy pruning includes
mdodd
1999-08-18
1
-2
/
+5
*
SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented in
mdodd
1999-08-18
1
-95
/
+5
*
Rename bpfilter to bpf.
des
1999-07-06
1
-16
/
+16
*
Fixed 10 out of 40 lines of -Wcast-qual warnings/errors. 3 lines were
bde
1999-05-13
1
-14
/
+12
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-51
/
+51
*
Eliminate compiler warning.
archie
1998-12-10
1
-1
/
+3
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
1
-2
/
+5
*
Use [u]intptr_t instead of [unsigned] long to convert and/or represent
bde
1998-08-10
1
-10
/
+14
*
Fixed the formatting of some tables (mainly the one produced by ps
bde
1998-08-10
1
-3
/
+3
*
Fixed printf format errors (only 1 left in GENERIC now).
bde
1998-07-13
1
-10
/
+11
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-3
/
+3
*
Support compiling with `gcc -ansi'.
bde
1998-04-15
1
-10
/
+10
*
Removed unused #includes.
bde
1998-03-28
1
-3
/
+1
*
Staticize.
eivind
1998-02-09
1
-6
/
+6
*
Make INET a proper option.
eivind
1998-01-08
1
-1
/
+4
*
Throw options IPX, IPXIP and IPTUNNEL into opt_ipx.h.
eivind
1997-12-15
1
-1
/
+2
*
Hide a silly ``unknown board type'' message behind bootverbose. The
joerg
1997-10-15
1
-3
/
+4
*
aha1542.c aic6360.c cy.c fd.c ft.c
gibbs
1997-09-21
1
-3
/
+5
*
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
-10
/
+1
*
KNF cleanup.
gibbs
1997-06-27
1
-1585
/
+1593
*
Several bug fixes for the ee16 support from Richard Straka:
gibbs
1997-05-21
1
-86
/
+111
*
New name for the EtherExpress register file.
gibbs
1997-04-14
1
-0
/
+80
*
Add Intel EtherExpress16 support into the ie driver, removing the need
gibbs
1997-04-14
1
-100
/
+496
*
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
*
Use the new if_multiaddrs list for multicast addresses rather than the
wollman
1997-01-13
1
-24
/
+20
*
Remove devconf, it never grew up to be of any use.
phk
1996-09-06
1
-26
/
+1
*
Added #include of <machine/md_var.h>. This will be needed when
bde
1996-06-25
1
-1
/
+2
[next]