mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 07:11:32 +00:00
Standardised debug message.
This commit is contained in:
parent
ed92171527
commit
344ea224b4
@ -97,7 +97,7 @@ int find_isa_device ( struct isa_device *isa, struct isa_driver *driver ) {
|
||||
return 0;
|
||||
|
||||
found:
|
||||
DBG ( "Found %s ISA device at address %hx\n", driver->name, ioaddr );
|
||||
DBG ( "ISA found %s device at address %hx\n", driver->name, ioaddr );
|
||||
isa->ioaddr = ioaddr;
|
||||
isa->already_tried = 1;
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user