mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue