Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/wscons Add the detach and activate entry points to t...
details: https://anonhg.NetBSD.org/src/rev/6e31b5e1e73e
branches: trunk
changeset: 474424:6e31b5e1e73e
user: augustss <augustss%NetBSD.org@localhost>
date: Tue Jul 06 07:42:23 1999 +0000
description:
Add the detach and activate entry points to the cfattach struct.
diffstat:
sys/dev/wscons/wskbd.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 1b78704775e9 -r 6e31b5e1e73e sys/dev/wscons/wskbd.c
--- a/sys/dev/wscons/wskbd.c Tue Jul 06 07:12:03 1999 +0000
+++ b/sys/dev/wscons/wskbd.c Tue Jul 06 07:42:23 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wskbd.c,v 1.25 1999/07/01 11:18:20 drochner Exp $ */
+/* $NetBSD: wskbd.c,v 1.26 1999/07/06 07:42:23 augustss Exp $ */
/*
* Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.
@@ -36,7 +36,7 @@
static const char _copyright[] __attribute__ ((unused)) =
"Copyright (c) 1996, 1997 Christopher G. Demetriou. All rights reserved.";
static const char _rcsid[] __attribute__ ((unused)) =
- "$NetBSD: wskbd.c,v 1.25 1999/07/01 11:18:20 drochner Exp $";
+ "$NetBSD: wskbd.c,v 1.26 1999/07/06 07:42:23 augustss Exp $";
/*
* Copyright (c) 1992, 1993
@@ -205,6 +205,7 @@
struct cfattach wskbd_ca = {
sizeof (struct wskbd_softc), wskbd_match, wskbd_attach,
+ wskbd_detach, wskbd_activate
};
extern struct cfdriver wskbd_cd;
Home |
Main Index |
Thread Index |
Old Index