summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/pc98/pc98/npx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/pc98/pc98/npx.c b/sys/pc98/pc98/npx.c
index 786b017..b44afa0 100644
--- a/sys/pc98/pc98/npx.c
+++ b/sys/pc98/pc98/npx.c
@@ -472,6 +472,8 @@ npx_attach(dev)
flags = 0;
device_print_prettyname(dev);
+ if (flags)
+ printf("flags 0x%x ", flags);
if (npx_irq13) {
printf("using IRQ 13 interface\n");
} else {
OpenPOWER on IntegriCloud