aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/include
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2005-04-15 18:41:32 +0000
committerPeter Wemm <peter@FreeBSD.org>2005-04-15 18:41:32 +0000
commit050184460388640e530b88e906ee232696352e29 (patch)
tree78de06299b1a6674e760b83fa8b32ffd7a13c07f /sys/amd64/include
parent7234adbe8e007a7de97aa6edc3d387321855e98c (diff)
Notes
Diffstat (limited to 'sys/amd64/include')
-rw-r--r--sys/amd64/include/legacyvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/include/legacyvar.h b/sys/amd64/include/legacyvar.h
index a3d28420b0f9..81e87124f02a 100644
--- a/sys/amd64/include/legacyvar.h
+++ b/sys/amd64/include/legacyvar.h
@@ -36,12 +36,12 @@ enum legacy_device_ivars {
#define LEGACY_ACCESSOR(var, ivar, type) \
__BUS_ACCESSOR(legacy, var, LEGACY, ivar, type)
-LEGACY_ACCESSOR(pcibus, PCIBUS, u_int32_t)
+LEGACY_ACCESSOR(pcibus, PCIBUS, uint32_t)
#undef LEGACY_ACCESSOR
int legacy_pcib_maxslots(device_t dev);
-u_int32_t legacy_pcib_read_config(device_t dev, int bus, int slot, int func,
+uint32_t legacy_pcib_read_config(device_t dev, int bus, int slot, int func,
int reg, int bytes);
int legacy_pcib_read_ivar(device_t dev, device_t child, int which,
uintptr_t *result);