shithub: riscv

Download patch

ref: 6a197909c4b1c3a9ffda2cccf5f924eefa8a5a75
parent: d9862e4ad30a74da88a2cd2ec5eb2780a627da49
author: cinap_lenrek <cinap_lenrek@localhost>
date: Mon Apr 18 03:17:49 EDT 2011

boot(8): usb/usbd might fail when no hubs are detected

--- a/sys/src/9/boot/bootrc
+++ b/sys/src/9/boot/bootrc
@@ -42,7 +42,7 @@
 fn usbinit{
 	if(test -e '#u'){
 		bind -a '#u' /dev
-		must usb/usbd
+		usb/usbd
 	}
 }