From owner-cvs-sys Sat Dec 27 22:42:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id WAA22761 for cvs-sys-outgoing; Sat, 27 Dec 1997 22:42:49 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id WAA22659; Sat, 27 Dec 1997 22:40:48 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id WAA29326; Sat, 27 Dec 1997 22:36:36 -0800 (PST) Date: Sat, 27 Dec 1997 22:36:36 -0800 (PST) Message-Id: <199712280636.WAA29326@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 bde 1997/12/27 22:36:36 PST Modified files: sys/i386/isa sio.c Log: Fixed initialization of the divisor latch. We depended on siocnopen() initializing it for the (usual) (siocniobase != 0) case, but siocnopen() doesn't initialize it if the latch registers already have the correct values. Revision Changes Path 1.193 +21 -2 src/sys/i386/isa/sio.c