|
@@ -351,14 +351,12 @@ static int isapnp_try_isolate ( void ) {
|
351
|
351
|
|
352
|
352
|
/* Give the device a CSN */
|
353
|
353
|
isapnp_max_csn++;
|
354
|
|
- DBG ( "ISAPnP isolation found card "
|
355
|
|
- "%hhx:%hhx:%hhx:%hhx:%hhx:%hhx:%hhx:%hhx "
|
356
|
|
- "(checksum %hhx), assigning CSN %hhx\n",
|
357
|
|
- identifier.bytes[0], identifier.bytes[1],
|
358
|
|
- identifier.bytes[2], identifier.bytes[3],
|
359
|
|
- identifier.bytes[4], identifier.bytes[5],
|
360
|
|
- identifier.bytes[6], identifier.bytes[7],
|
361
|
|
- identifier.checksum, isapnp_max_csn );
|
|
354
|
+ DBG ( "ISAPnP isolation found card %hhx ID %hx:%hx (\"%s\") "
|
|
355
|
+ "serial %x checksum %hhx, assigning CSN %hhx\n",
|
|
356
|
+ identifier.vendor_id, identifier.prod_id,
|
|
357
|
+ isa_id_string ( identifier.vendor_id,
|
|
358
|
+ identifier.prod_id ),
|
|
359
|
+ identifier.serial, identifier.checksum, isapnp_max_csn );
|
362
|
360
|
|
363
|
361
|
isapnp_write_csn ( isapnp_max_csn );
|
364
|
362
|
isapnp_delay();
|