Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/dec Save the new keyclick volume for later retrieval.



details:   https://anonhg.NetBSD.org/src/rev/3dc13b328701
branches:  trunk
changeset: 515220:3dc13b328701
user:      ad <ad%NetBSD.org@localhost>
date:      Wed Sep 19 12:42:11 2001 +0000

description:
Save the new keyclick volume for later retrieval.

diffstat:

 sys/dev/dec/lk201_ws.c |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 1703c3d19bf0 -r 3dc13b328701 sys/dev/dec/lk201_ws.c
--- a/sys/dev/dec/lk201_ws.c    Wed Sep 19 10:32:31 2001 +0000
+++ b/sys/dev/dec/lk201_ws.c    Wed Sep 19 12:42:11 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lk201_ws.c,v 1.3 2001/09/18 23:25:26 ad Exp $ */
+/* $NetBSD: lk201_ws.c,v 1.4 2001/09/19 12:42:11 ad Exp $ */
 
 /*
  * Copyright (c) 1998
@@ -195,4 +195,6 @@
                send(lks, LK_CL_ENABLE);
                send(lks, LK_PARAM_VOLUME(newvol));
        }
+
+       lks->kcvol = vol;
 }



Home | Main Index | Thread Index | Old Index