devether: print Ether.port as 64-bit uvlong

front
cinap_lenrek 2020-06-06 15:11:56 +02:00
parent 0a96d33a1c
commit d4213dbce5
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ Nope:
}
ether->type = cards[cardno].type;
print("#l%d: %s: %dMbps port 0x%luX irq %d ea %E\n",
print("#l%d: %s: %dMbps port 0x%lluX irq %d ea %E\n",
ctlrno, ether->type, ether->mbps, ether->port, ether->irq, ether->ea);
/* compute log10(ether->mbps) into lg */