summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ami_pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/ami_pci.c')
-rw-r--r--sys/dev/pci/ami_pci.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/ami_pci.c b/sys/dev/pci/ami_pci.c
index 28ec9ee9b12..c2450271c01 100644
--- a/sys/dev/pci/ami_pci.c
+++ b/sys/dev/pci/ami_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ami_pci.c,v 1.21 2004/12/26 00:11:24 marco Exp $ */
+/* $OpenBSD: ami_pci.c,v 1.22 2004/12/26 00:35:42 marco Exp $ */
/*
* Copyright (c) 2001 Michael Shalayeff
@@ -129,7 +129,7 @@ int ami_pci_find_device(aux)
if (ami_pci_devices[i].vendor == PCI_VENDOR(pa->pa_id) &&
ami_pci_devices[i].product == PCI_PRODUCT(pa->pa_id)) {
#ifdef AMI_DEBUG
- printf(" ami_pci_find_device() %i ", i);
+ printf(" apfd %i ", i);
#endif /* AMI_DEBUG */
return (i);
}