From owner-cvs-sys Wed Aug 20 20:36:05 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA26702 for cvs-sys-outgoing; Wed, 20 Aug 1997 20:36:05 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA26673; Wed, 20 Aug 1997 20:35:55 -0700 (PDT) From: Julian Elischer Received: (from julian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id UAA10154; Wed, 20 Aug 1997 20:35:52 -0700 (PDT) Date: Wed, 20 Aug 1997 20:35:52 -0700 (PDT) Message-Id: <199708210335.UAA10154@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa sio.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk julian 1997/08/20 20:35:52 PDT Modified files: (Branch: WHISTLE_SIO_RFC) sys/i386/isa sio.c Log: A change for a number of people to look at. This is the whistle version of sio.c and should if I did this right be going into a BRANCH off RELENG_2_2 from where it is derived.. Contains.. Several merged changes from -current. Code to allow the user to specify that a particular UART is overclocked by some multiple from the normal. It also doesn't have a set table of known baud rates but will do what it can, or if it can't get within (+or-) 4%, will return EINVAL. Obtained from: Whistle central sources. Revision Changes Path 1.147.2.8.2.1 +188 -51 src/sys/i386/isa/sio.c