Pause after probe here too, so that you can amuse yourself by
unplugging and replugging devices and looking at the detach/attach feedback messages.
This commit is contained in:
parent
ee93caba9c
commit
28ef056fc2
|
@ -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.
|
* Copyright (c) 2009 Antti Kantee. All Rights Reserved.
|
||||||
|
@ -86,6 +86,7 @@ main(int argc, char *argv[])
|
||||||
rump_boot_sethowto(RUMP_AB_VERBOSE);
|
rump_boot_sethowto(RUMP_AB_VERBOSE);
|
||||||
rump_init();
|
rump_init();
|
||||||
if (probeonly) {
|
if (probeonly) {
|
||||||
|
pause();
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue