Print out flags value
This commit is contained in:
parent
823e4d9748
commit
df165a1dd5
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user