Browse Source

ASIC mentions

Luke Dashjr 13 years ago
parent
commit
4be5066f37
2 changed files with 4 additions and 4 deletions
  1. 2 2
      AUTHORS
  2. 2 2
      configure.ac

+ 2 - 2
AUTHORS

@@ -1,4 +1,4 @@
-Original CPU mining software: Jeff Garzik <jgarzik@pobox.com>
+FPGA/ASIC mining and refactor: Luke Dashjr <luke-jr+bfgminer@utopios.org> 1QATWksNFGeUJCWBrN4g6hGM178Lovm7Wh
 GPU mining and refactor: Con Kolivas <kernel@kolivas.org> 15qSxP1SQcUX3o4nhkfdbgyoWEFMomJ4rZ
 GPU mining and refactor: Con Kolivas <kernel@kolivas.org> 15qSxP1SQcUX3o4nhkfdbgyoWEFMomJ4rZ
-FPGA mining and refactor: Luke Dashjr <luke-jr+bfgminer@utopios.org> 1QATWksNFGeUJCWBrN4g6hGM178Lovm7Wh
+Original CPU mining software: Jeff Garzik <jgarzik@pobox.com>
 API+: Andrew Smith <kanoi2@kano-kun.net> 1Jjk2LmktEQKnv8r2cZ9MvLiZwZ9gxabKm
 API+: Andrew Smith <kanoi2@kano-kun.net> 1Jjk2LmktEQKnv8r2cZ9MvLiZwZ9gxabKm

+ 2 - 2
configure.ac

@@ -716,9 +716,9 @@ else
 fi
 fi
 
 
 if test "x$bitforce" = xyes; then
 if test "x$bitforce" = xyes; then
-	echo "  BitForce.FPGAs.......: Enabled"
+	echo "  BitForce.devices.....: Enabled"
 else
 else
-	echo "  BitForce.FPGAs.......: Disabled"
+	echo "  BitForce.devices.....: Disabled"
 fi
 fi
 
 
 if test "x$icarus" = xyes; then
 if test "x$icarus" = xyes; then