Back the sccClkConst off to 115200 for several classes of machines.

This commit is contained in:
briggs 1995-11-21 04:00:43 +00:00
parent 9afe66efa5
commit 0d91c3ff0b
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.81 1995/11/14 04:05:49 briggs Exp $ */
/* $NetBSD: machdep.c,v 1.82 1995/11/21 04:00:43 briggs Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@ -2053,7 +2053,7 @@ setmachdep()
IOBase = 0x50f00000;
Via1Base = (volatile u_char *) IOBase;
mac68k_machine.scsi80 = 1;
mac68k_machine.sccClkConst = 122400;
mac68k_machine.sccClkConst = 115200;
via_reg(VIA1, vIER) = 0x7f; /* disable VIA1 int */
via_reg(VIA2, rIER) = 0x7f; /* disable RBV int */
break;
@ -2062,7 +2062,7 @@ setmachdep()
IOBase = 0x50f00000;
Via1Base = (volatile u_char *) IOBase;
mac68k_machine.scsi80 = 1;
mac68k_machine.sccClkConst = 122400;
mac68k_machine.sccClkConst = 115200;
via_reg(VIA1, vIER) = 0x7f; /* disable VIA1 int */
via_reg(VIA2, rIER) = 0x7f; /* disable RBV int */
break;