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
/
ex
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix disordering of pccarddevs.h noticed by bde. Also remove a few
imp
2004-05-27
1
-1
/
+1
*
Move to generating pccarddevs.h on the fly, both for the kernel and
imp
2004-05-26
1
-1
/
+1
*
We don't need to initialize if_output, ether_ifattach() does it
mux
2004-05-23
1
-1
/
+0
*
Remove improper use of if_addrhead in device drivers to check
luigi
2004-04-15
1
-3
/
+0
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-4
/
+4
*
Announce ethernet MAC addresss in ether_ifattach().
mdodd
2004-03-14
1
-3
/
+0
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-9
/
+7
*
add newcard support to ex
imp
2003-10-26
1
-2
/
+28
*
Use __FBSDID().
obrien
2003-08-24
3
-3
/
+9
*
- Declare ex_devclass in if_ex.c
mdodd
2003-03-29
4
-8
/
+8
*
- Move ex_pccard_detach() to if_ex.c and rename it to ex_detach().
mdodd
2003-03-29
4
-15
/
+22
*
Reformat for readability.
mdodd
2003-03-29
1
-96
/
+98
*
Don't panic if we aren't plugged into a hub.
mdodd
2003-03-29
1
-5
/
+18
*
Multicast support, gleaned from NetBSD's if_iy driver.
mdodd
2003-03-28
2
-5
/
+103
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-3
/
+3
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-3
/
+3
*
network interface driver changes:
sam
2002-11-14
1
-6
/
+3
*
Remove __P.
alfred
2002-03-20
3
-16
/
+16
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-1
/
+1
*
Warning police:
jhb
2001-01-19
2
-2
/
+2
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
3
-3
/
+0
*
Add support for pccard attachments of the ex driver. It supports the
imp
2000-09-29
3
-3
/
+166
*
Make all Ethernet drivers attach using ether_ifattach() and detach using
archie
2000-07-13
1
-6
/
+1
*
Unused include: #include "ex.h"
peter
2000-06-10
1
-2
/
+0
*
Move code to handle BPF and bridging for incoming Ethernet packets out
archie
2000-05-14
1
-17
/
+0
*
Split out the ISA bus front end code into its own file. PCCARD attachment
mdodd
2000-05-01
4
-297
/
+472
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
Add 'bootverbose' debug messages to assist with tracking down problems
mdodd
2000-03-13
1
-5
/
+27
*
Initial ifmedia support. Once I figure out autoselection I'll put the
mdodd
2000-03-13
2
-15
/
+113
*
Pre 4.0 tidy up.
peter
2000-01-14
1
-1
/
+1
*
Cosmetic cleanups.
mdodd
2000-01-13
1
-34
/
+23
*
Implement a DEVICE_IDENTIFY method. I want to revisit some of this later
mdodd
2000-01-13
1
-22
/
+59
*
When I converted this driver to newbus I also cleaned up the code
mdodd
2000-01-13
1
-50
/
+51
*
Fix bus_setup_intr(); I changed exintr() to take a pointer to ex_softc
mdodd
1999-11-03
1
-1
/
+1
*
- Convert this driver to newbus.
mdodd
1999-10-16
1
-516
/
+754
*
Remove NBPF conditionality of bpf calls in most of our network drivers.
phk
1999-09-25
1
-9
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Make these actually compile. I got a little delete happy pruning includes
mdodd
1999-08-18
1
-3
/
+6
*
SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented in
mdodd
1999-08-18
1
-76
/
+4
*
Rename bpfilter to bpf.
des
1999-07-06
1
-6
/
+6
*
Set ifq_maxlen to default value. (This should be safe, it's not clear
peter
1999-05-02
1
-1
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-2
/
+2
*
Initialize isa_devtab entries for interrupt handlers in individual
bde
1998-10-22
1
-2
/
+5
*
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
*
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
*
Remove a bunch of variables which were unused both in GENERIC and LINT.
phk
1997-11-07
1
-7
/
+3
*
The previous commit broke support for the Pro/10; detect which sort of
msmith
1997-09-26
1
-7
/
+25
*
Support Intel EtherExpress Pro 10+
msmith
1997-09-12
1
-4
/
+10
[next]