mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo
PR: 45375
This commit is contained in:
parent
f1ad0b5f30
commit
2768d40bf1
1 changed files with 1 additions and 1 deletions
|
|
@ -1337,7 +1337,7 @@ ata_dmainit(struct ata_device *atadev, int apiomode, int wdmamode, int udmamode)
|
|||
}
|
||||
if (udmamode >= 2) {
|
||||
error = ata_command(atadev, ATA_C_SETFEATURES, 0,
|
||||
ATA_UDMA4, ATA_C_F_SETXFER, ATA_WAIT_READY);
|
||||
ATA_UDMA2, ATA_C_F_SETXFER, ATA_WAIT_READY);
|
||||
if (bootverbose)
|
||||
ata_prtdev(atadev, "%s setting up UDMA2 mode on Acard chip\n",
|
||||
(error) ? "failed" : "success");
|
||||
|
|
|
|||
Loading…
Reference in a new issue