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
/
fe
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
*
The fe driver does not support pnp devices.
nyan
2000-11-10
1
-0
/
+4
*
Moved prototypes of isa_alloc_resourcev() and isa_load_resourcev() to
nyan
2000-10-22
1
-0
/
+2
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
4
-4
/
+0
*
Move DELAY() from <machine/clock.h> to <sys/systm.h>
phk
2000-10-15
1
-0
/
+1
*
Removed unneeded include files.
nyan
2000-09-22
4
-28
/
+0
*
Use driver_intr_t instead of the now defunct inthand2_t.
jhb
2000-09-15
1
-1
/
+1
*
- Newbus'ify and bus_space'ify.
nyan
2000-09-14
6
-2433
/
+3041
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
1
-5
/
+2
*
Mass update of isa drivers using compatability shims to use
peter
2000-05-28
1
-0
/
+8
*
Move code to handle BPF and bridging for incoming Ethernet packets out
archie
2000-05-14
1
-61
/
+1
*
Add $FreeBSD$
peter
2000-05-01
1
-0
/
+2
*
Ratoc REX-9880/83 support (PC-98 only). This commit added functions
kato
2000-03-29
1
-0
/
+129
*
Make release is now falling over in if_fe.c due to Warner's pccard changes:
wpaul
1999-10-25
1
-0
/
+3
*
Remove NBPF conditionality of bpf calls in most of our network drivers.
phk
1999-09-25
1
-9
/
+0
*
C-NET(9N)C support (PC-98 only).
nyan
1999-08-31
1
-13
/
+42
*
$Id$ -> $FreeBSD$
peter
1999-08-28
2
-2
/
+2
*
- Make binary size smaller.
kato
1999-08-23
1
-6
/
+6
*
Make these actually compile. I got a little delete happy pruning includes
mdodd
1999-08-18
1
-1
/
+5
*
SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented in
mdodd
1999-08-18
1
-24
/
+1
*
Rename bpfilter to bpf.
des
1999-07-06
1
-6
/
+6
*
Replace misused FE_D6_BBW with FE_D6_SBW.
kato
1999-05-04
1
-11
/
+11
*
Added FE_8BIT_SUPPORT into the list. The fe driver includes opt_fe.h.
kato
1999-03-03
1
-1
/
+2
*
Update the pccard hooks to use a module style declaration instead.
peter
1999-01-19
1
-11
/
+3
*
Silence warnings.
eivind
1999-01-12
1
-1
/
+3
*
Another(better) way to support Access/NOTE N98(PC-98) without any effects
kato
1998-12-31
1
-6
/
+7
*
Oops, I forgot to commit two diffs to fe driver.
kato
1998-12-15
1
-15
/
+1
*
PC/AT(ISA) version and PC-98(NEC) version of if_fe drivers are merged,
kato
1998-12-15
1
-1282
/
+2341
*
The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static
archie
1998-12-07
1
-3
/
+2
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
1
-2
/
+5
*
Removed unused includes.
bde
1998-06-21
1
-10
/
+6
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-3
/
+3
*
Removed unused #includes.
bde
1998-03-28
1
-3
/
+1
*
PCCARD-code related style nits, as requested.
msmith
1998-02-27
1
-4
/
+4
*
Fix some style nits and remove an unused header.
msmith
1998-02-27
1
-2
/
+1
*
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
*
- 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
-3
/
+3
*
- Make sure we include <sys/kernel.h> to pick up the definitions of DATA_SET()
nate
1997-10-29
1
-1
/
+2
*
- Instead of relying on a functional call to register PCARD-capable drivers,
nate
1997-10-26
1
-15
/
+3
*
- Functional changes to PCCARD support.
nate
1997-10-26
1
-59
/
+32
*
- Do a bunch of gratuitous changes intended to make the code easier to
nate
1997-10-26
1
-56
/
+55
*
Removed unused #includes.
bde
1997-07-20
1
-9
/
+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
2
-2
/
+2
*
Put newlines after log messages.
wollman
1997-01-23
1
-3
/
+3
*
Update from driver author. Closes PR#2421.
wollman
1997-01-14
2
-58
/
+140
[next]