Module Name:    src
Committed By:   jmcneill
Date:           Sun Apr 28 19:26:48 UTC 2019

Modified Files:
        src/sys/arch/evbarm/conf: GENERIC

Log Message:
Add pcihost at fdt, qemufwcfg at fdt, nvme at pci, and virtio at pci


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/evbarm/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/GENERIC
diff -u src/sys/arch/evbarm/conf/GENERIC:1.30 src/sys/arch/evbarm/conf/GENERIC:1.31
--- src/sys/arch/evbarm/conf/GENERIC:1.30	Sat Apr 13 10:58:11 2019
+++ src/sys/arch/evbarm/conf/GENERIC	Sun Apr 28 19:26:48 2019
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC,v 1.30 2019/04/13 10:58:11 jmcneill Exp $
+#	$NetBSD: GENERIC,v 1.31 2019/04/28 19:26:48 jmcneill Exp $
 #
 #	GENERIC ARM (aarch32) kernel
 #
@@ -304,6 +304,7 @@ tegramc*	at fdt?	pass 4		# NVIDIA Tegra 
 
 # Firmware devices
 bcmmbox*	at fdt?			# Broadcom VideoCore IV mailbox
+qemufwcfg*	at fdt?			# QEMU Firmware Configuration device
 vcmbox*		at bcmmbox?
 
 # DMA controller
@@ -357,8 +358,9 @@ tegra210xpad*	at fdt?			# NVIDIA Tegra X
 tegra210xphy*	at tegra210xpad?
 
 # PCIE
+pcihost*	at fdt?			# Generic PCI host controller
 tegrapcie0	at fdt?			# NVIDIA Tegra PCIE
-pci*		at tegrapcie0
+pci*		at pcibus?
 ppb*		at pci? dev ? function ?
 pci*		at ppb?
 
@@ -511,6 +513,10 @@ atapibus*	at atapi?
 wd*		at atabus? drive ?
 cd*		at atapibus? drive ?
 
+# NVMe
+nvme*		at pci? dev ? function ?
+ld*		at nvme? nsid ?
+
 # SPI controllers
 bcmspi*		at fdt?			# Broadcom BCM283x SPI
 spi*		at spibus?
@@ -586,6 +592,7 @@ usb*		at usbus?
 
 # Virtio devices
 virtio*	at fdt?				# Virtio MMIO device
+virtio*	at pci? dev ? function ?	# Virtio PCI device
 # the balloon driver cannot work on machines with non-4k pages
 #viomb*	at virtio?			# Virtio memory balloon device
 ld*	at virtio?			# Virtio disk device

Reply via email to