diff options
| author | Bruce Evans <bde@FreeBSD.org> | 2002-03-06 06:33:33 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 2002-03-06 06:33:33 +0000 |
| commit | d4621eac57c18087b52f834233f144e5e9055602 (patch) | |
| tree | 3e000d1f997eed191773a3edc7991e9c726e77de /sys/dev/ata/ata-raid.c | |
| parent | a956ec3bedc4b27235198a4fd5dd07720d96ad53 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ata/ata-raid.c')
| -rw-r--r-- | sys/dev/ata/ata-raid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ata/ata-raid.c b/sys/dev/ata/ata-raid.c index 11789bbd4952..75ee196cedc3 100644 --- a/sys/dev/ata/ata-raid.c +++ b/sys/dev/ata/ata-raid.c @@ -194,7 +194,7 @@ ata_raid_attach() printf("ar%d: %lluMB <ATA ", rdp->lun, (unsigned long long) - rdp->total_sectors / ((1024L * 1024L) / DEV_BSIZE)); + (rdp->total_sectors / ((1024L * 1024L) / DEV_BSIZE))); switch (rdp->flags & (AR_F_RAID0 | AR_F_RAID1 | AR_F_SPAN)) { case AR_F_RAID0: printf("RAID0 "); break; |
