Module Name: src Committed By: jmcneill Date: Tue Dec 30 00:19:50 UTC 2014
Modified Files: src/sys/dev/ic: dwc_mmc_var.h Log Message: build fix To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/dev/ic/dwc_mmc_var.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/dev/ic/dwc_mmc_var.h diff -u src/sys/dev/ic/dwc_mmc_var.h:1.3 src/sys/dev/ic/dwc_mmc_var.h:1.4 --- src/sys/dev/ic/dwc_mmc_var.h:1.3 Mon Dec 29 23:58:25 2014 +++ src/sys/dev/ic/dwc_mmc_var.h Tue Dec 30 00:19:50 2014 @@ -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 <jmcne...@invisible.ca> @@ -36,7 +36,7 @@ struct dwc_mmc_softc { 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 */