Module Name: src Committed By: jakllsch Date: Sat Aug 20 19:56:31 UTC 2011
Modified Files: src/sys/arch/x86/pci: pchb.c Log Message: pchb_get_bus_number() is actually public To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/x86/pci/pchb.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/arch/x86/pci/pchb.c diff -u src/sys/arch/x86/pci/pchb.c:1.30 src/sys/arch/x86/pci/pchb.c:1.31 --- src/sys/arch/x86/pci/pchb.c:1.30 Sat Aug 20 19:49:55 2011 +++ src/sys/arch/x86/pci/pchb.c Sat Aug 20 19:56:31 2011 @@ -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;