From owner-cvs-all Tue Oct 1 12:31:12 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7D22937B401; Tue, 1 Oct 2002 12:31:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2BFDF43E6A; Tue, 1 Oct 2002 12:31:11 -0700 (PDT) (envelope-from iwasaki@FreeBSD.org) Received: from freefall.freebsd.org (iwasaki@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g91JVBCo064151; Tue, 1 Oct 2002 12:31:11 -0700 (PDT) (envelope-from iwasaki@freefall.freebsd.org) Received: (from iwasaki@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g91JVBLa064146; Tue, 1 Oct 2002 12:31:11 -0700 (PDT) Message-Id: <200210011931.g91JVBLa064146@freefall.freebsd.org> From: Mitsuru IWASAKI Date: Tue, 1 Oct 2002 12:31:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/boot2 boot2.c src/sys/boot/i386/loader main.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG iwasaki 2002/10/01 12:31:10 PDT Modified files: sys/boot/i386/boot2 boot2.c sys/boot/i386/loader main.c Log: Don't call INT 12H anymore in boot program. Many recent machine have a broken INT 12H (Get base memory size) implementation and boot program stops if INT 12H is called. This commit should solve the problem at very first step of FreeBSD installation occurred on newer some machines. Reviewed by: bde, jhb MFC after: 1 week Revision Changes Path 1.46 +1 -1 src/sys/boot/i386/boot2/boot2.c 1.26 +4 -0 src/sys/boot/i386/loader/main.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message