2009-06-08 Vladimir Serbinenko <phcoder@gmail.com>

Not fail if unable to retrieve C/H/S on LBA disks

	* disk/i386/pc/biosdisk.c (grub_biosdisk_open): behave gracefully 
	if unable to retrieve C/H/S on LBA disks
This commit is contained in:
phcoder 2009-06-08 13:29:05 +00:00
parent b57ea2c975
commit de65ee2b2c
2 changed files with 21 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2009-06-08 Vladimir Serbinenko <phcoder@gmail.com>
Not fail if unable to retrieve C/H/S on LBA disks
* disk/i386/pc/biosdisk.c (grub_biosdisk_open): behave gracefully
if unable to retrieve C/H/S on LBA disks
2009-06-08 Pavel Roskin <proski@gnu.org>
* fs/hfs.c (grub_hfs_find_dir): Use union to avoid a warning