From owner-cvs-src-old@FreeBSD.ORG Wed Jun 23 17:56:31 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CD8B310656C0 for ; Wed, 23 Jun 2010 17:56:31 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 9A5EC8FC24 for ; Wed, 23 Jun 2010 17:56:31 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o5NHuVMh050635 for ; Wed, 23 Jun 2010 17:56:31 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o5NHuVap050634 for cvs-src-old@freebsd.org; Wed, 23 Jun 2010 17:56:31 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <201006231756.o5NHuVap050634@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Wed, 23 Jun 2010 17:56:20 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: RELENG_8 Subject: cvs commit: src/sys/boot/i386/zfsboot zfsboot.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jun 2010 17:56:31 -0000 jhb 2010-06-23 17:56:20 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/boot/i386/zfsboot zfsboot.c Log: SVN rev 209474 on 2010-06-23 17:56:20Z by jhb MFC 208388: - Set 'dmadat' earlier so that we properly setup the heap if we fail to locate a high memory area for the heap using the SMAP. - Read the number of hard drive devices from the BIOS instead of hardcoding a limit of 128. Some BIOSes duplicate disk devices once you get beyond the maximum drive number. Revision Changes Path 1.3.4.8 +6 -4 src/sys/boot/i386/zfsboot/zfsboot.c