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
*
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
*
Restore a sense of cleanly supporting multiple platforms. That is,
mjacob
2000-12-06
2
-36
/
+95
*
Move $FreeBSD id up to top of file for multi-OS ease of support reasons.
mjacob
2000-12-06
1
-1
/
+1
*
Remove more printfs and use either isp_prt or device_printf. Remember
mjacob
2000-12-05
1
-34
/
+37
*
Initialize/grab the mutex earlier in the attach phase, so that
wpaul
2000-12-04
12
-32
/
+36
*
We now have the ability to assign the correct IRQ when PNP-OS is turned
nsayer
2000-12-03
2
-20
/
+0
*
Add device ID for the 3c565C card. I followed exactly the 3c575c, but
imp
2000-12-01
2
-1
/
+9
*
Add identifier for Compaq HotPlug host->pci bridge.
jlemon
2000-12-01
1
-0
/
+4
*
Convert the pcib_{read,write}_config args from signed to unsigned,
gallatin
2000-12-01
1
-8
/
+8
*
Reduce code duplication by using the GET_RESOURCE_LIST bus method and related
mdodd
2000-11-28
1
-45
/
+18
*
Change the driver to allocate its own callout structure, and modify
jlemon
2000-11-25
2
-8
/
+12
*
Lock down the network interface queues. The queue mutex must be obtained
jlemon
2000-11-25
2
-8
/
+12
*
Don't attach the interface twice. While I'm here, add a driver
jlemon
2000-11-25
1
-25
/
+27
*
Print a warning when we detect a Realtek 8139B chip
roger
2000-11-24
1
-0
/
+10
*
Update the probe some more to deal with 16/32 bit issues. If the chip
wpaul
2000-11-23
2
-3
/
+32
*
When checking the device code in the probe routine, leave the chip in
wpaul
2000-11-16
1
-3
/
+22
*
Add support for the Accton EN2242 MiniPCI adapter. This is just an
wpaul
2000-11-14
2
-0
/
+4
*
Change MEXTADD usage to pass the two new arguments.
bmilekic
2000-11-11
3
-3
/
+4
*
Add missing delay after card reset.
pb
2000-11-09
1
-0
/
+1
[next]