diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2017-05-26 19:15:07 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2017-05-26 19:15:07 +0000 |
commit | f73586f65339a4e1d8b70c9ac63762eb9fcc6dae (patch) | |
tree | 9164ac88c4b419557d37c6daf9894f24585a9377 /sys/arch/amd64/conf | |
parent | 76d208ada86e9166df0d3a9d6d0c7d4e626104a1 (diff) |
Enable chvgpio(4) in RAMDISK_CD on amd64.
Makes the King Jim portabook's keyboard work in bsd.rd.
ok deraadt mlarkin
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index c815d4a10aa..80779a48653 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.166 2017/01/10 11:41:32 jsg Exp $ +# $OpenBSD: RAMDISK_CD,v 1.167 2017/05/26 19:15:06 stsp Exp $ machine amd64 maxusers 4 @@ -44,6 +44,7 @@ acpimadt0 at acpi? bytgpio* at acpi? sdhc* at acpi? acpihve* at acpi? +chvgpio* at acpi? mpbios0 at bios0 |