2010-02-13 Vladimir Serbinenko <phcoder@gmail.com>
* disk/ieee1275/ofdisk.c (grub_ofdisk_read): Remove excessively verbose dprintf.
This commit is contained in:
parent
ca62070b69
commit
e0128bbdc4
2 changed files with 5 additions and 4 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2010-02-13 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
|
* disk/ieee1275/ofdisk.c (grub_ofdisk_read): Remove excessively
|
||||||
|
verbose dprintf.
|
||||||
|
|
||||||
2010-02-13 Vladimir Serbinenko <phcoder@gmail.com>
|
2010-02-13 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
Fix over-4GiB seek on sparc64.
|
Fix over-4GiB seek on sparc64.
|
||||||
|
|
|
@ -234,10 +234,6 @@ grub_ofdisk_read (grub_disk_t disk, grub_disk_addr_t sector,
|
||||||
grub_ssize_t status, actual;
|
grub_ssize_t status, actual;
|
||||||
unsigned long long pos;
|
unsigned long long pos;
|
||||||
|
|
||||||
grub_dprintf ("disk",
|
|
||||||
"Reading handle %p: sector 0x%llx, size 0x%lx, buf %p.\n",
|
|
||||||
(void *) disk->data, (long long) sector, (long) size, buf);
|
|
||||||
|
|
||||||
pos = sector * 512UL;
|
pos = sector * 512UL;
|
||||||
|
|
||||||
grub_ieee1275_seek ((grub_ieee1275_ihandle_t) (unsigned long) disk->data,
|
grub_ieee1275_seek ((grub_ieee1275_ihandle_t) (unsigned long) disk->data,
|
||||||
|
|
Loading…
Reference in a new issue