mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Report SATA300 chips also as SATA.
This commit is contained in:
parent
57ae362c8f
commit
a4271edc11
1 changed files with 2 additions and 1 deletions
|
|
@ -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 a new issue