Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/pci - s/MMC/eMMC/ for Intel 0x0f14 (Bay Trail)



details:   https://anonhg.NetBSD.org/src/rev/a17a2743d583
branches:  trunk
changeset: 828889:a17a2743d583
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Tue Jan 09 08:17:27 2018 +0000

description:
- s/MMC/eMMC/ for Intel 0x0f14 (Bay Trail)
- Add Atom E3800 (Bay Trail) eMMC 4.5

diffstat:

 sys/dev/pci/pcidevs |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 7c2066523521 -r a17a2743d583 sys/dev/pci/pcidevs
--- a/sys/dev/pci/pcidevs       Tue Jan 09 04:55:43 2018 +0000
+++ b/sys/dev/pci/pcidevs       Tue Jan 09 08:17:27 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: pcidevs,v 1.1302 2017/12/18 07:57:36 msaitoh Exp $
+$NetBSD: pcidevs,v 1.1303 2018/01/09 08:17:27 msaitoh Exp $
 
 /*
  * Copyright (c) 1995, 1996 Christopher G. Demetriou
@@ -2901,7 +2901,7 @@
 product INTEL BAYTRAIL_SIO2_UART2 0x0f0c Bay Trail Serial IO (HSUART)
 product INTEL BAYTRAIL_SIO2_SPI        0x0f0e  Bay Trail Serial IO (SPI)
 product INTEL BAYTRAIL_PCU_SMB 0x0f12  Bay Trail PCU SMBus
-product INTEL BAYTRAIL_SCC_MMC 0x0f14  Bay Trail Storage Control Cluster(MMC)
+product INTEL BAYTRAIL_SCC_MMC 0x0f14  Bay Trail Storage Control Cluster(eMMC)
 product INTEL BAYTRAIL_SCC_SDIO        0x0f15  Bay Trail Storage Control Cluster(SDIO)
 product INTEL BAYTRAIL_SCC     0x0f16  Bay Trail Storage Control Cluster(SD)
 product INTEL BAYTRAIL_TXE     0x0f18  Bay Trail Trusted Execution Engine
@@ -2928,6 +2928,7 @@
 product INTEL BAYTRAIL_PCIE_2  0x0f4a  Bay Trail PCIE Root Port
 product INTEL BAYTRAIL_PCIE_3  0x0f4c  Bay Trail PCIE Root Port
 product INTEL BAYTRAIL_PCIE_4  0x0f4e  Bay Trail PCIE Root Port
+product INTEL BAYTRAIL_SCC_MMC2        0x0f50  Bay Trail Storage Control Cluster(eMMC 4.5)
 product INTEL 82542            0x1000  i82542 Gigabit Ethernet
 product INTEL 82543GC_FIBER    0x1001  i82453GC 1000baseX Ethernet
 product INTEL MODEM56          0x1002  56k Modem



Home | Main Index | Thread Index | Old Index