diff options
author | 2020-11-16 19:04:57 +0000 | |
---|---|---|
committer | 2020-11-16 19:04:57 +0000 | |
commit | 4549e3aa4e7ac6658979441adac2bd01e1028a88 (patch) | |
tree | 587b43d947ce05708d5db523ba9a60b98fb3ad80 | |
parent | Implement exporter for TLSv1.3. (diff) | |
download | wireguard-openbsd-4549e3aa4e7ac6658979441adac2bd01e1028a88.tar.xz wireguard-openbsd-4549e3aa4e7ac6658979441adac2bd01e1028a88.zip |
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? |