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
/
pci
/
if_mn.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Catchup with filters
imp
2007-02-23
1
-1
/
+1
*
Stop embedding struct ifnet at the top of driver softcs. Instead the
brooks
2005-06-10
1
-1
/
+1
*
Fix style(9) issues with __P removal.
imp
2005-02-24
1
-2
/
+2
*
Return BUS_PROBE_DEFAULT instead of 0.
imp
2005-02-24
1
-1
/
+1
*
/* -> /*- for license, minor formatting changes
imp
2005-01-07
1
-4
/
+4
*
Be BURN_BRIDGES compliant.
phk
2004-06-21
1
-1
/
+1
*
Use NG_FREE_MSG() instead of FREE().
phk
2004-06-13
1
-1
/
+1
*
Switch to using C99 sparse initialisers for the type methods array.
julian
2004-05-29
1
-12
/
+9
*
Convert callers to the new bus_alloc_resource_any(9) API.
njl
2004-03-17
1
-6
/
+4
*
Use PCIR_BAR(x) instead of PCIR_MAPS.
jhb
2003-09-02
1
-2
/
+2
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-3
/
+3
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-9
/
+9
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-9
/
+9
*
Use %z to print size_t values.
jhb
2002-11-08
1
-3
/
+3
*
Rename struct softc to struct mn_softc.
phk
2002-10-16
1
-27
/
+31
*
Repond properly to NGM_TEXT_CONFIG messages.
phk
2002-08-04
1
-0
/
+1
*
Fix warnings:
peter
2001-06-15
1
-3
/
+6
*
Update these netgraph drivers in current so that these changes can be
phk
2001-01-21
1
-38
/
+127
*
Use pci_get_revid() rather than groping around the PCI register space
peter
2001-01-17
1
-3
/
+3
*
Part 2 of the netgraph rewrite.
julian
2001-01-08
1
-10
/
+10
*
Rewrite of netgraph to start getting ready for SMP.
julian
2001-01-06
1
-20
/
+17
*
* Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.
bmilekic
2000-12-21
1
-5
/
+5
*
Divorce the kernel binary ABI version number from the message
julian
2000-12-18
1
-8
/
+18
*
Make sure to check if MGET(HDR) returned NULL, even when called with M_WAIT.
bmilekic
2000-12-15
1
-2
/
+26
*
I really hate it when part of a patch gets left out.
julian
2000-12-13
1
-1
/
+0
*
Reviewed by: Archie@freebsd.org
julian
2000-12-12
1
-3
/
+5
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-4
/
+2
*
Remove unneeded #include <machine/clock.h>
phk
2000-10-15
1
-1
/
+0
*
Register resources in a more opportune order for the hardware.
phk
2000-09-05
1
-17
/
+17
*
Newbusify this driver at an expense of 40 extra lines of code.
phk
2000-07-10
1
-67
/
+112
*
Account for packets we clean out when we disconnect.
phk
2000-07-03
1
-1
/
+3
*
Two simple changes to the kernel internal API for netgraph modules,
julian
2000-04-28
1
-2
/
+3
*
Remove ~25 unneeded #include <sys/conf.h>
phk
2000-04-19
1
-1
/
+0
*
Ahhrggg. Put the test for the compat shims AFTER the file that includes
imp
2000-03-27
1
-4
/
+4
*
Allow reuse of hooks.
phk
2000-03-27
1
-4
/
+3
*
Per conversations in -current, add #error to these drivers when you don't
imp
2000-03-27
1
-0
/
+4
*
Updates for new FALC chips and other nits.
phk
2000-03-13
1
-19
/
+5
*
Fix a initialization bug.
phk
2000-03-01
1
-22
/
+20
*
'driver support' -> 'driver supports'
billf
2000-02-29
1
-1
/
+1
*
Implement queue-limiting based on bandwidth.
phk
2000-02-26
1
-6
/
+31
*
Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"
peter
1999-12-29
1
-2
/
+2
*
Removed unnecessary const poisoning (redundant casting) which was added
bde
1999-12-24
1
-2
/
+2
*
Add #ifdef notyet around uncalled code that is later going to become DDB
eivind
1999-12-21
1
-1
/
+7
*
Add NULL for new entrypoint.
julian
1999-12-01
1
-1
/
+2
*
Change the prototype of the strto* routines to make the second
archie
1999-11-24
1
-3
/
+3
*
Do timeouts in terms of hz
phk
1999-11-17
1
-1
/
+1
*
Remove compat cruft.
phk
1999-11-03
1
-4
/
+0
*
New driver: Nx64kbit/s E1/T1 cards based on Munich32x&Falc54.
phk
1999-11-02
1
-0
/
+1287