1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-10 06:48:05 +00:00
Commit Graph

28 Commits

Author SHA1 Message Date
Con Kolivas
97ab111ec9 Merge pull request #147 from luke-jr/libudev_detect
Use libudev to autodetect BitFORCE GPUs, if available
2012-02-27 01:22:07 -08:00
Luke Dashjr
3ec89d731b Bugfix: ZLX to read BitFORCE temp, not ZKX -.- 2012-02-26 17:01:37 -05:00
Luke Dashjr
ae99714241 Use libudev to autodetect BitFORCE GPUs, if available 2012-02-26 14:46:51 -05:00
Luke Dashjr
cc08d95587 Tolerate new-format temperature readings 2012-02-22 23:38:02 -05:00
Luke Dashjr
829dcf9d2b Bugfix: Fix BitFORCE driver memory leak in debug logging 2012-02-22 21:07:41 -05:00
Con Kolivas
0a7d6222bf Merge branch 'master' of github.com:ckolivas/cgminer 2012-02-22 08:06:00 +11:00
Xiangfu
07b0ed4a63 fix the bitforce.c code style follow 1TBS 2012-02-21 20:16:42 +08:00
Con Kolivas
d1cddf8bad Update licensing to GPL V3. 2012-02-21 22:23:07 +11:00
Con Kolivas
02295c69c8 Allow devices that are disabled due to overheating to be flagged as recovering instead of disabling them and re-enable them if they're below ideal
temperatures and --no-restart has not been set.
2012-02-19 20:19:47 +11:00
Con Kolivas
be9db9ce63 Copyright updates. 2012-02-18 23:00:21 +11:00
Con Kolivas
72ee48c113 Merge branch 'master' of github.com:ckolivas/cgminer 2012-02-15 21:46:59 +11:00
Luke Dashjr
c31c06703f bitforce: Simplify BFopen WIN32 ifdef/else 2012-02-15 21:29:26 +11:00
Luke Dashjr
c904b74b8c bitforce: Cleanup extraneous TODO that isn't needed 2012-02-15 21:29:05 +11:00
Luke Dashjr
2f0a3dc2db Move tcsetattr (and new tcflush) into *nix BFopen to simplify things a bit 2012-02-15 21:28:56 +11:00
Luke Dashjr
538b0ebf88 bitforce: Set a 30 second timeout for serial port on Windows, since the default is undefined 2012-02-14 12:01:30 -05:00
Luke Dashjr
75da96b51b bitforce: Disable automatic scanning when at least one device is specified manually 2012-02-14 00:37:09 -05:00
Con Kolivas
56907db2d6 Fix harmless warnings with -Wsign-compare to allow cgminer to build with -W. 2012-02-12 18:21:30 +11:00
Con Kolivas
111238489f Fix missing field initialisers warnings. 2012-02-12 17:53:50 +11:00
Luke Dashjr
543265d66a Generalize --temp-cutoff and implement support for reading temperature from BitFORCE FPGAs 2012-02-10 22:14:27 -05:00
Luke Dashjr
5be4bf70fe Bugfix: BitFORCE index needs to be static to count correctly 2012-02-10 21:33:26 -05:00
Con Kolivas
060ff71907 Merge pull request #102 from luke-jr/bugfix_bitforce_linux_rw
Bugfix: Need to open BitForce tty for read-write
2012-02-03 15:43:07 -08:00
ckolivas
6eee0e3874 Fix warnings in bitforce.c 2012-02-04 10:37:04 +11:00
Luke Dashjr
2f903b5d77 Bugfix: Need to open BitForce tty for read-write 2012-02-03 18:27:23 -05:00
Con Kolivas
80650dd919 Define O_CLOEXEC for older headers that don't have it. 2012-01-28 16:13:49 +11:00
Con Kolivas
d485261e92 Fix broken non-win32 build with bitforce enabled. 2012-01-24 20:26:33 +11:00
Luke Dashjr
4ae7baf0e1 BitForce: Need to use CreateFile and low-level (descriptor-based) C APIs on Windows, since fopen doesn't work with serial ports 2012-01-24 01:23:31 -05:00
Con Kolivas
10378f878a Fix windows build of bitforce blindly. Hopefully it works. 2012-01-22 11:44:43 +11:00
Luke Dashjr
5dfc8b694f BitForce FPGA support
cgminer will scan for and mine BitForce FPGAs on USB ports by providing the
new --scan-serial <device> option, or autodetect them by searching
/dev/serial/by-id for *BitFORCE_SHA256*
2012-01-19 01:24:37 -05:00