/[grub]/grub2/disk/powerpc/ieee1275/ofdisk.c
ViewVC logotype

Diff of /grub2/disk/powerpc/ieee1275/ofdisk.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4 by hollisb, Wed Oct 13 23:43:44 2004 UTC revision 1.5 by hollisb, Fri Oct 15 20:04:28 2004 UTC
# Line 57  grub_ofdisk_open (const char *name, grub Line 57  grub_ofdisk_open (const char *name, grub
57      return grub_errno;      return grub_errno;
58    
59    /* To access the complete disk add `:0'.  */    /* To access the complete disk add `:0'.  */
60    grub_strcat (devpath, ":0");    if (! (grub_ieee1275_flags & GRUB_IEEE1275_NO_PARTITION_0))
61        grub_strcat (devpath, ":0");
62    
63    grub_ieee1275_open (devpath, &dev_ihandle);    grub_ieee1275_open (devpath, &dev_ihandle);
64    if (! dev_ihandle)    if (! dev_ihandle)
65      {      {

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26