diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-06-29 21:31:58 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2020-06-29 21:31:58 +0000 |
commit | fdaeddff4e9a54ca188fb68aaaed3efbda279544 (patch) | |
tree | 7c95814e0b1fa16dbd13ceb494e8d89d889b74d5 /sys/arch/powerpc64/conf | |
parent | 133c6184017427592443c986db20213c9a17f2a7 (diff) |
Enable nvme(4).
Diffstat (limited to 'sys/arch/powerpc64/conf')
-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? |