diff options
author | 2016-01-11 22:06:50 +0000 | |
---|---|---|
committer | 2016-01-11 22:06:50 +0000 | |
commit | 4738a106b729195e17934ea3cd39965f16e8ef00 (patch) | |
tree | c394af0df0aa76f68b2581baa8afa66620df8f8f /sys | |
parent | Make sdhc(4) attach to hardware IDs "80860F14" and "PNP0FFF". (diff) | |
download | wireguard-openbsd-4738a106b729195e17934ea3cd39965f16e8ef00.tar.xz wireguard-openbsd-4738a106b729195e17934ea3cd39965f16e8ef00.zip |
Enable sdhc* at acpi?.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 45103b778c2..42c4ac31ac6 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.409 2016/01/11 22:00:16 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.410 2016/01/11 22:06:50 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -61,6 +61,7 @@ acpivideo* at acpi? acpivout* at acpivideo? acpipwrres* at acpi? aibs* at acpi? +sdhc* at acpi? mpbios0 at bios0 |