diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-08-23 21:48:09 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-08-23 21:48:09 +0000 |
commit | 484cce7d7a62c803786a88ffbe07633b7e724a0b (patch) | |
tree | dc497cb7a9aa2d986c945bf1092e7b082e8a6cff /sys/arch | |
parent | b2e0fb73546bcfaf752b03fb857d98fbbfc1a6c7 (diff) |
Enable xicp(4).
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/powerpc64/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc64/conf/RAMDISK b/sys/arch/powerpc64/conf/RAMDISK index 6b352c00bdc..883b4a541e0 100644 --- a/sys/arch/powerpc64/conf/RAMDISK +++ b/sys/arch/powerpc64/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.7 2020/08/05 05:49:07 deraadt Exp $ +# $OpenBSD: RAMDISK,v 1.8 2020/08/23 21:48:08 kettenis Exp $ machine powerpc64 maxusers 4 @@ -31,6 +31,7 @@ opalcons* at fdt? phb* at fdt? pci* at phb? xics* at fdt? +xicp* at fdt? xive* at fdt? ppb* at pci? |