/[grub]/grub/stage2/disk_io.c
ViewVC logotype

Diff of /grub/stage2/disk_io.c

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

revision 1.44 by okuji, Fri Jun 22 02:32:56 2001 UTC revision 1.45 by okuji, Sat Oct 27 16:04:25 2001 UTC
# Line 63  struct fsys_entry fsys_table[NUM_FSYS + Line 63  struct fsys_entry fsys_table[NUM_FSYS +
63  # ifdef FSYS_VSTAFS  # ifdef FSYS_VSTAFS
64    {"vstafs", vstafs_mount, vstafs_read, vstafs_dir, 0, 0},    {"vstafs", vstafs_mount, vstafs_read, vstafs_dir, 0, 0},
65  # endif  # endif
66    # ifdef FSYS_JFS
67      {"jfs", jfs_mount, jfs_read, jfs_dir, 0, jfs_embed},
68    # endif
69    # ifdef FSYS_XFS
70      {"xfs", xfs_mount, xfs_read, xfs_dir, 0, 0},
71    # endif
72    /* XX FFS should come last as it's superblock is commonly crossing tracks    /* XX FFS should come last as it's superblock is commonly crossing tracks
73       on floppies from track 1 to 2, while others only use 1.  */       on floppies from track 1 to 2, while others only use 1.  */
74  # ifdef FSYS_FFS  # ifdef FSYS_FFS

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45

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