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
*
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