summaryrefslogtreecommitdiffstats
path: root/sys/amd64/isa
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64/isa')
-rw-r--r--sys/amd64/isa/npx.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/amd64/isa/npx.c b/sys/amd64/isa/npx.c
index 374c066..8e736c0 100644
--- a/sys/amd64/isa/npx.c
+++ b/sys/amd64/isa/npx.c
@@ -419,6 +419,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