freebsd-skq/sys
jhb 4a26c9bbdf Add a pcib_attach_child() method to manage adding the child "pci" device.
This allows the PCI-PCI bridge driver to save a reference to the child
device in its softc.

Note that this required moving the "pci" device creation out of
acpi_pcib_attach().  Instead, acpi_pcib_attach() is renamed to
acpi_pcib_fetch_prt() as it's sole action now is to fetch the PCI
interrupt routing table.

Differential Revision:	https://reviews.freebsd.org/D6021
2016-04-27 16:39:05 +00:00
..
amd64 AMD64 pmap: Use howmany() macro 2016-04-24 21:35:01 +00:00
arm Add dtb/zynq to the list of extra modules required by Zedboard 2016-04-26 21:11:52 +00:00
arm64 Disable ACPI on arm64 ad it has only had minimal testing and is causing 2016-04-26 14:21:39 +00:00
boot Refactor DTS files for Zynq-based SoCs 2016-04-26 23:09:47 +00:00
bsm
cam cam: unsign some types to match their definitions and avoid overflows. 2016-04-27 15:35:05 +00:00
cddl Increase DTRACE_FUNCNAMELEN from 128 to 192. 2016-04-25 18:44:11 +00:00
compat osd(9): Change array pointer to array pointer type from void* 2016-04-26 19:57:35 +00:00
conf o Add device tree files and kernel configuration files 2016-04-26 13:22:08 +00:00
contrib Zero the newly allocated spinlock. 2016-04-24 01:38:45 +00:00
crypto
ddb ddb: Make use of our roundup() macro when available. 2016-04-26 01:52:35 +00:00
dev Add a pcib_attach_child() method to manage adding the child "pci" device. 2016-04-27 16:39:05 +00:00
fs msdosfs: Prevent buffer overflow when expanding win95 names 2016-04-26 20:36:32 +00:00
gdb
geom geom: unsign some types to match their definitions and avoid overflows. 2016-04-27 15:10:40 +00:00
gnu
i386
isa
kern Add 'devctl delete' that calls device_delete_child(). 2016-04-27 16:33:17 +00:00
kgssapi kgssapi: Don't leak memory in error cases 2016-04-26 18:11:45 +00:00
libkern
mips Implement a PCI bus rescan method. 2016-04-27 16:31:12 +00:00
modules Add dtb/zynq to generate dtb files for Zynq-based boards 2016-04-26 21:11:01 +00:00
net radix_mpath: Don't derefence a NULL pointer in for loop iteration 2016-04-26 20:27:17 +00:00
net80211 [net80211] add the STBC ioctl support. 2016-04-26 01:29:26 +00:00
netgraph sys: extend use of the howmany() macro when available. 2016-04-26 15:38:17 +00:00
netinet tcp/lro: Fix typo. 2016-04-27 09:40:55 +00:00
netinet6 in_lltable_alloc and in6 copy: Don't leak LLE in error path 2016-04-26 23:13:48 +00:00
netipsec netipsec: Don't leak memory when deep copy fails 2016-04-26 23:23:44 +00:00
netnatm
netpfil Make create_object callback optional and return EOPNOTSUPP when it isn't 2016-04-27 15:28:25 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed Fix NOIP kernels to compile. 2016-04-24 15:56:05 +00:00
opencrypto
pc98
powerpc Add a pcib_attach_child() method to manage adding the child "pci" device. 2016-04-27 16:39:05 +00:00
riscv Rework the list of all pmaps: embed the list link into pmap. 2016-04-26 14:38:18 +00:00
rpc
security
sparc64 Add a pcib_attach_child() method to manage adding the child "pci" device. 2016-04-27 16:39:05 +00:00
sys Add 'devctl delete' that calls device_delete_child(). 2016-04-27 16:33:17 +00:00
teken
tests
tools
ufs
vm
x86
xdr
xen
Makefile