diff --git a/sys/pc98/i386/userconfig.c b/sys/pc98/i386/userconfig.c index 02ebf4c7a11..1c86df29465 100644 --- a/sys/pc98/i386/userconfig.c +++ b/sys/pc98/i386/userconfig.c @@ -342,7 +342,7 @@ static DEV_INFO device_info[] = { {"adv", "AdvanSys SCSI narrow controller", 0, CLS_STORAGE}, {"bt", "Buslogic SCSI controller", 0, CLS_STORAGE}, {"aha", "Adaptec 154x SCSI controller", 0, CLS_STORAGE}, -{"aic", "Adaptec 152x SCSI and compatible sound cards", 0, CLS_STORAGE}, +{"aic", "Adaptec 152x SCSI and compatible SCSI cards", 0, CLS_STORAGE}, {"nca", "ProAudio Spectrum SCSI and compatibles", 0, CLS_STORAGE}, {"sea", "Seagate ST01/ST02 SCSI and compatibles", 0, CLS_STORAGE}, {"wdc", "IDE/ESDI/MFM disk controller", 0, CLS_STORAGE},