MFC r203525:

Report SATA300 chips also as SATA.
This commit is contained in:
Alexander Motin 2010-02-14 19:54:16 +00:00
parent d2846ca800
commit dd96528dec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/8/; revision=203897

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;
}