Update the author list in the man page
Update programmer parameter documentation.
Corresponding to flashrom svn r1197.
Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006@gmx.net>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
diff --git a/flashrom.8 b/flashrom.8
index 4372a74..8cdad6e 100644
--- a/flashrom.8
+++ b/flashrom.8
@@ -97,7 +97,7 @@
.sp
* Force chip read and pretend the chip is there.
.sp
-* Force chip access even if the chip is bigger than the maximum supported\
+* Force chip access even if the chip is bigger than the maximum supported \
size for the flash bus.
.sp
* Force erase even if erase is known bad.
@@ -169,6 +169,9 @@
.sp
.BR "* nicsmc1211" " (for flash ROMs on RTL8139-compatible SMC2 network cards)"
.sp
+.BR "* nicnatsemi" " (for flash ROMs on National Semiconductor DP838* network \
+cards)"
+.sp
.BR "* gfxnvidia" " (for flash ROMs on NVIDIA graphics cards)"
.sp
.BR "* drkaiser" " (for flash ROMs on Dr. Kaiser PC-Waechter PCI cards)"
@@ -187,6 +190,8 @@
.sp
.BR "* buspirate_spi" " (for SPI flash ROMs attached to a Bus Pirate)"
.sp
+.BR "* dediprog" " (for SPI flash ROMs attached to a Dediprog SF100)"
+.sp
.BR "* rayer_spi" " (for SPI flash ROMs attached to a RayeR parport \
based programmer)"
.sp
@@ -313,8 +318,8 @@
Example:
.B "flashrom \-p dummy:bus=lpc+fwh"
.TP
-.BR "nic3com" , " nicrealtek" , " nicsmc1211" , " gfxnvidia" , " satasii \
-" and " atahpt " programmers
+.BR "nic3com" , " nicrealtek" , " nicsmc1211" , " nicnatsemi" , " gfxnvidia\
+" , " satasii " and " atahpt " programmers
These programmers have an option to specify the PCI address of the card
your want to use, which must be specified if more than one card supported
by the selected programmer is installed in your system. The syntax is
@@ -396,6 +401,9 @@
.BR 30k ", " 125k ", " 250k ", " 1M ", " 2M ", " 2.6M ", " 4M ", " 8M
(in Hz). The default is the maximum frequency of 8 MHz.
.TP
+.BR "dediprog " programmer
+No parameters defined yet.
+.TP
.BR "rayer_spi " programmer
The default I/O base address used for the parallel port is 0x378 and you can use
the optional
@@ -484,28 +492,48 @@
.br
Please see the individual files.
.SH AUTHORS
+Andrew Morgan <ziltro@ziltro.com>
+.br
Carl-Daniel Hailfinger
.br
Claus Gindhart <claus.gindhart@kontron.com>
.br
+David Borg <borg.db@gmail.com>
+.br
+David Hendricks <dhendrix@google.com>
+.br
Dominik Geyer <dominik.geyer@kontron.com>
.br
Eric Biederman
.br
Giampiero Giancipoli <gianci@email.it>
.br
+Helge Wagner <helge.wagner@ge.com>
+.br
+Idwer Vollering <vidwer+flashrom@gmail.com>
+.br
Joe Bao <Zheng.Bao@amd.com>
.br
+Jörg Fischer <turboj@gmx.de>
+.br
+Joshua Roys <roysjosh@gmail.com>
+.br
Luc Verhaegen <libv@skynet.be>
.br
Li-Ta Lo
.br
Markus Boas <ryven@ryven.de>
.br
+Mattias Mattsson <vitplister@gmail.com>
+.br
Michael Karcher <flashrom@mkarcher.dialup.fu-berlin.de>
.br
Nikolay Petukhov <nikolay.petukhov@gmail.com>
.br
+Patrick Georgi <patrick.georgi@coresystems.de>
+.br
+Peter Lemenkov <lemenkov@gmail.com>
+.br
Peter Stuge <peter@stuge.se>
.br
Reinder E.N. de Haan <lb_reha@mveas.com>
@@ -520,6 +548,8 @@
.br
Stefan Wildemann <stefan.wildemann@kontron.com>
.br
+Stephan Guilloux <stephan.guilloux@free.fr>
+.br
Steven James <pyro@linuxlabs.com>
.br
Uwe Hermann <uwe@hermann-uwe.de>
diff --git a/pcidev.c b/pcidev.c
index 6fc4e45..742184c 100644
--- a/pcidev.c
+++ b/pcidev.c
@@ -119,7 +119,7 @@
exit(1);
} else if (found > 1) {
msg_perr("Error: Multiple supported PCI devices found. "
- "Use 'flashrom -p xxxx:bb:dd.f' \n"
+ "Use 'flashrom -p xxxx:pci=bb:dd.f' \n"
"to explicitly select the card with the given BDF "
"(PCI bus, device, function).\n");
exit(1);