Cannot detect SD card reader

Greetings,

I am having a devil of a time trying to get the SD card reader on my Acer netbook to work with FreeBSD. I have done lots of forum searching and Googling, but no luck.

I have the following in my /boot/loader.conf

Code:
mmc_load="YES"
mmcsd_load="YES"
sdhci_load="YES"

I see them at boot and verified with kldload that they exist. I do have a working USB drive and have noticed that when I put in the SD card, I don't get any umass messages like I do with the USB drive. When I look in /dev, I see the /dev/da0 for the USB drive, but nothing indicating the SD reader.

Any suggestions?
 
Back
Top