diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-01-28 19:56:11 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-01-28 19:56:11 +0000 |
commit | 29c87f29216f8166c03a38fd082a16e99730e61d (patch) | |
tree | ce164875057c89212f08035965fd1328dd1dd999 /sys | |
parent | ff6c045c3e17f4004f60605435ec7a3ce568eaaf (diff) |
better message
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/pci/pci_intr_fixup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/pci/pci_intr_fixup.c b/sys/arch/i386/pci/pci_intr_fixup.c index dd5c6b26760..180d14444bd 100644 --- a/sys/arch/i386/pci/pci_intr_fixup.c +++ b/sys/arch/i386/pci/pci_intr_fixup.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pci_intr_fixup.c,v 1.12 2001/01/27 04:59:40 mickey Exp $ */ +/* $OpenBSD: pci_intr_fixup.c,v 1.13 2001/01/28 19:56:10 mickey Exp $ */ /* $NetBSD: pci_intr_fixup.c,v 1.10 2000/08/10 21:18:27 soda Exp $ */ /* @@ -714,7 +714,7 @@ pci_intr_fixup(pc, iot) } if (piit == NULL) { - printf("pci_intr_fixup: no compatible PCI ICU found"); + printf("pcibios: no compatible PCI ICU found"); if (pcibios_pir_header.signature != 0 && icuid != 0) printf(": ICU vendor 0x%04x product 0x%04x", PCI_VENDOR(icuid), PCI_PRODUCT(icuid)); |