Browse Source

Standardised debug message.

tags/v0.9.3
Michael Brown 20 years ago
parent
commit
344ea224b4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/drivers/bus/isa.c

+ 1
- 1
src/drivers/bus/isa.c View File

97
 	return 0;
97
 	return 0;
98
 
98
 
99
  found:
99
  found:
100
-	DBG ( "Found %s ISA device at address %hx\n", driver->name, ioaddr );
100
+	DBG ( "ISA found %s device at address %hx\n", driver->name, ioaddr );
101
 	isa->ioaddr = ioaddr;
101
 	isa->ioaddr = ioaddr;
102
 	isa->already_tried = 1;
102
 	isa->already_tried = 1;
103
 	return 1;
103
 	return 1;

Loading…
Cancel
Save