Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2014 05:51:37 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r262015 - head/sys/dev/etherswitch/arswitch
Message-ID:  <201402170551.s1H5pblp076482@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Mon Feb 17 05:51:37 2014
New Revision: 262015
URL: http://svnweb.freebsd.org/changeset/base/262015

Log:
  Add mmd declaration.

Modified:
  head/sys/dev/etherswitch/arswitch/arswitch_reg.h

Modified: head/sys/dev/etherswitch/arswitch/arswitch_reg.h
==============================================================================
--- head/sys/dev/etherswitch/arswitch/arswitch_reg.h	Mon Feb 17 05:07:43 2014	(r262014)
+++ head/sys/dev/etherswitch/arswitch/arswitch_reg.h	Mon Feb 17 05:51:37 2014	(r262015)
@@ -30,6 +30,8 @@
 
 extern	void arswitch_writedbg(device_t dev, int phy, uint16_t dbg_addr,
 	    uint16_t dbg_data);
+extern	void arswitch_writemmd(device_t dev, int phy, uint16_t dbg_addr,
+	    uint16_t dbg_data);
 
 extern	int arswitch_readreg(device_t dev, int addr);
 extern	int arswitch_writereg(device_t dev, int addr, int value);



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