diff options
-rw-r--r-- | sys/geom/part/g_part_apm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/part/g_part_apm.c b/sys/geom/part/g_part_apm.c index 6ffc58c..1a6f526 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); |