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
*
Bite the bullet and start removing the first compile time warnings
bz
2013-12-25
1
-101
/
+0
*
- Provide necessary includes.
glebius
2013-10-29
1
-1
/
+3
*
The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare
glebius
2013-10-26
1
-0
/
+1
*
Mechanically substitute flags from historic mbuf allocator with
glebius
2012-12-04
1
-3
/
+3
*
Free result of device_get_children(9).
kevlo
2012-09-30
1
-0
/
+1
*
Isolate v_caddr_t in the ie driver.
pluknet
2012-01-31
1
-0
/
+3
*
ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it again
kevlo
2012-01-07
1
-1
/
+0
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-1
/
+1
*
Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/
rwatson
2009-06-26
1
-2
/
+2
*
Use the new bus device_shutdown hook for performing the shutdown action
jhb
2008-08-01
3
-9
/
+19
*
Rename the ie_EE16 module to just 'ie' so that at least one of the modules
jhb
2008-06-05
1
-1
/
+7
*
- Fix two calls to ieinit() in ieioctl() to call ieinit_locked() instead to
jhb
2008-06-05
1
-3
/
+3
*
Make ie(4) MPSAFE:
jhb
2008-06-02
3
-81
/
+75
*
Fix build with DEBUG defined.
jhb
2008-05-30
1
-4
/
+4
*
Use if_printf() and if_xname and retire 'unit' from the softc.
jhb
2008-05-29
2
-48
/
+48
*
o break newbus api: add a new argument of type driver_filter_t to
piso
2007-02-23
1
-3
/
+3
*
Since DELAY() was moved, most <machine/clock.h> #includes have been
phk
2006-05-16
1
-1
/
+0
*
Fix -Wundef warnings found when compiling i386 LINT, GENERIC and
ru
2005-12-05
1
-2
/
+2
*
- Store pointer to the link-level address right in "struct ifnet"
ru
2005-11-11
1
-2
/
+2
*
Fix "struct ifnet" leaks when attach() fails in the middle.
ru
2005-09-16
1
-1
/
+2
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-10
/
+10
*
Modify device drivers supporting multicast addresses to lock if_addr_mtx
rwatson
2005-08-03
1
-0
/
+2
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
3
-45
/
+53
*
Remove bus_{mem,p}io.h and related code for a micro-optimization on i386
nyan
2005-05-29
2
-2
/
+0
*
Start each of the license/copyright comments with /*-, minor shuffle of lines
imp
2005-01-06
1
-1
/
+1
*
Since if_ie doesn't contain locking or run with INTR_MPSAFE, mark
rwatson
2004-08-13
1
-1
/
+2
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-6
/
+6
*
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
-2
/
+1
*
Use __FBSDID().
obrien
2003-08-24
2
-4
/
+6
*
Don't use pessimal (u_short) types for i/o ports. This is mainly for
bde
2003-08-06
1
-1
/
+1
*
Move inlined function ie_ack() up to before first use.
phk
2003-07-22
1
-8
/
+8
*
- Move driver to newbus.
mdodd
2003-03-29
4
-531
/
+1115
*
Clear the IFF_OACTIVE flag at the end of ieinit(). This prevents
mdodd
2003-03-29
1
-0
/
+2
*
Adjust shared memory allocation to work on cards with only 8 KB of RAM.
mdodd
2003-03-29
1
-6
/
+6
*
Text formatting changes.
mdodd
2003-03-29
2
-65
/
+68
*
- Clean up function calling conventions.
mdodd
2003-03-28
3
-439
/
+523
*
- Rely on ether_ifattach() to initialize part of our struct ifnet
mdodd
2003-03-27
1
-23
/
+17
*
Add missing COMPAT_ISA_DRIVER().
mdodd
2003-03-27
1
-0
/
+1
*
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
-39
/
+42
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
1
-14
/
+14
*
Repo copy i82586.h to dev/ic/i82586.h.
imp
2001-07-02
1
-1
/
+1
*
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
[next]