mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-13 23:01:31 +00:00
Fix debug message
This commit is contained in:
parent
2c2154b169
commit
39cb4d8dbb
@ -351,14 +351,12 @@ static int isapnp_try_isolate ( void ) {
|
||||
|
||||
/* Give the device a CSN */
|
||||
isapnp_max_csn++;
|
||||
DBG ( "ISAPnP isolation found card "
|
||||
"%hhx:%hhx:%hhx:%hhx:%hhx:%hhx:%hhx:%hhx "
|
||||
"(checksum %hhx), assigning CSN %hhx\n",
|
||||
identifier.bytes[0], identifier.bytes[1],
|
||||
identifier.bytes[2], identifier.bytes[3],
|
||||
identifier.bytes[4], identifier.bytes[5],
|
||||
identifier.bytes[6], identifier.bytes[7],
|
||||
identifier.checksum, isapnp_max_csn );
|
||||
DBG ( "ISAPnP isolation found card %hhx ID %hx:%hx (\"%s\") "
|
||||
"serial %x checksum %hhx, assigning CSN %hhx\n",
|
||||
identifier.vendor_id, identifier.prod_id,
|
||||
isa_id_string ( identifier.vendor_id,
|
||||
identifier.prod_id ),
|
||||
identifier.serial, identifier.checksum, isapnp_max_csn );
|
||||
|
||||
isapnp_write_csn ( isapnp_max_csn );
|
||||
isapnp_delay();
|
||||
|
Loading…
Reference in New Issue
Block a user