From 5c90aa59dcb85be24b3b366e05940f45a947e174 Mon Sep 17 00:00:00 2001 From: hidnplayr Date: Fri, 29 Aug 2014 13:07:07 +0000 Subject: [PATCH] debug information changes. git-svn-id: svn://kolibrios.org@5065 a494cfbc-eb01-0410-851d-a64ba20cac60 --- drivers/ethernet/pcnet32.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/ethernet/pcnet32.asm b/drivers/ethernet/pcnet32.asm index 1f6a70171c..df9a32a87c 100644 --- a/drivers/ethernet/pcnet32.asm +++ b/drivers/ethernet/pcnet32.asm @@ -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