a question about driver's execution

"???" <[email protected]> Thu, 26 May 2005 09:03:24 +0800
Newsgroups gmane.linux.new-lists
Message-ID <[email protected]>
  Hi ,all, it's my firest question here :)
  I have developed a driver for printer under linux 2.6.11, it  works as a
loadable module (used LKM),  and act well ,but
when it was intalled or executed , it will print some called function
adderess on console , now I want to diable it . but I don't know how to  do
that
someone can give me some suggestion ?
   when I install or execute  it ,it will print:
handlers:
[<ce818bd0>] (CLcd_Interrupt+0x0/0x10 [clcd])
[<ce8221f0>] (Prn_interrupt+0x0/0x10 [printer])
[<ce8221f0>] (Prn_interrupt+0x0/0x10 [printer])
irq event 7: bogus return value 262
 [<c012da0a>] __report_bad_irq+0x2a/0xa0
 [<c012db40>] note_interrupt+0xa0/0xb0
 [<c012d631>] __do_IRQ+0xe1/0xf0
 [<c0103fd6>] do_IRQ+0x36/0x70
 [<c0106774>] timer_interrupt+0x54/0xf0
 [<c01026c2>] common_interrupt+0x1a/0x20
 [<c011815e>] __do_softirq+0x2e/0xa0
 [<c01181f6>] do_softirq+0x26/0x30
 [<c0103fdb>] do_IRQ+0x3b/0x70
 [<c01026c2>] common_interrupt+0x1a/0x20
 [<c010c0a6>] delay_tsc+0x16/0x20
 [<c019e342>] __delay+0x12/0x20
 [<ce82204e>] do_delay+0x2e/0x40 [printer]
 [<ce82250c>] Query_Return+0x3c/0x60 [printer]
 [<ce822581>] Query_Status+0x51/0x60 [printer]
 [<ce822689>] Chk_PrnStatus+0xf9/0x210 [printer]
 [<ce822954>] Prn_Init+0x84/0x100 [printer]
 [<ce822a4f>] printer_init+0x7f/0xf0 [printer]
 [<c012ad14>] sys_init_module+0x1b4/0x1e0
 [<c01024fd>] sysenter_past_esp+0x52/0x75


-
To unsubscribe from this list: send the line "unsubscribe linux-new-lists" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html