From owner-cvs-all Sun Oct 11 03:05:24 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA08380 for cvs-all-outgoing; Sun, 11 Oct 1998 03:05:24 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) 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 DAA08355; Sun, 11 Oct 1998 03:05:15 -0700 (PDT) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA17265; Sun, 11 Oct 1998 03:05:13 -0700 (PDT) Date: Sun, 11 Oct 1998 03:05:13 -0700 (PDT) Message-Id: <199810111005.DAA17265@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/boot/i386/libi386 comconsole.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk peter 1998/10/11 03:05:13 PDT Modified files: sys/boot/i386/libi386 comconsole.c Log: Fix comconsole mode. The int 0x14 read and status commands were reversed. Also, make sure we set %dx each time around otherwise the commands suddenly start trying to work on things like com92 instead of com1. Make sure comc_init() is only run once. Cosmetic change to init-time character eater. Revision Changes Path 1.4 +21 -7 src/sys/boot/i386/libi386/comconsole.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message