Deleted Added
full compact
31c31
< __FBSDID("$FreeBSD: head/sys/dev/acpica/acpi.c 212172 2010-09-03 08:07:04Z avg $");
---
> __FBSDID("$FreeBSD: head/sys/dev/acpica/acpi.c 212413 2010-09-10 11:19:03Z avg $");
108c108
< static device_t acpi_add_child(device_t bus, int order, const char *name,
---
> static device_t acpi_add_child(device_t bus, u_int order, const char *name,
784c784
< acpi_add_child(device_t bus, int order, const char *name, int unit)
---
> acpi_add_child(device_t bus, u_int order, const char *name, int unit)