Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbppc Add device_register().
details: https://anonhg.NetBSD.org/src/rev/d2cfb4c5edf0
branches: trunk
changeset: 549037:d2cfb4c5edf0
user: thorpej <thorpej%NetBSD.org@localhost>
date: Fri Jul 04 01:59:19 2003 +0000
description:
Add device_register().
diffstat:
sys/arch/evbppc/ev64260/autoconf.c | 7 ++++++-
sys/arch/evbppc/explora/autoconf.c | 7 ++++++-
sys/arch/evbppc/include/types.h | 3 ++-
sys/arch/evbppc/walnut/autoconf.c | 7 ++++++-
4 files changed, 20 insertions(+), 4 deletions(-)
diffs (65 lines):
diff -r bcc267036963 -r d2cfb4c5edf0 sys/arch/evbppc/ev64260/autoconf.c
--- a/sys/arch/evbppc/ev64260/autoconf.c Fri Jul 04 01:19:58 2003 +0000
+++ b/sys/arch/evbppc/ev64260/autoconf.c Fri Jul 04 01:59:19 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: autoconf.c,v 1.3 2003/06/18 08:58:37 drochner Exp $ */
+/* $NetBSD: autoconf.c,v 1.4 2003/07/04 01:59:19 thorpej Exp $ */
/*-
* Copyright (c) 1990 The Regents of the University of California.
@@ -136,3 +136,8 @@
}
}
}
+
+void
+device_register(struct device *dev, void *aux)
+{
+}
diff -r bcc267036963 -r d2cfb4c5edf0 sys/arch/evbppc/explora/autoconf.c
--- a/sys/arch/evbppc/explora/autoconf.c Fri Jul 04 01:19:58 2003 +0000
+++ b/sys/arch/evbppc/explora/autoconf.c Fri Jul 04 01:59:19 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: autoconf.c,v 1.1 2003/03/11 10:57:55 hannken Exp $ */
+/* $NetBSD: autoconf.c,v 1.2 2003/07/04 01:59:19 thorpej Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -69,3 +69,8 @@
{
setroot(booted_device, booted_partition);
}
+
+void
+device_register(struct device *dev, void *aux)
+{
+}
diff -r bcc267036963 -r d2cfb4c5edf0 sys/arch/evbppc/include/types.h
--- a/sys/arch/evbppc/include/types.h Fri Jul 04 01:19:58 2003 +0000
+++ b/sys/arch/evbppc/include/types.h Fri Jul 04 01:59:19 2003 +0000
@@ -1,5 +1,6 @@
-/* $NetBSD: types.h,v 1.1 2002/12/09 12:16:19 scw Exp $ */
+/* $NetBSD: types.h,v 1.2 2003/07/04 01:59:19 thorpej Exp $ */
#include <powerpc/types.h>
#define __HAVE_NWSCONS
+#define __HAVE_DEVICE_REGISTER
diff -r bcc267036963 -r d2cfb4c5edf0 sys/arch/evbppc/walnut/autoconf.c
--- a/sys/arch/evbppc/walnut/autoconf.c Fri Jul 04 01:19:58 2003 +0000
+++ b/sys/arch/evbppc/walnut/autoconf.c Fri Jul 04 01:59:19 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: autoconf.c,v 1.2 2003/03/11 10:40:17 hannken Exp $ */
+/* $NetBSD: autoconf.c,v 1.3 2003/07/04 01:59:20 thorpej Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@@ -87,3 +87,8 @@
setroot(booted_device, booted_partition);
}
+
+void
+device_register(struct device *dev, void *aux)
+{
+}
Home |
Main Index |
Thread Index |
Old Index