Actions
Feature #7598
closedBug #7599: loader biosdisk fix for 2+TB disks.
loader: Implement disk_ioctl() to support DIOCGSECTORSIZE and DIOCGMEDIASIZE.
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
Need disk abstraction to support DIOCGSECTORSIZE and DIOCGMEDIASIZE ioctl. Need the generic interface to access partition and media related information from disk abstraction layer.
The description is posted to:
Updated by Electric Monk over 5 years ago
- Status changed from New to Closed
- % Done changed from 90 to 100
git commit 252244c3410eebc24658f285a920786b16c56862
commit 252244c3410eebc24658f285a920786b16c56862 Author: Toomas Soome <tsoome@me.com> Date: 2017-01-23T18:59:29.000Z 7598 loader: Implement disk_ioctl() to support DIOCGSECTORSIZE and DIOCGMEDIASIZE. Reviewed by: Robert Mustacchi <rm@joyent.com> Reviewed by: Juraj Lutter <juraj@lutter.sk> Approved by: Dan McDonald <danmcd@omniti.com>
Actions