mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 23:31:39 +00:00
Tidied up debug messages
This commit is contained in:
parent
79c5f0ba04
commit
66f7bcc785
@ -538,6 +538,7 @@ int undinet_probe ( struct undi_device *undi ) {
|
||||
undi_set_drvdata ( undi, netdev );
|
||||
memset ( undinic, 0, sizeof ( *undinic ) );
|
||||
undinic->entry = undi->entry;
|
||||
DBGC ( undinic, "UNDINIC %p using UNDI %p\n", undinic, undi );
|
||||
|
||||
/* Hook in UNDI stack */
|
||||
memset ( &start_undi, 0, sizeof ( start_undi ) );
|
||||
@ -573,7 +574,7 @@ int undinet_probe ( struct undi_device *undi ) {
|
||||
undinic, undinic->irq );
|
||||
goto err_bad_irq;
|
||||
}
|
||||
DBGC ( undinic, "UNDINIC %p (%s) using IRQ %d\n",
|
||||
DBGC ( undinic, "UNDINIC %p is %s on IRQ %d\n",
|
||||
undinic, eth_ntoa ( netdev->ll_addr ), undinic->irq );
|
||||
|
||||
/* Point to NIC specific routines */
|
||||
|
Loading…
Reference in New Issue
Block a user