diff --git a/src/avrdude.conf.in b/src/avrdude.conf.in index cde616ff..4e6af190 100644 --- a/src/avrdude.conf.in +++ b/src/avrdude.conf.in @@ -447,8 +447,10 @@ allow_subshells = no; # Here a 2003 webpage about the bsd programmer: # http://web.archive.org/web/20030217002616/http://www.bsdhome.com/avrdude/ # -# (Unfortunately, the internet archive seems to have lost the schematic -# drawn by Joerg Wunsch). +# The internet archive seems to have lost the schematic drawn by Joerg +# Wunsch, but here is still a copy of the pdf created on 2001-04-25: +# https://github.com/avrdudes/avrdude/blob/main/supporting-docs/avrprog.pdf +# programmer id = "bsd"; diff --git a/supporting-docs/avrprog.pdf b/supporting-docs/avrprog.pdf new file mode 100644 index 00000000..0246ad11 Binary files /dev/null and b/supporting-docs/avrprog.pdf differ