Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ic Add DWC_MMC_VERID_280A



details:   https://anonhg.NetBSD.org/src/rev/f9acd6a00389
branches:  trunk
changeset: 746035:f9acd6a00389
user:      skrll <skrll%NetBSD.org@localhost>
date:      Fri Mar 20 17:02:16 2020 +0000

description:
Add DWC_MMC_VERID_280A

diffstat:

 sys/dev/ic/dwc_mmc_reg.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 097a0f9e71d0 -r f9acd6a00389 sys/dev/ic/dwc_mmc_reg.h
--- a/sys/dev/ic/dwc_mmc_reg.h  Fri Mar 20 16:35:41 2020 +0000
+++ b/sys/dev/ic/dwc_mmc_reg.h  Fri Mar 20 17:02:16 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dwc_mmc_reg.h,v 1.9 2020/01/22 23:19:12 jmcneill Exp $ */
+/* $NetBSD: dwc_mmc_reg.h,v 1.10 2020/03/20 17:02:16 skrll Exp $ */
 
 /*-
  * Copyright (c) 2014-2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -153,6 +153,7 @@
 
 #define DWC_MMC_VERID_ID               __BITS(15,0)
 #define DWC_MMC_VERID_240A             0x240a
+#define DWC_MMC_VERID_280A             0x280a
 
 #define DWC_MMC_IDST_HOST_ABT          __BIT(10)
 #define DWC_MMC_IDST_ABNORMAL_INT_SUM  __BIT(9)



Home | Main Index | Thread Index | Old Index