From owner-cvs-sys Mon Nov 11 06:27:18 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA16432 for cvs-sys-outgoing; Mon, 11 Nov 1996 06:27:18 -0800 (PST) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA16416; Mon, 11 Nov 1996 06:27:14 -0800 (PST) Date: Mon, 11 Nov 1996 06:27:14 -0800 (PST) From: Bruce Evans Message-Id: <199611111427.GAA16416@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/i386/boot/netboot start2.S Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/11/11 06:27:13 Modified: sys/i386/boot/netboot start2.S Log: Preserve %esi and %edi for get_diskinfo(). See the logs for similar fixes in bios.S. I only fixed the case that is known to be broken here. Should be in 2.2. Revision Changes Path 1.4 +4 -0 src/sys/i386/boot/netboot/start2.S