diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2021-12-19 13:07:37 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2021-12-19 13:07:37 +0000 |
commit | e4a8318b567d3cab29743a19b7e886baacdb83fd (patch) | |
tree | ad13b1fffabc785a50e344e49ea1a2341d2527a8 /sys | |
parent | c9699df0eace7bdcb4e39c129bf8ae52e88ec62f (diff) |
Enable aplmbox(4).
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/arm64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 3 | ||||
-rw-r--r-- | sys/arch/arm64/conf/files.arm64 | 6 |
3 files changed, 9 insertions, 3 deletions
diff --git a/sys/arch/arm64/conf/GENERIC b/sys/arch/arm64/conf/GENERIC index 15896b519d1..3ec9f09c362 100644 --- a/sys/arch/arm64/conf/GENERIC +++ b/sys/arch/arm64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.217 2021/12/11 19:45:05 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.218 2021/12/19 13:07:36 kettenis Exp $ # # GENERIC machine description file # @@ -142,6 +142,7 @@ apldart* at fdt? early 1 apldog* at fdt? early 1 apldwusb* at fdt? aplintc* at fdt? early 1 +aplmbox* at fdt? aplpcie* at fdt? pci* at aplpcie? aplpinctrl* at fdt? early 1 diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index 087295e891a..38b8e431b0d 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.163 2021/12/11 19:45:05 kettenis Exp $ +# $OpenBSD: RAMDISK,v 1.164 2021/12/19 13:07:36 kettenis Exp $ machine arm64 maxusers 4 @@ -106,6 +106,7 @@ apldart* at fdt? early 1 apldog* at fdt? early 1 apldwusb* at fdt? aplintc* at fdt? early 1 +aplmbox* at fdt? aplpcie* at fdt? pci* at aplpcie? aplpinctrl* at fdt? early 1 diff --git a/sys/arch/arm64/conf/files.arm64 b/sys/arch/arm64/conf/files.arm64 index be12fd6edd9..5be4f94a34e 100644 --- a/sys/arch/arm64/conf/files.arm64 +++ b/sys/arch/arm64/conf/files.arm64 @@ -1,4 +1,4 @@ -# $OpenBSD: files.arm64,v 1.47 2021/12/09 11:38:26 kettenis Exp $ +# $OpenBSD: files.arm64,v 1.48 2021/12/19 13:07:36 kettenis Exp $ maxpartitions 16 maxusers 2 8 128 @@ -160,6 +160,10 @@ device aplms: hid, hidms, wsmousedev attach aplms at aplhidev file arch/arm64/dev/aplhidev.c aplhidev | aplkbd | aplms needs-flag +device aplmbox +attach aplmbox at fdt +file arch/arm64/dev/aplmbox.c aplmbox + device aplpcie: pcibus attach aplpcie at fdt file arch/arm64/dev/aplpcie.c aplpcie |