From owner-cvs-all Wed Jun 14 11:48:45 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 121E737BC77; Wed, 14 Jun 2000 11:48:40 -0700 (PDT) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA11459; Wed, 14 Jun 2000 11:48:40 -0700 (PDT) (envelope-from bde@FreeBSD.org) Message-Id: <200006141848.LAA11459@freefall.freebsd.org> From: Bruce Evans Date: Wed, 14 Jun 2000 11:48:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/include bus_at386.h bus_pc98.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG bde 2000/06/14 11:48:39 PDT Modified files: sys/i386/include bus_at386.h bus_pc98.h Log: Fixed syntax errors and style bugs in previous commit. The syntax errors were normally harmless because they were in unreachable code and gcc apparently doesn't check the syntax inside asm statements that it optimizes away. Revision Changes Path 1.10 +3 -3 src/sys/i386/include/bus_at386.h 1.11 +3 -3 src/sys/i386/include/bus_pc98.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message