summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvisa <visa@openbsd.org>2019-09-07 14:03:52 +0000
committervisa <visa@openbsd.org>2019-09-07 14:03:52 +0000
commitd8aea6d022ad940db14dd7613597f7835127d24f (patch)
tree03d3a3d67d59c13c58844c7df156d44988069bbc
parentMention octpcie(4). (diff)
downloadwireguard-openbsd-d8aea6d022ad940db14dd7613597f7835127d24f.tar.xz
wireguard-openbsd-d8aea6d022ad940db14dd7613597f7835127d24f.zip
Enable nvme(4) on octeon.
-rw-r--r--sys/arch/octeon/conf/BOOT5
-rw-r--r--sys/arch/octeon/conf/GENERIC5
-rw-r--r--sys/arch/octeon/conf/RAMDISK5
3 files changed, 12 insertions, 3 deletions
diff --git a/sys/arch/octeon/conf/BOOT b/sys/arch/octeon/conf/BOOT
index 03745771501..da4f7920664 100644
--- a/sys/arch/octeon/conf/BOOT
+++ b/sys/arch/octeon/conf/BOOT
@@ -1,4 +1,4 @@
-# $OpenBSD: BOOT,v 1.6 2019/09/07 13:58:58 visa Exp $
+# $OpenBSD: BOOT,v 1.7 2019/09/07 14:03:52 visa Exp $
machine octeon mips64
maxusers 4
@@ -48,6 +48,9 @@ pci* at ppb?
octsctl* at fdt?
ahci* at octsctl?
+# NVMe controllers
+nvme* at pci?
+
dwctwo0 at iobus0 irq 56
octuctl* at fdt?
octxctl* at fdt?
diff --git a/sys/arch/octeon/conf/GENERIC b/sys/arch/octeon/conf/GENERIC
index 1100936dada..4803c966345 100644
--- a/sys/arch/octeon/conf/GENERIC
+++ b/sys/arch/octeon/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.48 2019/09/07 13:58:58 visa Exp $
+# $OpenBSD: GENERIC,v 1.49 2019/09/07 14:03:52 visa Exp $
#
# For further information on compiling OpenBSD kernels, see the config(8)
# man page.
@@ -78,6 +78,9 @@ wd* at pciide? flags 0x0000
octsctl* at fdt?
ahci* at octsctl?
+# NVMe controllers
+nvme* at pci?
+
# USB Controllers
dwctwo0 at iobus? irq 56
octuctl* at fdt?
diff --git a/sys/arch/octeon/conf/RAMDISK b/sys/arch/octeon/conf/RAMDISK
index 56b3955c25d..ded22945e87 100644
--- a/sys/arch/octeon/conf/RAMDISK
+++ b/sys/arch/octeon/conf/RAMDISK
@@ -1,4 +1,4 @@
-# $OpenBSD: RAMDISK,v 1.41 2019/09/07 13:58:58 visa Exp $
+# $OpenBSD: RAMDISK,v 1.42 2019/09/07 14:03:52 visa Exp $
machine octeon mips64
maxusers 4
@@ -67,6 +67,9 @@ wd* at pciide? flags 0x0000
octsctl* at fdt?
ahci* at octsctl?
+# NVMe controllers
+nvme* at pci?
+
dwctwo0 at iobus0 irq 56
octuctl* at fdt?
octxctl* at fdt?