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
...
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
2
-30
/
+30
*
Use __FBSDID().
obrien
2003-08-24
4
-4
/
+12
*
Make sure that pp_name is non-null before setting the device
imp
2003-04-10
1
-1
/
+2
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
network interface driver changes:
sam
2002-11-14
2
-20
/
+8
*
Use if_printf(ifp, "blah") instead of printf("fe%d: blah", ifp->if_unit).
brooks
2002-10-01
1
-7
/
+7
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
1
-1
/
+1
*
Supported C-NET(98)P2 PnP mode.
nyan
2002-02-04
1
-15
/
+27
*
Migrate to PCMCIA_CARD() macros
imp
2001-11-15
1
-28
/
+7
*
s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharing
imp
2001-11-11
1
-14
/
+14
*
Always turned on 8bit access card support for the fe driver
shiba
2001-09-02
2
-35
/
+0
*
Update the fe driver to probe and attach under a NEWCARD kernel.
shiba
2001-09-02
3
-16
/
+64
*
Fixed to support C-NET(9N)E.
nyan
2001-07-02
1
-9
/
+2
*
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
[prev]
[next]