NetBSD/sys/arch/x86
dyoung 35fd1a8bbe Replace some anonymous constants with PCI_ constants.
Print debugging information using aprint_debug(9) not aprint_verbose(9)
and be consistent about that.  Get rid of the pciaddrverbose switch for
debugging printfs.

Make 'static' several functions that are private to this module.

Don't test truth of arbitrary integers but compare with 0.  Change
'return (x)' to 'return x'.
2011-08-28 05:32:41 +00:00
..
acpi Do not disable interrupts at machine-level in the MI idle-loop entry. 2011-07-13 07:34:55 +00:00
conf Follow IA-64 with the x86-specific ACPI MD functions and move these where 2011-06-12 11:31:30 +00:00
include Add to x86 bus_space_tag_t a member, bst_exists, that tells whether a 2011-08-25 15:06:10 +00:00
isa use c99 struct initializers 2011-08-27 09:32:11 +00:00
pci Replace some anonymous constants with PCI_ constants. 2011-08-28 05:32:41 +00:00
x86 Use __strict_weak_alias(). 2011-08-28 00:51:21 +00:00