diff --git a/sys/arch/arm/xscale/becc_pci.c b/sys/arch/arm/xscale/becc_pci.c index 7b169f032c45..dc52fe65b4ed 100644 --- a/sys/arch/arm/xscale/becc_pci.c +++ b/sys/arch/arm/xscale/becc_pci.c @@ -1,4 +1,4 @@ -/* $NetBSD: becc_pci.c,v 1.5 2003/10/30 22:03:46 matt Exp $ */ +/* $NetBSD: becc_pci.c,v 1.6 2003/10/31 01:12:06 thorpej Exp $ */ /* * Copyright (c) 2001, 2002 Wasabi Systems, Inc. @@ -41,7 +41,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: becc_pci.c,v 1.5 2003/10/30 22:03:46 matt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: becc_pci.c,v 1.6 2003/10/31 01:12:06 thorpej Exp $"); #include #include @@ -347,8 +347,8 @@ becc_pci_intr_map(struct pci_attach_args *pa, pci_intr_handle_t *ihp) } break; default: - printf("becc_pci_intr_map: bogus pin: %d\n", - pa->pa_intrpin); + printf("becc_pci_intr_map: bogus device: %d\n", + pa->pa_device); return (1); } } else {