summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkettenis <kettenis@openbsd.org>2020-06-29 21:31:57 +0000
committerkettenis <kettenis@openbsd.org>2020-06-29 21:31:57 +0000
commitea71d3375ebcfd67d1c482faaa9a4997d632daba (patch)
tree873e02c32e4043d0d0884171edef5313e5f4cc1e
parentUse the right bus space tag when enabling MSI-X interrupts. Makes them (diff)
downloadwireguard-openbsd-ea71d3375ebcfd67d1c482faaa9a4997d632daba.tar.xz
wireguard-openbsd-ea71d3375ebcfd67d1c482faaa9a4997d632daba.zip
Enable nvme(4).
-rw-r--r--sys/arch/powerpc64/conf/GENERIC3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/powerpc64/conf/GENERIC b/sys/arch/powerpc64/conf/GENERIC
index 398323d8b25..62a0da80b57 100644
--- a/sys/arch/powerpc64/conf/GENERIC
+++ b/sys/arch/powerpc64/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.10 2020/06/29 21:17:21 kettenis Exp $
+# $OpenBSD: GENERIC,v 1.11 2020/06/29 21:31:57 kettenis Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -30,6 +30,7 @@ ppb* at pci?
pci* at ppb?
ahci* at pci?
bge* at pci?
+nvme* at pci?
xhci* at pci? disable
usb* at xhci?