summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1999-09-22 12:01:36 +0000
committerkato <kato@FreeBSD.org>1999-09-22 12:01:36 +0000
commitf747ad7143b0a20f690cbef43139419cb4f5aee4 (patch)
tree1cbc19d5acba1099314a60d022947a3a54a3d4fb /sys
parentfa4d7c538ec9a2fd0f1942acad1ac4727d961a12 (diff)
downloadFreeBSD-src-f747ad7143b0a20f690cbef43139419cb4f5aee4.zip
FreeBSD-src-f747ad7143b0a20f690cbef43139419cb4f5aee4.tar.gz
Sync with sys/i386/isa/npx.c revision 1.78.
Diffstat (limited to 'sys')
-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