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);
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"