diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2002-03-06 23:06:24 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2002-03-06 23:06:24 +0000 |
commit | f9668fa7e1f8761ac75861837ebc599337656eb0 (patch) | |
tree | bb3b03e4d30768873fa0838a852239f40c58b24e /sys/arch/hppa/dev/pdc.c | |
parent | 549c5967bd690e98d67c1972d07cb17605451fe9 (diff) |
Support serial speed over 9600 bauds.
Diffstat (limited to 'sys/arch/hppa/dev/pdc.c')
-rw-r--r-- | sys/arch/hppa/dev/pdc.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/hppa/dev/pdc.c b/sys/arch/hppa/dev/pdc.c index afe67285aaa..91f5ce305ea 100644 --- a/sys/arch/hppa/dev/pdc.c +++ b/sys/arch/hppa/dev/pdc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pdc.c,v 1.21 2002/02/08 20:43:14 miod Exp $ */ +/* $OpenBSD: pdc.c,v 1.22 2002/03/06 23:06:23 miod Exp $ */ /* * Copyright (c) 1998-2002 Michael Shalayeff @@ -88,6 +88,11 @@ static int pdc_speeds[] = { B4800, B7200, B9600, + B19200, + B38400, + B57600, + B115200, + B230400, }; void |