Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Apr 2020 20:45:54 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r360022 - head/sys/mips/conf
Message-ID:  <202004162045.03GKjsMG014482@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Thu Apr 16 20:45:54 2020
New Revision: 360022
URL: https://svnweb.freebsd.org/changeset/base/360022

Log:
  Add 'gpio' since mmc now requires gpio_if.h.

Modified:
  head/sys/mips/conf/std.XLP

Modified: head/sys/mips/conf/std.XLP
==============================================================================
--- head/sys/mips/conf/std.XLP	Thu Apr 16 20:44:23 2020	(r360021)
+++ head/sys/mips/conf/std.XLP	Thu Apr 16 20:45:54 2020	(r360022)
@@ -113,6 +113,7 @@ device		cfi
 device		cfid
 
 # MMC/SD
+device		gpio
 device		mmc			# MMC/SD bus
 device		mmcsd			# MMC/SD memory card
 device		sdhci			# Generic PCI SD Host Controller



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004162045.03GKjsMG014482>