NetBSD/sys/arch/i386
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 Use acpi_eval_set_integer() to simplify code. No functional change intended. 2010-01-05 13:57:18 +00:00
bioscall Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. 2008-10-19 22:05:19 +00:00
compile
conf Forgot to add smscmon here... 2010-02-22 17:27:04 +00:00
eisa Don't #include <sys/extent.h> any more because this module doesn't use 2009-11-17 23:51:59 +00:00
gdbscripts
i386 Remove a duplicate entry for PTE_BASE. 2010-02-22 23:52:17 +00:00
include Fix typos in comments. 2010-02-09 22:51:13 +00:00
isa Use lwp_getpcb() on x86 MD code, clean from struct user usage. 2009-11-21 03:11:00 +00:00
mca struct device * -> device_t 2009-05-04 12:19:29 +00:00
pci A pointer typedef entails trading too much flexibility to declare const 2010-02-24 22:37:54 +00:00
pnpbios Properly fix fdc@pnpbios as shown by Brian Buhrow in PR#42374. 2009-11-25 13:15:17 +00:00
stand When a password is set for the bootloader ("installboot -o password=..."), 2010-02-08 21:25:32 +00:00
xbox device/softc split 2008-07-09 20:40:16 +00:00
Makefile Compute tags for sys/external/intel-public/acpica/dist/ instead of 2009-08-30 02:00:56 +00:00