~ubuntu-branches/ubuntu/jaunty/grub2/jaunty-proposed

« back to all changes in this revision

Viewing changes to disk/raid.c

  • Committer: Bazaar Package Importer
  • Author(s): Robert Millan
  • Date: 2008-01-28 00:01:11 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20080128000111-qolpe0u4qkf0xccc
Tags: 1.95+20080128-1
* New CVS snapshot.
  - Fixes bogus CLAIM problems on Apple firmware.  (Closes: #449135, #422729)
  - grub-probe performs sanity checks to make sure our filesystem drivers
    are usable.  (Closes: #462449)
  - patches/disable_ata.diff: Remove.  ATA module isn't auto-loaded in
    rescue floppies now.
  - patches/disable_xfs.diff: Remove.  See above (about grub-probe).
* Bring back grub-emu; it can help a lot with debugging feedback.
  - control
  - rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
              read_size = size;
163
163
 
164
164
            /* Check whether the sector was aligned on a chunk size
165
 
               bounday. If this isn't the case, it's the first read
 
165
               boundary. If this isn't the case, it's the first read
166
166
               and the next read should be set back to start of the
167
167
               boundary.  */
168
168
            grub_divmod64 (read_sector, array->chunk_size, &i);
282
282
              read_size = size;
283
283
 
284
284
            /* Check whether the sector was aligned on a chunk size
285
 
               bounday. If this isn't the case, it's the first read
 
285
               boundary. If this isn't the case, it's the first read
286
286
               and the next read should be set back to start of the
287
287
               boundary.  */
288
288
            grub_divmod64 (read_sector, array->chunk_size, &i);