svn commit: r204067 - head/sys/boot/zfs
Pawel Jakub Dawidek
pjd at FreeBSD.org
Thu Feb 18 22:23:31 UTC 2010
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++) {
More information about the svn-src-head
mailing list