Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/sparc64 Recognize `ofpci' as a PCI bus.
details: https://anonhg.NetBSD.org/src/rev/f8361ff1e23e
branches: trunk
changeset: 526596:f8361ff1e23e
user: eeh <eeh%NetBSD.org@localhost>
date: Mon May 06 22:20:57 2002 +0000
description:
Recognize `ofpci' as a PCI bus.
diffstat:
sys/arch/sparc64/sparc64/autoconf.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r d5bcb554380d -r f8361ff1e23e sys/arch/sparc64/sparc64/autoconf.c
--- a/sys/arch/sparc64/sparc64/autoconf.c Mon May 06 22:20:07 2002 +0000
+++ b/sys/arch/sparc64/sparc64/autoconf.c Mon May 06 22:20:57 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: autoconf.c,v 1.55 2001/12/02 22:54:27 bouyer Exp $ */
+/* $NetBSD: autoconf.c,v 1.56 2002/05/06 22:20:57 eeh Exp $ */
/*
* Copyright (c) 1996
@@ -1016,6 +1016,7 @@
{ "pciide", BUSCLASS_PCI },
{ "siop", BUSCLASS_PCI },
{ "pci", BUSCLASS_PCI },
+ { "ofpci", BUSCLASS_PCI },
{ "fdc", BUSCLASS_FDC },
};
Home |
Main Index |
Thread Index |
Old Index