From owner-cvs-all Sat Oct 10 07:30:11 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA11608 for cvs-all-outgoing; Sat, 10 Oct 1998 07:30:11 -0700 (PDT) (envelope-from owner-cvs-all) 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 HAA11599; Sat, 10 Oct 1998 07:30:07 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA17920; Sat, 10 Oct 1998 07:30:06 -0700 (PDT) Date: Sat, 10 Oct 1998 07:30:06 -0700 (PDT) Message-Id: <199810101430.HAA17920@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/boot/biosboot boot.c boot.h table.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/10/10 07:30:06 PDT Modified files: sys/i386/boot/biosboot boot.c boot.h table.c Log: Don't pretend to support ix86's with 16-bit ints by using longs just to ensure 32-bit variables. Doing so broke i386's with 64-bit longs. This also fixes printf format errors. Revision Changes Path 1.74 +7 -7 src/sys/i386/boot/biosboot/boot.c 1.24 +2 -2 src/sys/i386/boot/biosboot/boot.h 1.17 +2 -2 src/sys/i386/boot/biosboot/table.c