forked from KolibriOS/kolibrios
debug information changes.
git-svn-id: svn://kolibrios.org@5065 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
2c8f986720
commit
5c90aa59dc
@ -631,7 +631,7 @@ probe:
|
||||
cmp ax, 0x2627
|
||||
je .L9
|
||||
|
||||
DEBUGF 1,"Invalid chip rev\n"
|
||||
DEBUGF 2,"Invalid chip rev\n"
|
||||
jmp .no_dev
|
||||
.L2:
|
||||
mov [ebx + device.name], device_l2
|
||||
@ -1090,7 +1090,7 @@ int_handler:
|
||||
ret
|
||||
|
||||
.got_it:
|
||||
DEBUGF 2,"Device: %x status: %x\n", ebx, eax:4
|
||||
DEBUGF 1,"Device: %x status: %x\n", ebx, eax:4
|
||||
|
||||
push ax
|
||||
test ax, CSR_RINT
|
||||
|
Loading…
Reference in New Issue
Block a user