Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic build fix
details: https://anonhg.NetBSD.org/src/rev/9d5d37b7ece9
branches: trunk
changeset: 335205:9d5d37b7ece9
user: jmcneill <jmcneill%NetBSD.org@localhost>
date: Tue Dec 30 00:19:50 2014 +0000
description:
build fix
diffstat:
sys/dev/ic/dwc_mmc_var.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r e24fdeb70726 -r 9d5d37b7ece9 sys/dev/ic/dwc_mmc_var.h
--- a/sys/dev/ic/dwc_mmc_var.h Mon Dec 29 23:59:52 2014 +0000
+++ b/sys/dev/ic/dwc_mmc_var.h Tue Dec 30 00:19:50 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dwc_mmc_var.h,v 1.3 2014/12/29 23:58:25 jmcneill Exp $ */
+/* $NetBSD: dwc_mmc_var.h,v 1.4 2014/12/30 00:19:50 jmcneill Exp $ */
/*-
* Copyright (c) 2014 Jared D. McNeill <jmcneill%invisible.ca@localhost>
@@ -36,7 +36,7 @@
bus_dma_tag_t sc_dmat;
void *sc_ih;
unsigned int sc_clock_freq;
- unsigned int sc_bus_freq;
+ unsigned int sc_clock_max;
unsigned int sc_fifo_depth;
uint32_t sc_flags;
#define DWC_MMC_F_USE_HOLD_REG 0x0001 /* set USE_HOLD_REG with every cmd */
Home |
Main Index |
Thread Index |
Old Index