From owner-cvs-src@FreeBSD.ORG Mon Nov 12 23:53:43 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBE0016A417; Mon, 12 Nov 2007 23:53:43 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C5B3213C49D; Mon, 12 Nov 2007 23:53:43 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id lACNrhHV067750; Mon, 12 Nov 2007 23:53:43 GMT (envelope-from bz@repoman.freebsd.org) Received: (from bz@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id lACNrh2P067749; Mon, 12 Nov 2007 23:53:43 GMT (envelope-from bz) Message-Id: <200711122353.lACNrh2P067749@repoman.freebsd.org> From: "Bjoern A. Zeeb" Date: Mon, 12 Nov 2007 23:53:43 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/boot/i386/libi386 biosdisk.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 Nov 2007 23:53:44 -0000 bz 2007-11-12 23:53:43 UTC FreeBSD src repository Modified files: sys/boot/i386/libi386 biosdisk.c Log: Though we are currently not interested in the EDD3 flag, Enhanced Disk Drive Specification Ver 3.0 defines that the version of extension in AH would be 30h. Correct the check for that to be >=30h instead of >3h. MFC after: 2 months Revision Changes Path 1.54 +1 -1 src/sys/boot/i386/libi386/biosdisk.c