From owner-cvs-all@FreeBSD.ORG Fri Sep 26 04:36:10 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CF8C516A4B3; Fri, 26 Sep 2003 04:36:10 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4602E44031; Fri, 26 Sep 2003 04:36:10 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id h8QBaAXJ002272; Fri, 26 Sep 2003 04:36:10 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id h8QBaAA5002271; Fri, 26 Sep 2003 04:36:10 -0700 (PDT) (envelope-from bde) Message-Id: <200309261136.h8QBaAA5002271@repoman.freebsd.org> From: Bruce Evans Date: Fri, 26 Sep 2003 04:36:09 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/dev/sio sio.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Sep 2003 11:36:11 -0000 bde 2003/09/26 04:36:09 PDT FreeBSD src repository Modified files: sys/dev/sio sio.c Log: Use the correct speed in the delay for the transmission of a character in the loopback test in the probe. The delay was too short for consoles at speeds lower than about 3200 bps. This shouldn't have caused many problems, since such low speeds are rare and the probe is forced to succeed for consoles. Revision Changes Path 1.411 +4 -1 src/sys/dev/sio/sio.c