diff options
-rw-r--r-- | sys/pc98/i386/userconfig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pc98/i386/userconfig.c b/sys/pc98/i386/userconfig.c index 02ebf4c..1c86df2 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}, |