From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1JZBkh-0005MG-Ra for mharc-grub-devel@gnu.org; Tue, 11 Mar 2008 17:11:15 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZBke-0005Kq-EA for grub-devel@gnu.org; Tue, 11 Mar 2008 17:11:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZBkc-0005K5-Np for grub-devel@gnu.org; Tue, 11 Mar 2008 17:11:11 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZBkc-0005K1-2H for grub-devel@gnu.org; Tue, 11 Mar 2008 17:11:10 -0400 Received: from mailout05.sul.t-online.de ([194.25.134.82] helo=mailout05.sul.t-online.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JZBkb-000588-SU for grub-devel@gnu.org; Tue, 11 Mar 2008 17:11:10 -0400 Received: from fwd27.aul.t-online.de by mailout05.sul.t-online.com with smtp id 1JZBka-000230-00; Tue, 11 Mar 2008 22:11:08 +0100 Received: from [10.3.2.2] (rIA-uYZZYhO4L5u0+dFjY75ZB9MFFSbaszK1UCcTvGwGhRDR-fIbfhF47lk76OoQDH@[217.235.204.239]) by fwd27.aul.t-online.de with esmtp id 1JZBkC-0tjhcO0; Tue, 11 Mar 2008 22:10:44 +0100 Message-ID: <47D6F556.9040500@t-online.de> Date: Tue, 11 Mar 2008 22:10:46 +0100 From: Christian Franke User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.11) Gecko/20071128 SeaMonkey/1.1.7 MIME-Version: 1.0 To: The development of GRUB 2 References: <47D16136.1060705@nic.fi> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-ID: rIA-uYZZYhO4L5u0+dFjY75ZB9MFFSbaszK1UCcTvGwGhRDR-fIbfhF47lk76OoQDH X-TOI-MSGID: 77b469b0-be94-4b86-a81f-8f207bf934ce X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 3) Subject: Re: [PATCH] cdrom access patch X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Mar 2008 21:11:13 -0000 Bean wrote: > ... > > After some testing, i think the new version has some compatible issue, > i remember Christian Franke reports that some bios doesn't support int > 42 for cdrom, so grub_biosdisk_check_int13_extensions will fail. Would > someone check if func 4b01 (the first patch cd.diff) works in such > situation ? > > cd.diff works on this specific PC (Asus A8N, Phonix-Award BIOS), CD appears as hd31. BTW: grub_biosdisk_iterate should IMO always expose the boot_drive (see my latest patch). With current CVS and cd.diff, the boot_drive would not be visible in 'ls' if e.g 0x80=HDD, 0x82=boot CD (as seen on some old Laptop). Christian