mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove the NOGIANT flag again, it was premature.
This commit is contained in:
parent
8f1f433834
commit
aeb1d7b554
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ ar_attach_raid(struct ar_softc *rdp, int update)
|
|||
rdp->disk.d_fwheads = rdp->heads;
|
||||
rdp->disk.d_maxsize = 128 * DEV_BSIZE;
|
||||
rdp->disk.d_drv1 = rdp;
|
||||
disk_create(rdp->lun, &rdp->disk, DISKFLAG_NOGIANT, NULL, NULL);
|
||||
disk_create(rdp->lun, &rdp->disk, 0, NULL, NULL);
|
||||
|
||||
printf("ar%d: %lluMB <ATA ", rdp->lun, (unsigned long long)
|
||||
(rdp->total_sectors / ((1024L * 1024L) / DEV_BSIZE)));
|
||||
|
|
|
|||
Loading…
Reference in a new issue