From owner-cvs-sys Sun Feb 1 14:39:48 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA19968 for cvs-sys-outgoing; Sun, 1 Feb 1998 14:39:48 -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.8/8.8.8) with ESMTP id OAA19857; Sun, 1 Feb 1998 14:39:36 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA00523; Sun, 1 Feb 1998 14:39:25 -0800 (PST) Date: Sun, 1 Feb 1998 14:39:25 -0800 (PST) Message-Id: <199802012239.OAA00523@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/boot/biosboot serial.S Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/02/01 14:39:25 PST Modified files: sys/i386/boot/biosboot serial.S Log: Don't set even parity uselessly in the line control register (parity is not enabled). Saved a few bytes by reusing the line control register bits and not loading the speed in the wrong (cpu) register. Revision Changes Path 1.11 +4 -5 src/sys/i386/boot/biosboot/serial.S