Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/darwin Build again whereas I removed adarwin_iore...
details: https://anonhg.NetBSD.org/src/rev/acc09986407f
branches: trunk
changeset: 554694:acc09986407f
user: manu <manu%NetBSD.org@localhost>
date: Sat Nov 01 00:42:04 2003 +0000
description:
Build again whereas I removed adarwin_ioresource.c (removed before it
was committed...)
diffstat:
sys/compat/darwin/darwin_iohidsystem.c | 7 +++----
sys/compat/darwin/darwin_iohidsystem.h | 3 ++-
sys/compat/darwin/darwin_iokit.h | 3 +--
3 files changed, 6 insertions(+), 7 deletions(-)
diffs (69 lines):
diff -r 56e2df010488 -r acc09986407f sys/compat/darwin/darwin_iohidsystem.c
--- a/sys/compat/darwin/darwin_iohidsystem.c Sat Nov 01 00:32:44 2003 +0000
+++ b/sys/compat/darwin/darwin_iohidsystem.c Sat Nov 01 00:42:04 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: darwin_iohidsystem.c,v 1.19 2003/11/01 00:32:44 manu Exp $ */
+/* $NetBSD: darwin_iohidsystem.c,v 1.20 2003/11/01 00:42:04 manu Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: darwin_iohidsystem.c,v 1.19 2003/11/01 00:32:44 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: darwin_iohidsystem.c,v 1.20 2003/11/01 00:42:04 manu Exp $");
#include "ioconf.h"
#include "wsmux.h"
@@ -74,7 +74,6 @@
#include <compat/darwin/darwin_iokit.h>
#include <compat/darwin/darwin_sysctl.h>
#include <compat/darwin/darwin_iohidsystem.h>
-#include <compat/darwin/darwin_ioresources.h>
/* Redefined from sys/dev/wscons/wsmux.c */
extern const struct cdevsw wsmux_cdevsw;
@@ -114,7 +113,7 @@
"<dict ID=\"0\"><key>IOProviderClass</key>"
"<string ID=\"1\">IOHIDSystem</string></dict>",
&darwin_iokbd_devclass,
- NULL,
+ darwin_iokbd_properties,
NULL,
darwin_iohidsystem_connect_method_scalari_scalaro,
NULL,
diff -r 56e2df010488 -r acc09986407f sys/compat/darwin/darwin_iohidsystem.h
--- a/sys/compat/darwin/darwin_iohidsystem.h Sat Nov 01 00:32:44 2003 +0000
+++ b/sys/compat/darwin/darwin_iohidsystem.h Sat Nov 01 00:42:04 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: darwin_iohidsystem.h,v 1.9 2003/10/25 10:41:53 manu Exp $ */
+/* $NetBSD: darwin_iohidsystem.h,v 1.10 2003/11/01 00:42:04 manu Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -40,6 +40,7 @@
#define _DARWIN_IOHIDSYSTEM_H_
extern struct mach_iokit_devclass darwin_iohidsystem_devclass;
+extern struct mach_iokit_devclass darwin_iokbd_devclass;
/* Events and event queue */
#define DARWIN_NX_NULLEVENT 0
diff -r 56e2df010488 -r acc09986407f sys/compat/darwin/darwin_iokit.h
--- a/sys/compat/darwin/darwin_iokit.h Sat Nov 01 00:32:44 2003 +0000
+++ b/sys/compat/darwin/darwin_iokit.h Sat Nov 01 00:42:04 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: darwin_iokit.h,v 1.5 2003/11/01 00:32:44 manu Exp $ */
+/* $NetBSD: darwin_iokit.h,v 1.6 2003/11/01 00:42:04 manu Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -63,7 +63,6 @@
#include <compat/darwin/darwin_iohidsystem.h>
#include <compat/darwin/darwin_ioframebuffer.h>
-#include <compat/darwin/darwin_ioresources.h>
#define DARWIN_IOKIT_DEVCLASSES \
&darwin_iohidsystem_devclass, \
Home |
Main Index |
Thread Index |
Old Index