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
/
cm
/
smc90cx6.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-2
/
+2
*
Replace `inline static' by `static inline'.
ed
2011-12-13
1
-1
/
+1
*
Add new tunable 'net.link.ifqmaxlen' to set default send interface
sobomax
2010-05-03
1
-1
/
+1
*
The NetBSD Foundation has granted permission to remove clause 3 and 4 from
joel
2010-03-01
1
-7
/
+0
*
- Add a private timer to drive the transmit watchdog instead of using
jhb
2009-11-19
1
-13
/
+15
*
Remove unused ifaddr and ifreq local variables.
rwatson
2009-02-12
1
-4
/
+0
*
Spelling fix for interupt -> interrupt
kevlo
2007-10-12
1
-3
/
+3
*
Don't call bus_deactivate_resource() explicitly before calling
nyan
2007-03-21
1
-6
/
+0
*
Make cm(4) driver MPSAFE.
fjoe
2006-06-11
1
-201
/
+87
*
Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
rwatson
2005-08-09
1
-12
/
+12
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-12
/
+17
*
Since if_cm doesn't contain locking or run with INTR_MPSAFE, mark
rwatson
2004-08-13
1
-1
/
+1
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-2
/
+1
*
Replace the if_name and if_unit members of struct ifnet with new members
brooks
2003-10-31
1
-13
/
+12
*
There is no way to enter the attach routine twice with the same softc
brooks
2003-10-30
1
-21
/
+19
*
Use __FBSDID().
obrien
2003-08-24
1
-1
/
+3
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-2
/
+2
*
- bpf is now working (tested with tcpdump)
fjoe
2003-01-30
1
-16
/
+0
*
- add support for IPX (tested with mount -t nwfs and mars_nwe),
fjoe
2003-01-24
1
-7
/
+8
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-2
/
+2
*
Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/
schweikh
2002-12-30
1
-1
/
+1
*
network interface driver changes:
sam
2002-11-14
1
-2
/
+1
*
Use if_printf(ifp, "blah") instead of
brooks
2002-10-01
1
-32
/
+29
*
Remove __P.
alfred
2002-03-20
1
-8
/
+8
*
- generic Arcnet framework
fjoe
2002-01-08
1
-0
/
+1071