diff options
author | 2020-06-29 21:31:57 +0000 | |
---|---|---|
committer | 2020-06-29 21:31:57 +0000 | |
commit | ea71d3375ebcfd67d1c482faaa9a4997d632daba (patch) | |
tree | 873e02c32e4043d0d0884171edef5313e5f4cc1e | |
parent | Use the right bus space tag when enabling MSI-X interrupts. Makes them (diff) | |
download | wireguard-openbsd-ea71d3375ebcfd67d1c482faaa9a4997d632daba.tar.xz wireguard-openbsd-ea71d3375ebcfd67d1c482faaa9a4997d632daba.zip |
Enable nvme(4).
-rw-r--r-- | sys/arch/powerpc64/conf/GENERIC | 3 |
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? |