diff options
author | briggs <briggs@cvs.openbsd.org> | 1995-12-18 14:51:20 +0000 |
---|---|---|
committer | briggs <briggs@cvs.openbsd.org> | 1995-12-18 14:51:20 +0000 |
commit | 28ac6da2659cccaef1682ad9472d70f6076d08a1 (patch) | |
tree | f0f0b3e3f42a80dd72123151c69842270b35257c /sys | |
parent | 15cdb6b1a582ffe5054eb5a61d3c18e0084b3d29 (diff) |
Use 115200 for IIci's serial clock constant, too. Wierd that it ever worked
otherwise...
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mac68k/mac68k/machdep.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/mac68k/mac68k/machdep.c b/sys/arch/mac68k/mac68k/machdep.c index 8ed69e6fa4c..8c09edea343 100644 --- a/sys/arch/mac68k/mac68k/machdep.c +++ b/sys/arch/mac68k/mac68k/machdep.c @@ -2059,7 +2059,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; |