Commit fdf0dcd7405e032252745264524896c230758b93

Con Kolivas 2014-01-24T23:58:43

Add extra hfa usb init errors.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/driver-hashfast.c b/driver-hashfast.c
index c58adf1..1c74df4 100644
--- a/driver-hashfast.c
+++ b/driver-hashfast.c
@@ -230,7 +230,10 @@ static const char *hf_usb_init_errors[] = {
 	"Main board FPGA SPI read timeout",
 	"Main board FPGA Bad magic number",
 	"Main board FPGA SPI write timeout",
-	"Main board FPGA register read/write test failed"
+	"Main board FPGA register read/write test failed",
+	"ASIC core power fault",
+	"Dynamic baud rate change timeout",
+	"Address failure"
 };
 
 static bool hfa_reset(struct cgpu_info *hashfast, struct hashfast_info *info)