aboutsummaryrefslogtreecommitdiff
path: root/i386/i386at/autoconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386at/autoconf.c')
-rw-r--r--i386/i386at/autoconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386at/autoconf.c b/i386/i386at/autoconf.c
index 0b1251f5..8dc0b3ea 100644
--- a/i386/i386at/autoconf.c
+++ b/i386/i386at/autoconf.c
@@ -133,7 +133,7 @@ void take_dev_irq(
printf("The device below will clobber IRQ %d (%p).\n", pic, ivect[pic]);
printf("You have two devices at the same IRQ.\n");
printf("This won't work. Reconfigure your hardware and try again.\n");
- printf("%s%d: port = %lx, spl = %ld, pic = %d.\n",
+ printf("%s%d: port = %zx, spl = %zd, pic = %d.\n",
dev->name, dev->unit, dev->address,
dev->sysdep, dev->sysdep1);
while (1);