diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-11-16 19:04:58 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-11-16 19:04:58 +0000 |
commit | f8f36d7e638ea53055bdedf51537409569453de8 (patch) | |
tree | e70acf1f1dfeb1df4639271eb59f0c3edc772876 | |
parent | 62766ac86f234d498b68df5d7ea8affe6773dd2d (diff) |
Enable mcx(4)
-rw-r--r-- | sys/arch/powerpc64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/powerpc64/conf/RAMDISK | 3 |
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? |