diff options
author | 2019-01-25 23:16:52 +0000 | |
---|---|---|
committer | 2019-01-25 23:16:52 +0000 | |
commit | 9c41f50dd00d0e8d2d82c58267378696c9b9b8be (patch) | |
tree | e587041afbcaf455b4787408b6caf6aa11626fb2 | |
parent | On i386, ensure that the first PT_LOAD segment is below the W^X (diff) | |
download | wireguard-openbsd-9c41f50dd00d0e8d2d82c58267378696c9b9b8be.tar.xz wireguard-openbsd-9c41f50dd00d0e8d2d82c58267378696c9b9b8be.zip |
build ccp(4) on ramdisks
ok dlg@
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 3 | ||||
-rw-r--r-- | sys/arch/arm64/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 5bdf9a43103..f7ba8a943d1 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.176 2019/01/19 04:10:30 phessler Exp $ +# $OpenBSD: RAMDISK_CD,v 1.177 2019/01/25 23:16:52 jsg Exp $ machine amd64 maxusers 4 @@ -70,6 +70,7 @@ ppb* at pci? # PCI-PCI bridges pci* at ppb? pci* at pchb? #pcib* at pci? # PCI-ISA bridge +ccp* at pci? # AMD Cryptographic Co-processor dwiic* at acpi? dwiic* at pci? diff --git a/sys/arch/arm64/conf/RAMDISK b/sys/arch/arm64/conf/RAMDISK index a6263783077..851f3af4b03 100644 --- a/sys/arch/arm64/conf/RAMDISK +++ b/sys/arch/arm64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.78 2019/01/11 08:02:19 patrick Exp $ +# $OpenBSD: RAMDISK,v 1.79 2019/01/25 23:16:52 jsg Exp $ # # GENERIC machine description file # @@ -83,6 +83,7 @@ pci* at pciecam? sdhc* at fdt? sdmmc* at sdhc? xhci* at fdt? +ccp* at fdt? # AMD Cryptographic Co-processor # NS16550 compatible serial ports com* at fdt? |