mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
Fix typo in comment, should be MHz here.
Submitted by: Daan Vreeken <Daan vitsch.nl>
This commit is contained in:
parent
7c80fcfdba
commit
1fc2ea61bf
1 changed files with 1 additions and 1 deletions
|
|
@ -364,7 +364,7 @@ sdhci_lower_frequency(device_t dev)
|
|||
|
||||
/*
|
||||
* Some SD/MMC cards don't work with the default base
|
||||
* clock frequency of 200MHz. Lower it to 50Hz.
|
||||
* clock frequency of 200MHz. Lower it to 50MHz.
|
||||
*/
|
||||
pci_write_config(dev, SDHC_PCI_BASE_FREQ_KEY, 0x01, 1);
|
||||
pci_write_config(dev, SDHC_PCI_BASE_FREQ, 50, 1);
|
||||
|
|
|
|||
Loading…
Reference in a new issue