NetBSD/sys/arch/x86
dyoung c1b390d493 A pointer typedef entails trading too much flexibility to declare const
and non-const types, and the kernel uses both const and non-const
PMF qualifiers and device suspensors, so change the pmf_qual_t and
device_suspensor_t typedefs from "pointers to const" to non-pointer,
non-const types.
2010-02-24 22:37:54 +00:00
..
acpi Add a flags argument to pmap_kenter_pa(9). 2009-11-07 07:27:40 +00:00
conf Remove X86_IPI_WRITE_MSR (and msr_ipifuncs.c), replace all uses in drivers 2009-10-05 23:59:30 +00:00
include KNF: change spaces to tabs. 2010-02-24 21:34:23 +00:00
isa isa_detach_hook() needs two arguments, the first an isa_chipset_tag_t. 2009-08-19 15:04:27 +00:00
pci A pointer typedef entails trading too much flexibility to declare const 2010-02-24 22:37:54 +00:00
x86 A pointer typedef entails trading too much flexibility to declare const 2010-02-24 22:37:54 +00:00