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
/
apb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't re-implement device_get_nameunit(9).
marius
2010-03-31
1
-14
/
+10
*
Enroll these drivers in multipass probing. The motivation behind this
marius
2009-12-22
1
-1
/
+1
*
Provide and consume missing module dependency information.
marius
2009-12-21
1
-0
/
+1
*
- Sort device methods.
marius
2009-03-19
1
-2
/
+2
*
Adapt parts of the sparc64 Open Firmware bus enumeration code (in particular,
nwhitehorn
2008-12-15
1
-1
/
+0
*
On sparc64 machines with multiple host-PCI-bridges these bridges
marius
2008-04-17
1
-5
/
+7
*
Make the PCI code aware of PCI domains (aka PCI segments) so we can
marius
2007-09-30
1
-0
/
+2
*
- Make pcib_devclass private to sys/dev/pci/pci_pci.c and change all the
jhb
2006-01-06
1
-5
/
+2
*
- Adhere style(9) (don't use function calls in initializers, use uintXX_t
marius
2005-12-03
1
-6
/
+7
*
Slightly reformat apb_alloc_resource() to create some horizontal space
marcel
2005-04-28
1
-44
/
+43
*
- Introduce an ofw_bus kobj-interface for retrieving the OFW node and a
marius
2004-08-12
1
-1
/
+4
*
Add missing <sys/module.h> instances which were shadowed by the nested
phk
2004-06-03
1
-0
/
+1
*
- Remove the old sparc64 OFW PCI code (as opposed to the former
marius
2004-05-08
1
-53
/
+3
*
Prefer new location of pci include files (which have only been in the
imp
2003-08-22
1
-3
/
+3
*
Add the new sparc64 OFW PCI framework, conditional on options OFW_NEWPCI
tmm
2003-07-01
1
-116
/
+66
*
Hardwire APB's PCI buses down. If we don't do this, pciconf -l returns
jmg
2003-06-13
1
-5
/
+2
*
Make the OpenFirmware interrupt mapping code more generic, to reduce
tmm
2002-03-24
1
-3
/
+23
*
Do not include pcib.h, which only existed in my development tree, and do
tmm
2001-12-30
1
-2
/
+1
*
Make the apb driver independent of the standard PCI bridge driver.
tmm
2001-12-21
1
-30
/
+82
*
Add support for the Sun psycho/sabre UPA-PCI bridge, some OpenFirmware
tmm
2001-11-09
1
-0
/
+303