NetBSD/sys/arch/x86
dyoung 6fdab11de7 In bus_dma_tag_create(9), copy important properties (e.g., bounce
parameters) from the parent tag.

In bus_dma_tag_create(), increase the reference count on a parent
bus_dma_tag_t (if applicable), and decrease the reference count in
bus_dma_tag_destroy().

Don't let bus_dmatag_destroy(9) destroy an overridden bus_dma_tag_t.
2011-09-28 01:35:58 +00:00
..
acpi Try to obtain reliable MHz values for AMD familiesi 10h and 11h. 2011-09-24 19:41:40 +00:00
conf Add pci_ranges.c to the set of files compiled when 'pci' is configured. 2011-08-29 22:46:56 +00:00
include Import rdmsr_safe(msr, *value) for x86 world. It allows reading MSRs 2011-09-24 10:32:52 +00:00
isa Add bus_dma overrides. From dyoung 2011-09-01 15:10:31 +00:00
pci Clean up a bit: delete #if 1 and its corresponding #endif. 2011-09-13 18:09:52 +00:00
x86 In bus_dma_tag_create(9), copy important properties (e.g., bounce 2011-09-28 01:35:58 +00:00