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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply patch to allow TX underrun handling without issuing a complete
wpaul
2001-02-22
2
-26
/
+64
*
Big round of minor updates:
wpaul
2001-02-21
14
-197
/
+185
*
Take luigi's suggestion and move the check for nothing to do to before the
imp
2001-02-20
1
-5
/
+4
*
Add DC_UNLOCK before first return. This caused returns when dc was on
imp
2001-02-20
1
-1
/
+3
*
Preceed/preceeding are not english words. Use precede and preceding.
asmodai
2001-02-18
2
-2
/
+2
*
Add a check in the interrupt service routine to return quickly in
luigi
2001-02-18
1
-1
/
+4
*
Change and clean the mutex lock interface.
bmilekic
2001-02-09
14
-32
/
+32
*
Apply patch to add support for the intergrated ethernet in the SiS630E
wpaul
2001-02-09
2
-1
/
+105
*
Add support for SMC9432FTX card, possibly othe fiber optic SMC9432 family
semenu
2001-02-07
2
-42
/
+190
*
Move ti1031 to the 16-bit bridge section
imp
2001-02-07
1
-3
/
+3
*
Convert if_multiaddrs from LIST to TAILQ so that it can be traversed
phk
2001-02-06
15
-43
/
+22
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
7
-18
/
+9
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
5
-11
/
+11
*
Use <sys/queue.h> macro API.
phk
2001-02-04
1
-2
/
+2
*
Use LIST_FOREACH() to traverse ifp->if_multiaddrs list, instead of
phk
2001-02-03
13
-36
/
+18
*
Converted to new-bus.
bde
2001-02-01
1
-57
/
+85
*
The ar and sr devices have moved to sys/dev/.
jhay
2001-01-30
2
-308
/
+0
*
Disable cy - it is now completely broken and needs non-trivial work.
peter
2001-01-25
1
-5
/
+0
*
Newbusify ar(4).
jhay
2001-01-24
1
-55
/
+99
*
Allow fxp to configure in I/O space if the user wants it and specifies
mjacob
2001-01-23
2
-10
/
+42
*
Update these netgraph drivers in current so that these changes can be
phk
2001-01-21
1
-38
/
+127
*
Check the return value of sf_encap() and handle errors accordingly.
wpaul
2001-01-20
1
-3
/
+11
*
Set the OACTIVE flag if vr_encap() fails.
wpaul
2001-01-20
1
-0
/
+1
*
Silence compiler warnings.
wpaul
2001-01-20
1
-2
/
+2
*
Bug fixes that I've put together while working on a project in the office:
wpaul
2001-01-19
2
-9
/
+19
*
Implement MTX_RECURSE flag for mtx_init().
bmilekic
2001-01-19
14
-14
/
+14
*
Use pci_get_revid() rather than groping around the PCI register space
peter
2001-01-17
1
-3
/
+3
*
Special case for compiling LINT - just give a warning and continue on.
peter
2001-01-17
4
-0
/
+20
*
Remove unneeded (and compile-breaking) #include "alpm.h"
peter
2001-01-17
1
-2
/
+0
*
moved isp_pci.c from pci to dev/isp
mjacob
2001-01-09
1
-1826
/
+0
*
add missing length argument
mjacob
2001-01-09
1
-1
/
+1
*
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
*
Add device id for the OZ Micro 6832. I didn't try to init it like the
imp
2001-01-02
2
-1
/
+6
*
Remove old PCI compatibility.
nsouch
2001-01-02
1
-57
/
+77
*
Set up to do a local interrupt fielding before calling common code-
mjacob
2000-12-29
1
-8
/
+27
*
* Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.
bmilekic
2000-12-21
1
-5
/
+5
*
un-staticize M_AGP so that it can be used in agp*.c
assar
2000-12-19
1
-1
/
+1
*
Add power state manipulation to the fxp driver. Some people have
wpaul
2000-12-18
1
-0
/
+20
*
Use pci_get_powerstate()/pci_set_powerstate() which now exists in the
wpaul
2000-12-18
3
-70
/
+54
*
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
*
Next round of PCI subsystem updates:
msmith
2000-12-13
1
-336
/
+0
*
Remove a couple of leftover unused variables.
msmith
2000-12-13
2
-2
/
+0
*
Add a missing include of <sys/proc.h>.
jhb
2000-12-12
1
-0
/
+1
*
Reviewed by: Archie@freebsd.org
julian
2000-12-12
1
-3
/
+5
*
Next phase in the PCI subsystem cleanup.
msmith
2000-12-08
6
-4132
/
+0
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
8
-36
/
+17
*
Staticize some malloc M_ instances.
phk
2000-12-08
1
-1
/
+1
[next]