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
/
sparc64
/
pci
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use OF_prop_free instead of direct call to free(9)
gonzo
2016-05-18
1
-2
/
+2
*
Add a bus_null_rescan() method that always fails with an error.
jhb
2016-04-27
1
-1
/
+1
*
Add a pcib_attach_child() method to manage adding the child "pci" device.
jhb
2016-04-27
1
-2
/
+1
*
Implement a PCI bus rescan method.
jhb
2016-04-27
1
-0
/
+1
*
Add a new PCI bus interface method to alloc the ivars (dinfo) for a device.
jhb
2016-04-15
1
-4
/
+15
*
Convert pci_delete_child() to a bus_child_deleted() method.
jhb
2016-04-06
1
-0
/
+12
*
Use uintmax_t (typedef'd to rman_res_t type) for rman ranges.
jhibbits
2016-03-18
1
-5
/
+5
*
As <machine/pmap.h> is included from <vm/pmap.h>, there is no need to
skra
2016-02-22
1
-1
/
+0
*
Introduce a RMAN_IS_DEFAULT_RANGE() macro, and use it.
jhibbits
2016-02-20
1
-1
/
+1
*
Convert rman to use rman_res_t instead of u_long
jhibbits
2016-01-27
6
-12
/
+12
*
- Factor out the common and generic parts of the sparc64 host-PCI-bridge
marius
2015-09-12
11
-966
/
+614
*
Update this driver to not save copies of registers that are no longer used
jhb
2015-04-24
1
-8
/
+2
*
Add support for the uart classes to set their default register shift value.
andrew
2015-04-11
1
-1
/
+2
*
Revert unrelated changes accidentally committed in r271192.
jhb
2014-09-17
1
-13
/
+7
*
Create a separate structure for per-CPU state saved across suspend and
jhb
2014-09-06
1
-7
/
+13
*
Pull in r267961 and r267973 again. Fix for issues reported will follow.
hselasky
2014-06-28
1
-1
/
+0
*
Revert r267961, r267973:
gjb
2014-06-27
1
-0
/
+1
*
Extend the meaning of the CTLFLAG_TUN flag to automatically check if
hselasky
2014-06-27
1
-1
/
+0
*
Merge from head up to r262472.
dim
2014-02-25
1
-1
/
+1
|
\
|
*
Make sure a for loop in fire_alloc_msix() terminates, by making the loop
dim
2014-02-25
1
-1
/
+1
*
|
Remove more superfluous const specifiers.
dim
2014-02-23
1
-2
/
+2
|
/
*
Add support for managing PCI bus numbers. As with BARs and PCI-PCI bridge
jhb
2014-02-12
1
-6
/
+6
*
Simplify the ofw_bus_lookup_imap() API slightly: make it allocate maskbuf
nwhitehorn
2013-12-17
4
-8
/
+4
*
Move the implementation of bus_space_barrier(9) to the inline function in
marius
2013-10-24
3
-18
/
+9
*
Fix low-level uart drivers that set their fifo sizes in the softc too late.
ian
2013-04-01
1
-9
/
+15
*
Correct two spelling mistakes in a comment.
gavin
2013-03-07
1
-1
/
+1
*
Revert the part of r247600 which turned the overtemperature and power fail
marius
2013-03-02
1
-18
/
+16
*
- While Netra X1 generally show no ill effects when registering a power
marius
2013-03-02
1
-27
/
+44
*
- In sbbc_pci_attach() just pass the already obtained bus tag and handle
marius
2013-03-01
1
-4
/
+3
*
- Remove an unused header.
marius
2013-03-01
1
-6
/
+41
*
Remove duplicate const specifiers in many drivers (I hope I got all of
dim
2012-11-05
3
-4
/
+4
*
Add a global MD macro for the VIS block size instead of duplicating
marius
2012-08-31
2
-4
/
+0
*
- Remove erroneous trailing semicolon. [1]
marius
2012-03-30
2
-2
/
+10
*
Given that this is a host-PCI-Express bridge driver, create the parent
marius
2012-03-24
1
-1
/
+1
*
Make ofw_bus_get_node() consistently return -1 when there is no associated
nwhitehorn
2012-03-15
1
-1
/
+1
*
- Add a bus_dma tag to each PCI bus that is a child of a Host-PCI bridge.
jhb
2012-03-02
1
-5
/
+6
*
As it turns out r227960 may still be insufficient with PREEMPTION
marius
2012-01-28
2
-16
/
+42
*
Increase the CDMA sync timeout for Schizo bridges to 15 seconds as used by
marius
2011-11-24
1
-1
/
+1
*
s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mention
marius
2011-11-22
3
-3
/
+3
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
4
-11
/
+6
*
Make sparc64 compatible with NEW_PCIB and enable it:
marius
2011-10-02
9
-301
/
+308
*
Re-reading the Schizo errata suggests that it's actually tolerable to
marius
2011-10-01
1
-3
/
+3
*
- Current testing shows that (ab)using the JBC performance counter in bus
marius
2011-07-12
1
-13
/
+10
*
- Add a missing shift in schizo_get_timecount(). This happened to be non-fatal
marius
2011-07-12
1
-3
/
+3
*
Reimplement how PCI-PCI bridges manage their I/O windows. Previously the
jhb
2011-05-03
2
-0
/
+2
*
Allocate memory for a DMA method table only in case we need to override
marius
2011-03-29
2
-9
/
+18
*
- A closer inspection of the OpenSolaris code indicates that the DMA
marius
2011-03-26
2
-158
/
+52
*
- Merge the *_SET macros from fire(4) which generally print out the
marius
2011-03-26
6
-257
/
+308
*
- Make a panic message better reflect the actual problem.
marius
2011-03-19
1
-13
/
+15
*
In case reading PCIR_MINGNT fails don't use it for calculating the
marius
2011-03-19
1
-1
/
+1
[next]