Author: pjd
Date: Thu Feb 18 22:23:30 2010
New Revision: 204067
URL: http://svn.freebsd.org/changeset/base/204067

Log:
  Update comment. We also look for GPT partitions.

Modified:
  head/sys/boot/zfs/zfs.c

Modified: head/sys/boot/zfs/zfs.c
==============================================================================
--- head/sys/boot/zfs/zfs.c     Thu Feb 18 22:22:45 2010        (r204066)
+++ head/sys/boot/zfs/zfs.c     Thu Feb 18 22:23:30 2010        (r204067)
@@ -397,7 +397,7 @@ zfs_dev_init(void) 
        /*
         * Open all the disks we can find and see if we can reconstruct
         * ZFS pools from them. Bogusly assumes that the disks are named
-        * diskN or diskNsM.
+        * diskN, diskNpM or diskNsM.
         */
        zfs_init();
        for (unit = 0; unit < 32 /* XXX */; unit++) {
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to