From owner-cvs-all Sat Oct 10 06:51:35 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA09032 for cvs-all-outgoing; Sat, 10 Oct 1998 06:51:35 -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 GAA09019; Sat, 10 Oct 1998 06:51:26 -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 GAA15720; Sat, 10 Oct 1998 06:51:25 -0700 (PDT) Date: Sat, 10 Oct 1998 06:51:25 -0700 (PDT) Message-Id: <199810101351.GAA15720@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/i386/boot/cdboot boot.c Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1998/10/10 06:51:24 PDT Modified files: sys/i386/boot/cdboot boot.c Log: Fixed warnings for pointer versus int type mismatches. Addresses must be converted to fixed-sized integers when they are passed across the binary interface to the kernel. Didn't fix rotted bits (including not passing dosdev to the kernel and serious out of dateness when initially committed). Revision Changes Path 1.2 +3 -3 src/sys/i386/boot/cdboot/boot.c