My SD card slot was working before, but it no longer works.
looks like the mmc driver for hp laptop is gone.

$ dmesg|grep -iE 'sdhc|mmc'
sdhci_pci0: <Generic SD HCI> mem 0xd4603000-0xd46030ff irq 18 at
device 0.2 on pci35
sdhci_pci0: 1 slot(s) allocated
sdhci_pci0: <Generic SD HCI> mem 0xd4603000-0xd46030ff irq 18 at
device 0.2 on pci35
sdhci_pci0: 1 slot(s) allocated
sdhci_pci0: <Generic SD HCI> mem 0xd4603000-0xd46030ff irq 18 at
device 0.2 on pci35
sdhci_pci0: 1 slot(s) allocated

it was a mmc* there.

$ pciconf -lv
...
none1@pci0:35:0:0: class=0x0c0010 card=0x161c103c chip=0x2380197b
rev=0x30 hdr=0x00
    vendor     = 'JMicron Technology Corp.'
    device     = 'IEEE 1394 Host Controller'
    class      = serial bus
    subclass   = FireWire
none2@pci0:35:0:1: class=0x088000 card=0x161c103c chip=0x2392197b
rev=0x30 hdr=0x00
    vendor     = 'JMicron Technology Corp.'
    device     = 'SD/MMC Host Controller'
    class      = base peripheral
sdhci_pci0@pci0:35:0:2: class=0x080501 card=0x161c103c chip=0x2391197b
rev=0x30 hdr=0x00
    vendor     = 'JMicron Technology Corp.'
    device     = 'Standard SD Host Controller'
    class      = base peripheral
    subclass   = SD host controller
...

no driver attached to mmc

Thanks,
Eric
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to