From owner-cvs-all Thu Nov 2 15:28:15 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF31537B4C5; Thu, 2 Nov 2000 15:28:12 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA08268; Thu, 2 Nov 2000 15:28:12 -0800 (PST) (envelope-from jhb@FreeBSD.org) Message-Id: <200011022328.PAA08268@freefall.freebsd.org> From: John Baldwin Date: Thu, 2 Nov 2000 15:28:12 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/boot/i386/libi386 biosdisk.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG jhb 2000/11/02 15:28:12 PST Modified files: sys/boot/i386/libi386 biosdisk.c Log: The Number of Fixed Disks at memory location 0x475 is only 1 byte, not a 2 byte word. This fixes machines that probe 30-odd hard drives during boot in the loader. Submitted by: Helpful folks at Tyan via ps Revision Changes Path 1.33 +2 -2 src/sys/boot/i386/libi386/biosdisk.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message