diff options
Diffstat (limited to 'usr/src/uts/common/io/consconfig_dacf.c')
-rw-r--r-- | usr/src/uts/common/io/consconfig_dacf.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/consconfig_dacf.c b/usr/src/uts/common/io/consconfig_dacf.c index 1ee860f47f..b54bff1ed5 100644 --- a/usr/src/uts/common/io/consconfig_dacf.c +++ b/usr/src/uts/common/io/consconfig_dacf.c @@ -235,7 +235,9 @@ static struct speed { {"38400", B38400}, {"57600", B57600}, {"76800", B76800}, {"115200", B115200}, {"153600", B153600}, {"230400", B230400}, {"307200", B307200}, {"460800", B460800}, {"921600", B921600}, - {"", 0} + {"1000000", B1000000}, {"1152000", B1152000}, {"1500000", B1500000}, + {"2000000", B2000000}, {"2500000", B2500000}, {"3000000", B3000000}, + {"3500000", B3500000}, {"4000000", B4000000}, {"", 0} }; static const int MAX_SPEEDS = sizeof (speedtab) / sizeof (speedtab[0]); |