mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 21:18:59 +00:00
Report SATA300 chips also as SATA.
This commit is contained in:
parent
57ae362c8f
commit
a4271edc11
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=203525
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user