Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/sys/arch/i386/pci Pullup rev 1.15 (requested by kochi i...
details: https://anonhg.NetBSD.org/src/rev/c752af26cf58
branches: netbsd-2-0
changeset: 560570:c752af26cf58
user: jmc <jmc%NetBSD.org@localhost>
date: Wed Apr 28 05:19:13 2004 +0000
description:
Pullup rev 1.15 (requested by kochi in ticket #188)
Support for PIRQ[E-H], found in recent intel south bridges
(ICH2 and later). PR#23700
diffstat:
sys/arch/i386/pci/pcibios.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 26f96d6cb287 -r c752af26cf58 sys/arch/i386/pci/pcibios.c
--- a/sys/arch/i386/pci/pcibios.c Wed Apr 28 05:19:09 2004 +0000
+++ b/sys/arch/i386/pci/pcibios.c Wed Apr 28 05:19:13 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pcibios.c,v 1.14 2003/10/27 04:10:43 christos Exp $ */
+/* $NetBSD: pcibios.c,v 1.14.2.1 2004/04/28 05:19:13 jmc Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pcibios.c,v 1.14 2003/10/27 04:10:43 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pcibios.c,v 1.14.2.1 2004/04/28 05:19:13 jmc Exp $");
#include "opt_pcibios.h"
@@ -297,7 +297,7 @@
if (pcibios_pir_header.compat_router != 0) {
pci_devinfo(pcibios_pir_header.compat_router, 0, 0,
devinfo);
- printf(" (%s)", devinfo);
+ printf(" (%s compatible)", devinfo);
}
printf("\n");
pcibios_print_exclirq();
Home |
Main Index |
Thread Index |
Old Index