Report SATA300 chips also as SATA.

This commit is contained in:
Alexander Motin 2010-02-05 14:41:18 +00:00
parent 57ae362c8f
commit a4271edc11
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203525

View File

@ -471,7 +471,8 @@ ata_siiprb_ch_attach(device_t dev)
ch->hw.softreset = ata_siiprb_softreset;
ch->hw.pm_read = ata_siiprb_pm_read;
ch->hw.pm_write = ata_siiprb_pm_write;
ch->flags |= ATA_NO_SLAVE;
ch->flags |= ATA_SATA;
return 0;
}