Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch/hpcmips/hpcmips Pull up revision 1.7 (requeste...
details: https://anonhg.NetBSD.org/src/rev/7e0692bf9e43
branches: netbsd-1-5
changeset: 488901:7e0692bf9e43
user: takemura <takemura%NetBSD.org@localhost>
date: Sun Aug 06 04:20:01 2000 +0000
description:
Pull up revision 1.7 (requested by takemura)
Add hpcapm.
diffstat:
sys/arch/hpcmips/hpcmips/mainbus.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 43edd1658c4b -r 7e0692bf9e43 sys/arch/hpcmips/hpcmips/mainbus.c
--- a/sys/arch/hpcmips/hpcmips/mainbus.c Sun Aug 06 04:18:21 2000 +0000
+++ b/sys/arch/hpcmips/hpcmips/mainbus.c Sun Aug 06 04:20:01 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mainbus.c,v 1.5 2000/03/12 12:08:18 takemura Exp $ */
+/* $NetBSD: mainbus.c,v 1.5.4.1 2000/08/06 04:20:01 takemura Exp $ */
/*-
* Copyright (c) 1999
@@ -105,7 +105,7 @@
register struct device *mb = self;
struct mainbus_attach_args ma;
char *devnames[] = {
- "txsim", "bivideo", "vrip", "btnmgr",
+ "txsim", "vrip", "bivideo", "btnmgr", "hpcapm",
};
printf("\n");
Home |
Main Index |
Thread Index |
Old Index