freebsd-nq/sys
Luiz Otavio O Souza 1b53f6c5a3 Remove unnecessary code and make use of generic implementations for
bus_alloc_resource(), bus_release_resource() and bus_set_resource()
(bus_generic_rl_alloc_resource(), bus_generic_rl_release_resource() and
bus_generic_rl_set_resource() respectively).

Do not print the resources for nomatch devices.

Use the inherited method for bus_get_resource_list() on ofw_iicbus.c.

Submitted by:	jhb and Michal Meloun (D2033)
2015-05-10 02:19:27 +00:00
..
amd64 Correct the assertion. We should compare the pmap' curcpu pcid value 2015-05-09 21:36:44 +00:00
arm Pass over the at91 kernels to reduce the diff between them. 2015-05-09 21:24:55 +00:00
arm64 Port x86 busdma to ARM64 2015-05-08 18:47:19 +00:00
boot Move the text section to the start of the output file, so that when you 2015-05-08 19:43:53 +00:00
bsm
cam Handle EDQUOT backend storage errors same as ENOSPC. 2015-05-06 19:47:31 +00:00
cddl MFV r282630: 5809 Blowaway full receive in v1 pool causes kernel panic 2015-05-08 14:03:14 +00:00
compat Fix an error in r281551, part of the getfsstat() / kern_getfsstat() 2015-05-05 05:14:12 +00:00
conf Port x86 busdma to ARM64 2015-05-08 18:47:19 +00:00
contrib
crypto
ddb
dev Remove unnecessary code and make use of generic implementations for 2015-05-10 02:19:27 +00:00
fs
gdb
geom Add apple-boot, apple-hfs and apple-ufs aliases to MBR scheme. 2015-05-05 09:33:02 +00:00
gnu
i386 If x86 CPU implementation of the MWAIT instruction reasonably 2015-05-09 12:28:48 +00:00
isa
kern The vmem callback to reclaim kmem arena address space on low or 2015-05-09 20:08:36 +00:00
kgssapi
libkern
mips
modules
net Pass mtag argument into m_tag_locate() to continue the search from 2015-05-06 14:02:57 +00:00
net80211 Fix string concatenation - "wlan_##name" -> "wlan_" #name 2015-05-04 00:47:22 +00:00
netgraph
netinet
netinet6 Mark data checksum as valid for multicast packets, that we send back 2015-05-07 14:17:43 +00:00
netipsec
netnatm
netpfil Fix panic when prepare_batch_buffer() returns error. 2015-05-06 07:53:43 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
pc98
powerpc
rpc
security
sparc64
sys Convert hwpmc(4) debug printfs over to KTR. 2015-05-08 19:40:00 +00:00
teken
tools
ufs
vm The vmem callback to reclaim kmem arena address space on low or 2015-05-09 20:08:36 +00:00
x86 Rewrite amd64 PCID implementation to follow an algorithm described in 2015-05-09 19:11:01 +00:00
xdr
xen xen: introduce a newbus function to allocate unused memory 2015-05-08 14:48:40 +00:00
Makefile