Print out flags value

This commit is contained in:
phk 1999-09-21 10:51:47 +00:00
parent 823e4d9748
commit df165a1dd5
3 changed files with 6 additions and 0 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {