Module Name: src
Committed By: cegger
Date: Tue May 25 08:50:54 UTC 2010
Modified Files:
src/sys/dev/pci: uhci_pci.c
Log Message:
build fix: revert rev. 1.51
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/dev/pci/uhci_pci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/pci/uhci_pci.c
diff -u src/sys/dev/pci/uhci_pci.c:1.51 src/sys/dev/pci/uhci_pci.c:1.52
--- src/sys/dev/pci/uhci_pci.c:1.51 Mon May 24 20:29:49 2010
+++ src/sys/dev/pci/uhci_pci.c Tue May 25 08:50:54 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: uhci_pci.c,v 1.51 2010/05/24 20:29:49 pgoyette Exp $ */
+/* $NetBSD: uhci_pci.c,v 1.52 2010/05/25 08:50:54 cegger Exp $ */
/*
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uhci_pci.c,v 1.51 2010/05/24 20:29:49 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uhci_pci.c,v 1.52 2010/05/25 08:50:54 cegger Exp $");
#include "ehci.h"
@@ -172,7 +172,7 @@
}
/* Figure out vendor for root hub descriptor. */
- vendor = pci_findvendor_vec(pa->pa_id);
+ vendor = pci_findvendor(pa->pa_id);
sc->sc.sc_id_vendor = PCI_VENDOR(pa->pa_id);
if (vendor)
strlcpy(sc->sc.sc_vendor, vendor, sizeof(sc->sc.sc_vendor));