Trivial commit to attempt to diagnose a svn problem. Add

comment that Tivo disks are APM, but do not have a DDR record.
This commit is contained in:
Peter Wemm 2008-07-22 18:05:50 +00:00
parent 93536b495d
commit fbbc785240

View File

@ -323,6 +323,7 @@ g_part_apm_probe(struct g_part_table *basetable, struct g_consumer *cp)
return (ENOSPC);
/* Check that there's a Driver Descriptor Record (DDR). */
/* XXX Tivo APM drives do not have a DDR */
buf = g_read_data(cp, 0L, pp->sectorsize, &error);
if (buf == NULL)
return (error);