Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Nov 2002 21:31:32 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libdisk chunk.c disk.c
Message-ID:  <200211130531.gAD5VWDi069265@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2002/11/12 21:31:32 PST

  Modified files:
    lib/libdisk          chunk.c disk.c 
  Log:
  Handle EFI partitions the same as regular FAT partitions. The only
  difference between the two from a low-level point of view is that
  the partition type is different. This change adds EFI related cases
  to existing switch statements with existing FAT related cases.
  
  Revision  Changes    Path
  1.44      +1 -0      src/lib/libdisk/chunk.c
  1.108     +3 -0      src/lib/libdisk/disk.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211130531.gAD5VWDi069265>