index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
acpi
/
sdhc_acpi.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't detach non-removable devices during resume on "sdhc* at acpi?".
stsp
2019-04-02
1
-3
/
+8
*
Remove semicolon before printing the AML name.
kettenis
2018-07-01
1
-2
/
+2
*
Let acpi(4) pass down the bus dma tag.
kettenis
2018-06-26
1
-4
/
+2
*
Call acpi_attach_deps() for the child devices before attempting to power
kettenis
2018-05-22
1
-1
/
+3
*
Put controllers and child devices in D0 by calling _PS0 when we attach the
kettenis
2018-05-21
1
-5
/
+61
*
Add the resource index to aml_parse_resource() callback function.
pirofti
2016-10-25
1
-3
/
+3
*
Implement DMA support. Bits and pieces taken from NetBSD, but we only
kettenis
2016-04-30
1
-2
/
+5
*
Remove debug printfs, but do print "gpio" to indicate that card detection is
kettenis
2016-04-26
1
-10
/
+4
*
Make the gpio intr_establish callback return an int so the same function
jsg
2016-04-02
1
-3
/
+5
*
Hook up the gpio interrupt on devices that use it for card detection.
kettenis
2016-03-30
1
-1
/
+19
*
Check if a device is present (using _STA) in acpi_foundhid. This prevents
kettenis
2016-03-29
1
-13
/
+2
*
Replace 0 with NULL.
kettenis
2016-03-28
1
-2
/
+2
*
Add support for card detect through a GPIO signal.
kettenis
2016-03-28
1
-3
/
+38
*
Add glue to make sdhc(4) attach to acpi(4). Needed to support the SD host
kettenis
2016-01-11
1
-0
/
+155