Better use the right name for the VIA software RAID.

This commit is contained in:
Søren Schmidt 2005-04-12 13:29:47 +00:00
parent 12bee8f683
commit 5c2fe6346d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144940
2 changed files with 3 additions and 3 deletions

View file

@ -2792,7 +2792,7 @@ ata_raid_sii_read_meta(device_t dev, struct ar_softc **raidp)
return retval;
}
/* VIA Tech Metadata */
/* VIA Tech V-RAID Metadata */
static int
ata_raid_via_read_meta(device_t dev, struct ar_softc **raidp)
{
@ -3150,7 +3150,7 @@ ata_raid_format(struct ar_softc *rdp)
case AR_F_LSIV3_RAID: return "LSILogic v3 MegaRAID";
case AR_F_PROMISE_RAID: return "Promise Fasttrak";
case AR_F_SII_RAID: return "Silicon Image Medley";
case AR_F_VIA_RAID: return "VIA Tech";
case AR_F_VIA_RAID: return "VIA Tech V-RAID";
default: return "UNKNOWN";
}
}

View file

@ -639,7 +639,7 @@ struct sii_raid_conf {
} __packed;
/* VIA Tech Metadata */
/* VIA Tech V-RAID Metadata */
#define VIA_LBA(dev) \
( ((struct ad_softc *)device_get_ivars(dev))->total_secs - 1)