diff options
-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 |