Add 'cuad0' device.

This commit is contained in:
barner 2006-12-22 17:25:13 +00:00
parent 01983e2a77
commit 7f5c1fde0f
1 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@
*
* This file is part of the uIP TCP/IP stack.
*
* $Id: tunslip.c,v 1.5 2006/12/01 15:09:57 bg- Exp $
* $Id: tunslip.c,v 1.6 2006/12/22 17:25:13 barner Exp $
*
*/
@ -970,7 +970,7 @@ main(int argc, char **argv)
if (slipfd == -1) err(1, "can't open siodev ``/dev/%s''", siodev);
} else {
static const char *siodevs[] = {
"ttyUSB0", "ucom0", "cuaU0"
"cuad0", "ttyUSB0", "ucom0", "cuaU0"
};
int i;
for(i = 0; i < 3; i++) {