Module Name:    src
Committed By:   pooka
Date:           Sun Mar  7 23:18:17 UTC 2010

Modified Files:
        src/share/examples/rump/sdread: sdread.c

Log Message:
Pause after probe here too, so that you can amuse yourself by
unplugging and replugging devices and looking at the detach/attach
feedback messages.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/share/examples/rump/sdread/sdread.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/examples/rump/sdread/sdread.c
diff -u src/share/examples/rump/sdread/sdread.c:1.3 src/share/examples/rump/sdread/sdread.c:1.4
--- src/share/examples/rump/sdread/sdread.c:1.3	Wed Feb 17 20:43:35 2010
+++ src/share/examples/rump/sdread/sdread.c	Sun Mar  7 23:18:17 2010
@@ -1,4 +1,4 @@
-/*	$NetBSD: sdread.c,v 1.3 2010/02/17 20:43:35 pooka Exp $	*/
+/*	$NetBSD: sdread.c,v 1.4 2010/03/07 23:18:17 pooka Exp $	*/
 
 /*
  * Copyright (c) 2009 Antti Kantee.  All Rights Reserved.
@@ -86,6 +86,7 @@
 		rump_boot_sethowto(RUMP_AB_VERBOSE);
 	rump_init();
 	if (probeonly) {
+		pause();
 		exit(0);
 	}
 

Reply via email to