summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/sdhc_acpi.c
AgeCommit message (Expand)Author
2016-10-25Add the resource index to aml_parse_resource() callback function.Paul Irofti
2016-04-30Implement DMA support. Bits and pieces taken from NetBSD, but we onlyMark Kettenis
2016-04-26Remove debug printfs, but do print "gpio" to indicate that card detection isMark Kettenis
2016-04-02Make the gpio intr_establish callback return an int so the same functionJonathan Gray
2016-03-30Hook up the gpio interrupt on devices that use it for card detection.Mark Kettenis
2016-03-29Check if a device is present (using _STA) in acpi_foundhid. This preventsMark Kettenis
2016-03-28Replace 0 with NULL.Mark Kettenis
2016-03-28Add support for card detect through a GPIO signal.Mark Kettenis
2016-01-11Add glue to make sdhc(4) attach to acpi(4). Needed to support the SD hostMark Kettenis