Remove the NOGIANT flag again, it was premature.

This commit is contained in:
Søren Schmidt 2003-11-08 09:56:34 +00:00
parent 8f1f433834
commit aeb1d7b554
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=122305

View file

@ -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)));