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
/
ofw_pcibus.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
s,KOBJMETHOD_END,DEVMETHOD_END,g in order to fully hide the explicit mention
marius
2011-11-22
1
-1
/
+1
*
- Merge the *_SET macros from fire(4) which generally print out the
marius
2011-03-26
1
-0
/
+1
*
In case reading PCIR_MINGNT fails don't use it for calculating the
marius
2011-03-19
1
-1
/
+1
*
- Add quirk handling for ALi M5229, mainly setting the magic "force
marius
2009-12-23
1
-3
/
+24
*
- Sort the prototypes.
marius
2009-12-23
1
-24
/
+23
*
Enroll these drivers in multipass probing. The motivation behind this
marius
2009-12-22
1
-1
/
+2
*
Bring the implementation of the pnpinfo string function more in
marius
2009-03-19
1
-8
/
+6
*
Take advantage of KOBJMETHOD_END.
marius
2009-03-19
1
-1
/
+1
*
Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,
nwhitehorn
2008-12-15
1
-1
/
+18
*
The PCI specifications don't explain the details on how to calculate
marius
2008-08-24
1
-20
/
+58
*
cosmetic changes and style fixes
marius
2008-08-22
1
-19
/
+21
*
Remove an header which is unused for sun4v.
marius
2008-05-02
1
-1
/
+3
*
On sparc64 machines with multiple host-PCI-bridges these bridges
marius
2008-04-17
1
-4
/
+0
*
- Add the PCI side of the HOST-PCI bridge itself to the bus. This
marius
2007-11-30
1
-0
/
+13
*
Make the PCI code aware of PCI domains (aka PCI segments) so we can
marius
2007-09-30
1
-4
/
+7
*
- Use the actual clock frequency of the PCI bus instead of assuming
marius
2007-09-26
1
-17
/
+16
*
Remove unused softc.
marius
2007-06-17
1
-6
/
+2
*
Delete the unused/not really used sparc64 (as in sun4u) cache.h,
marius
2007-05-20
1
-2
/
+2
*
In ofw_pcibus_attach() skip dupe PCI devices reported by the
marius
2007-01-08
1
-0
/
+2
*
kernel clean up to make the sun4v kernel build
kmacy
2006-10-09
1
-2
/
+8
*
Make the ACPI and OpenFirmware PCI bus drivers subclasses of the generic
jhb
2006-01-20
1
-35
/
+3
*
Add a new method PCI_FIND_EXTCAP() to the pci bus interface that is used
jhb
2005-12-20
1
-0
/
+1
*
- Adhere style(9) (don't use function calls in initializers, use uintXX_t
marius
2005-12-03
1
-1
/
+3
*
- Convert these bus drivers to make use of the newly introduced set of
marius
2005-11-22
1
-80
/
+27
*
fix kldloading of pci driver modules after boot on sparc64... since
jmg
2005-03-23
1
-1
/
+1
*
At least on some U30 there's a spurious duplicate device node of an EBus
marius
2005-01-20
1
-5
/
+12
*
Correct some uses of the wrong members of the *min()/*max()-familiy, e.g.
marius
2004-08-15
1
-2
/
+2
*
- Introduce an ofw_bus kobj-interface for retrieving the OFW node and a
marius
2004-08-12
1
-9
/
+67
*
Add the new sparc64 OFW PCI framework, conditional on options OFW_NEWPCI
tmm
2003-07-01
1
-0
/
+264