say 'stray kn20aa irq' rather than 'stray PCI irq'; former is more correct.

This commit is contained in:
cgd 1996-08-14 05:45:52 +00:00
parent a96b24415d
commit 1f675e847d
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pci_kn20aa.c,v 1.10 1996/08/14 05:44:31 cgd Exp $ */
/* $NetBSD: pci_kn20aa.c,v 1.11 1996/08/14 05:45:52 cgd Exp $ */
/*
* Copyright (c) 1995, 1996 Carnegie-Mellon University.
@ -236,7 +236,7 @@ kn20aa_pci_strayintr(irq)
{
if (++kn20aa_pci_strayintrcnt[irq] <= PCI_STRAY_MAX)
log(LOG_ERR, "stray PCI interrupt %d%s\n", irq,
log(LOG_ERR, "stray kn20aa interrupt %d%s\n", irq,
kn20aa_pci_strayintrcnt[irq] >= PCI_STRAY_MAX ?
"; stopped logging" : "");
}