Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/evbarm/conf Add pcihost at fdt, qemufwcfg at fdt, n...
details: https://anonhg.NetBSD.org/src/rev/7b19e253ceaf
branches: trunk
changeset: 456239:7b19e253ceaf
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Sun Apr 28 19:26:48 2019 +0000
description:
Add pcihost at fdt, qemufwcfg at fdt, nvme at pci, and virtio at pci
diffstat:
sys/arch/evbarm/conf/GENERIC | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diffs (48 lines):
diff -r 4594242c3340 -r 7b19e253ceaf sys/arch/evbarm/conf/GENERIC
--- a/sys/arch/evbarm/conf/GENERIC Sun Apr 28 14:45:13 2019 +0000
+++ b/sys/arch/evbarm/conf/GENERIC Sun Apr 28 19:26:48 2019 +0000
@@ -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 @@
# 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 @@
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 @@
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 @@
# 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
Home |
Main Index |
Thread Index |
Old Index