Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libpci Update libpci for change in pci_find{vendor, produ...



details:   https://anonhg.NetBSD.org/src/rev/10628485b212
branches:  trunk
changeset: 755168:10628485b212
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Tue May 25 08:35:47 2010 +0000

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

diffstat:

 lib/libpci/pci.h |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (20 lines):

diff -r 7cf7c8093db0 -r 10628485b212 lib/libpci/pci.h
--- a/lib/libpci/pci.h  Tue May 25 08:35:45 2010 +0000
+++ b/lib/libpci/pci.h  Tue May 25 08:35:47 2010 +0000
@@ -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);
 



Home | Main Index | Thread Index | Old Index