This message generated a parse failure. Raw output follows here. Please use 'back' to navigate. From devnull@lkml.org Wed Apr 24 12:08:38 2024 Delivery-date: Fri, 25 Aug 2006 15:53:17 +0000 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964935AbWHYPwi (ORCPT ); Fri, 25 Aug 2006 11:52:38 -0400 Received: from odyssey.analogic.com ([204.178.40.5]:57873 "EHLO odyssey.analogic.com") by vger.kernel.org with ESMTP id S964923AbWHYPwg convert rfc822-to-8bit (ORCPT ); Fri, 25 Aug 2006 11:52:36 -0400 Received: from chaos.analogic.com ([10.112.50.11]) by phoenix.analogic.com with Microsoft SMTPSVC(6.0.3790.211); Fri, 25 Aug 2006 11:52:35 -0400 Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Received: from chaos.analogic.com (localhost [127.0.0.1]) by chaos.analogic.com (8.12.11/8.12.11) with ESMTP id k7PFqYp4018668; Fri, 25 Aug 2006 11:52:34 -0400 Received: (from linux-os@localhost) by chaos.analogic.com (8.12.11/8.12.11/Submit) id k7PFqYmV018667; Fri, 25 Aug 2006 11:52:34 -0400 X-OriginalArrivalTime: 25 Aug 2006 15:52:35.0047 (UTC) FILETIME=[7B764F70:01C6C85E] content-class: urn:content-classes:message Subject: RE: Serial custom speed deprecated? Date: Fri, 25 Aug 2006 11:52:34 -0400 Message-Id: In-Reply-To: <043401c6c859$9c611350$294b82ce@stuartm> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Serial custom speed deprecated? Thread-Index: AcbIXnt/nn5LMr4rQamt9KLObSC/Hw== References: <043401c6c859$9c611350$294b82ce@stuartm> From: "linux-os \(Dick Johnson\)" To: "Stuart MacDonald" Cc: "Krzysztof Halasa" , "Alan Cox" , "David Woodhouse" , , "LKML" Reply-To: "linux-os \(Dick Johnson\)" Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 25 Aug 2006, Stuart MacDonald wrote: > From: On Behalf Of linux-os (Dick Johnson) >> But the baud-rates have always been some approximation that starts >> at 75 and increases by powers-of-two. This is because the hardware >> always had fixed clocks with dividers that divided by powers-of-two. >> What is the claim for the requirement of strange baud-rates set >> as an integer of dimension "baud?" Where does this requirement >> come from and what devices use these? > > Perhaps you'd like to check out our products > http://www.connecttech.com/ > > We build a lot of custom boards that have odd clocks to generate very > odd baud rates for random serial devices. The Bxxx style has been a > thorn in my side since 1999. > > Also, Oxford's 16PCI95x family has three different points of altering > the clock; the clock prescaler, the actual sample rate (which is the > classic /16 that most are used to), and the actual divisor. That can > produce pretty much any baud rate, albeit with some error. > > ..Stu > Well when you change things, remember that you need not only something that translates B9600 to your new 9600 (trivial it's a #define, but ALSO (very important!) B0 needs to hang up the modem! This means that some value (perhaps 0), as a divisor, needs to perform this same function. Cheers, Dick Johnson Penguin : Linux version 2.6.16.24 on an i686 machine (5592.62 BogoMips). New book: http://www.AbominableFirebug.com/ _  **************************************************************** The information transmitted in this message is confidential and may be privileged. Any review, retransmission, dissemination, or other use of this information by persons or entities other than the intended recipient is prohibited. If you are not the intended recipient, please notify Analogic Corporation immediately - by replying to this message or by sending an email to DeliveryErrors@analogic.com - and destroy all copies of this information, including any attachments, without reading or disclosing them. Thank you. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/