NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/44431: wrong error message in x86/x86/intr.c
The following reply was made to PR kern/44431; it has been noted by GNATS.
From: Izumi Tsutsui <tsutsui%ceres.dti.ne.jp@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: tsutsui%ceres.dti.ne.jp@localhost
Subject: Re: kern/44431: wrong error message in x86/x86/intr.c
Date: Fri, 21 Jan 2011 19:37:19 +0900
> - panic("pci_intr_string: bogus handle 0x%x", ih);
> + panic("intr_string: bogus handle 0x%x", ih);
panic("%s: bogus handle 0x%x", __func__, ih);
is better?
---
Izumi Tsutsui
Home |
Main Index |
Thread Index |
Old Index