HomeFreeBSD

Fix an off-by-one error missed in the initial commit of this driver

Description

Fix an off-by-one error missed in the initial commit of this driver

When the segment count is > 16 it spills into an 'indirect descriptor list',
which immediately follows the main table, but the indirect list is entry 15, so
needs to be skipped for the general list.

Details

Provenance
jhibbitsAuthored on
Parents
rS325452: Remove badsect(8).
Branches
Unknown
Tags
Unknown