Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86/pci pchb_get_bus_number() is actually public



details:   https://anonhg.NetBSD.org/src/rev/a9062ba65651
branches:  trunk
changeset: 768564:a9062ba65651
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sat Aug 20 19:56:31 2011 +0000

description:
pchb_get_bus_number() is actually public

diffstat:

 sys/arch/x86/pci/pchb.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 55d49d57671a -r a9062ba65651 sys/arch/x86/pci/pchb.c
--- a/sys/arch/x86/pci/pchb.c   Sat Aug 20 19:53:45 2011 +0000
+++ b/sys/arch/x86/pci/pchb.c   Sat Aug 20 19:56:31 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pchb.c,v 1.30 2011/08/20 19:49:55 jakllsch Exp $ */
+/*     $NetBSD: pchb.c,v 1.31 2011/08/20 19:56:31 jakllsch Exp $ */
 
 /*-
  * Copyright (c) 1996, 1998, 2000 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pchb.c,v 1.30 2011/08/20 19:49:55 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pchb.c,v 1.31 2011/08/20 19:56:31 jakllsch Exp $");
 
 #include <sys/types.h>
 #include <sys/param.h>
@@ -91,7 +91,7 @@
        return 0;
 }
 
-static int
+int
 pchb_get_bus_number(pci_chipset_tag_t pc, pcitag_t tag)
 {
        pcireg_t dev_id;



Home | Main Index | Thread Index | Old Index