Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Feb 2010 22:23:31 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r204067 - head/sys/boot/zfs
Message-ID:  <201002182223.o1IMNVc3095788@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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++) {



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