Module Name:    src
Committed By:   pgoyette
Date:           Tue May 25 08:35:47 UTC 2010

Modified Files:
        src/lib/libpci: pci.h

Log Message:
Update libpci for change in pci_find{vendor,product} entrypoint names.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/lib/libpci/pci.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libpci/pci.h
diff -u src/lib/libpci/pci.h:1.3 src/lib/libpci/pci.h:1.4
--- src/lib/libpci/pci.h:1.3	Tue Aug  3 03:32:43 2004
+++ src/lib/libpci/pci.h	Tue May 25 08:35:47 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: pci.h,v 1.3 2004/08/03 03:32:43 mycroft Exp $	*/
+/*	$NetBSD: pci.h,v 1.4 2010/05/25 08:35:47 pgoyette Exp $	*/
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -53,8 +53,8 @@
 int	pcidev_conf_write(int, u_int, pcireg_t);
 
 /* pci_subr.c */
-const char *pci_findvendor(pcireg_t);
-const char *pci_findproduct(pcireg_t);
+const char *pci_findvendor_real(pcireg_t);
+const char *pci_findproduct_real(pcireg_t);
 void	pci_devinfo(pcireg_t, pcireg_t, int, char *, size_t);
 void	pci_conf_print(int, u_int, u_int, u_int);
 

Reply via email to