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
|
cmp ax, 0x2627
|
||||||
je .L9
|
je .L9
|
||||||
|
|
||||||
DEBUGF 1,"Invalid chip rev\n"
|
DEBUGF 2,"Invalid chip rev\n"
|
||||||
jmp .no_dev
|
jmp .no_dev
|
||||||
.L2:
|
.L2:
|
||||||
mov [ebx + device.name], device_l2
|
mov [ebx + device.name], device_l2
|
||||||
|
@ -1090,7 +1090,7 @@ int_handler:
|
||||||
ret
|
ret
|
||||||
|
|
||||||
.got_it:
|
.got_it:
|
||||||
DEBUGF 2,"Device: %x status: %x\n", ebx, eax:4
|
DEBUGF 1,"Device: %x status: %x\n", ebx, eax:4
|
||||||
|
|
||||||
push ax
|
push ax
|
||||||
test ax, CSR_RINT
|
test ax, CSR_RINT
|
||||||
|
|
Loading…
Reference in New Issue