[Redo] Allow rates higher than 57600, per PR 8070. Change originally

from Bill Studenmund.
This commit is contained in:
scottr 1999-11-02 06:51:45 +00:00
parent f8d11b005f
commit a15f217211

View File

@ -1,4 +1,4 @@
/* $NetBSD: zs.c,v 1.31 1999/03/27 01:17:03 wrstuden Exp $ */
/* $NetBSD: zs.c,v 1.32 1999/11/02 06:51:45 scottr Exp $ */
/*
* Copyright (c) 1996-1998 Bill Studenmund
@ -314,7 +314,7 @@ zsc_attach(parent, self, aux)
/* Define BAUD rate stuff. */
xcs->cs_clocks[0].clk = PCLK;
xcs->cs_clocks[0].flags = ZSC_RTXBRG;
xcs->cs_clocks[0].flags = ZSC_RTXBRG | ZSC_RTXDIV;
xcs->cs_clocks[1].flags =
ZSC_RTXBRG | ZSC_RTXDIV | ZSC_VARIABLE | ZSC_EXTERN;
xcs->cs_clocks[2].flags = ZSC_TRXDIV | ZSC_VARIABLE;