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:
parent
93536b495d
commit
fbbc785240
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user