From owner-cvs-sys Thu Jan 1 05:06:43 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id FAA12377 for cvs-sys-outgoing; Thu, 1 Jan 1998 05:06:43 -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 FAA12163; Thu, 1 Jan 1998 05:06:20 -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 FAA18532; Thu, 1 Jan 1998 05:01:33 -0800 (PST) Date: Thu, 1 Jan 1998 05:01:33 -0800 (PST) Message-Id: <199801011301.FAA18532@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/01/01 05:01:32 PST Modified files: sys/i386/boot/biosboot serial.S Log: Fixed cosmetic bugs: - wrong name in .file statement. - stale comment about CONSPEED. - style bugs in comments. - inconsistent defaulting of operand sizes (should never depend on default). - inconsistent choosing between je and jz (should always use je). Revision Changes Path 1.10 +32 -34 src/sys/i386/boot/biosboot/serial.S