Hello. I have Mini PC device with internal SD card reader. I am already installed FreeBSD 11.0-RELEASE from this card reader to internal SSD, but when I'm trying to load OS it returns me:
Code:
sdhci_pci0_slot0: Controller Timeout
(See screenshot).

After 2 minutes OS boots.

How I can resolve this problem?
 

Attachments

  • 20161224_172947.jpg
    20161224_172947.jpg
    257 KB · Views: 1,805
Try to set
Code:
hw.sdhci.enable_msi=0
in your /boot/loader.conf and see if it makes a difference.
 
Ok. Now there are no logs and I can login to the system. Thanks a lot.
 

Attachments

  • 20161227_234631.jpg
    20161227_234631.jpg
    203.3 KB · Views: 1,852
Back
Top