Submitted by Michael Biebl:

Fix default serial port name for FreeBSD.



git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@927 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
joerg_wunsch 2010-01-17 17:35:30 +00:00
parent b75ab66c85
commit 4a81bd08e2
3 changed files with 11 additions and 6 deletions

View File

@ -1,3 +1,9 @@
2010-01-15 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
Submitted by Michael biebl:
* configure.ac: Fix FreeBSD default serial port name.
* doc/avrdude.texi: (Dito.)
2010-01-15 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
* jtagmkII.c: If entering JTAG mode fails with a bad JTAG ID
@ -7,9 +13,8 @@
2010-01-15 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
Submitted by Aurelien Jarno:
* configure.ac: Fix build for GNU/kFreeBSD, fix FreeBSD
default serial port name.
* ppi.c: Fix build for GNU/kFreeBSD.
* configure.ac: Fix build for GNU/kFreeBSD.
* ppi.c: (Dito.)
* par.c: (Dito.)
2010-01-15 Joerg Wunsch <j.gnu@uriah.heep.sax.de>

View File

@ -198,11 +198,11 @@ case $target in
;;
i[[3456]]86-*-*freebsd*|amd64-*-*freebsd*)
DEFAULT_PAR_PORT="/dev/ppi0"
DEFAULT_SER_PORT="/dev/cuaa0"
DEFAULT_SER_PORT="/dev/cuad0"
;;
*-*-*freebsd*)
DEFAULT_PAR_PORT="unknown"
DEFAULT_SER_PORT="/dev/cuaa0"
DEFAULT_SER_PORT="/dev/cuad0"
;;
*-*-solaris*)
DEFAULT_PAR_PORT="/dev/printers/0"

View File

@ -1904,7 +1904,7 @@ The following table lists the default names for a given system.
@tab @strong{Default Serial Port}
@item FreeBSD
@tab @code{/dev/ppi0}
@tab @code{/dev/cuaa0}
@tab @code{/dev/cuad0}
@item Linux
@tab @code{/dev/parport0}
@tab @code{/dev/ttyS0}