summaryrefslogtreecommitdiff
path: root/usr/src/cmd/login
diff options
context:
space:
mode:
authorTim Marsland <Tim.Marsland@Sun.COM>2009-04-12 10:48:30 -0700
committerTim Marsland <Tim.Marsland@Sun.COM>2009-04-12 10:48:30 -0700
commitde81e71e031139a0a7f13b7bf64152c3faa76698 (patch)
treee4f1f70082c50c2d6545d118596050ee3e9adad7 /usr/src/cmd/login
parent73cd555c10e70dac413ae4b40de8450a291750ac (diff)
downloadillumos-joyent-de81e71e031139a0a7f13b7bf64152c3faa76698.tar.gz
6763764 Support for FTDI USB Serial adapters
6798921 usbser mishandles some ioctls 4696628 USB serial needs properties to ignore CD 6821751 Add support for 921600 baud
Diffstat (limited to 'usr/src/cmd/login')
-rw-r--r--usr/src/cmd/login/login.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/src/cmd/login/login.c b/usr/src/cmd/login/login.c
index 5670eda93c..758e60bcb3 100644
--- a/usr/src/cmd/login/login.c
+++ b/usr/src/cmd/login/login.c
@@ -20,7 +20,7 @@
*/
/*
- * Copyright 2008 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2009 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -1564,7 +1564,8 @@ usage(void)
static char *speeds[] = {
"0", "50", "75", "110", "134", "150", "200", "300",
"600", "1200", "1800", "2400", "4800", "9600", "19200", "38400",
- "57600", "76800", "115200", "153600", "230400", "307200", "460800"
+ "57600", "76800", "115200", "153600", "230400", "307200", "460800",
+ "921600"
};
#define NSPEEDS (sizeof (speeds) / sizeof (speeds[0]))