svn commit: r262015 - head/sys/dev/etherswitch/arswitch
Adrian Chadd
adrian at FreeBSD.org
Mon Feb 17 05:51:38 UTC 2014
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);
More information about the svn-src-all
mailing list