diff --git a/sys/geom/part/g_part_apm.c b/sys/geom/part/g_part_apm.c index 6ffc58cc5b00..1a6f5261c2d9 100644 --- a/sys/geom/part/g_part_apm.c +++ b/sys/geom/part/g_part_apm.c @@ -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);