/[grub]/grub2/partmap/pc.c
ViewVC logotype

Diff of /grub2/partmap/pc.c

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

revision 1.1 by marco_g, Sat Dec 4 18:45:45 2004 UTC revision 1.2 by hollisb, Tue Jul 12 22:36:43 2005 UTC
# Line 135  pc_partition_map_iterate (grub_disk_t di Line 135  pc_partition_map_iterate (grub_disk_t di
135            pcdata.dos_type = e->type;            pcdata.dos_type = e->type;
136            pcdata.bsd_type = -1;            pcdata.bsd_type = -1;
137    
138              grub_dprintf ("partition",
139                            "partition %d: flag 0x%x, type 0x%x, start 0x%lx, len 0x%lx\n",
140                            p.index, e->flag, pcdata.dos_type, p.start, p.len);
141    
142            /* If this partition is a normal one, call the hook.  */            /* If this partition is a normal one, call the hook.  */
143            if (! grub_pc_partition_is_empty (e->type)            if (! grub_pc_partition_is_empty (e->type)
144                && ! grub_pc_partition_is_extended (e->type))                && ! grub_pc_partition_is_extended (e->type))

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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