summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2020-11-16 19:04:58 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2020-11-16 19:04:58 +0000
commitf8f36d7e638ea53055bdedf51537409569453de8 (patch)
treee70acf1f1dfeb1df4639271eb59f0c3edc772876
parent62766ac86f234d498b68df5d7ea8affe6773dd2d (diff)
Enable mcx(4)
-rw-r--r--sys/arch/powerpc64/conf/GENERIC3
-rw-r--r--sys/arch/powerpc64/conf/RAMDISK3
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/powerpc64/conf/GENERIC b/sys/arch/powerpc64/conf/GENERIC
index b18ab36ddd5..d874b1e308a 100644
--- a/sys/arch/powerpc64/conf/GENERIC
+++ b/sys/arch/powerpc64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.21 2020/10/27 17:57:04 deraadt Exp $
+# $OpenBSD: GENERIC,v 1.22 2020/11/16 19:04:57 kettenis Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -38,6 +38,7 @@ ahci* at pci?
astfb* at pci?
wsdisplay* at astfb?
bge* at pci?
+mcx* at pci?
mpii* at pci?
nvme* at pci?
ppb* at pci?
diff --git a/sys/arch/powerpc64/conf/RAMDISK b/sys/arch/powerpc64/conf/RAMDISK
index 79a94a31e71..23ef76bfdbc 100644
--- a/sys/arch/powerpc64/conf/RAMDISK
+++ b/sys/arch/powerpc64/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.10 2020/09/05 13:55:45 kettenis Exp $
+# $OpenBSD: RAMDISK,v 1.11 2020/11/16 19:04:57 kettenis Exp $
machine powerpc64
maxusers 4
@@ -36,6 +36,7 @@ xive* at fdt?
ahci* at pci?
bge* at pci?
+mcx* at pci?
mpii* at pci?
nvme* at pci?
ppb* at pci?