[Zrouter-src-freebsd] [rt2860-in-ral] push by r... at ddteam.net - Update nexus attachment for use driver in RT305xF like SoCs. on 2012-03-21 14:51 GMT
rt2860-in-ral at googlecode.com
rt2860-in-ral at googlecode.com
Wed Mar 21 14:55:46 UTC 2012
Revision: 7a5b388d4ab8
Author: Aleksandr Rybalko <ray at ddteam.net>
Date: Wed Mar 21 07:51:52 2012
Log: Update nexus attachment for use driver in RT305xF like SoCs.
http://code.google.com/p/rt2860-in-ral/source/detail?r=7a5b388d4ab8
Modified:
/sys/dev/ral/if_ral_nexus.c
=======================================
--- /sys/dev/ral/if_ral_nexus.c Tue Mar 13 15:05:53 2012
+++ /sys/dev/ral/if_ral_nexus.c Wed Mar 21 07:51:52 2012
@@ -67,21 +67,7 @@
void (*suspend)(void *);
void (*resume)(void *);
void (*intr)(void *);
-} ral_rt2560_opns = {
- rt2560_attach,
- rt2560_detach,
- rt2560_stop,
- rt2560_stop,
- rt2560_resume,
- rt2560_intr
-}, ral_rt2661_opns = {
- rt2661_attach,
- rt2661_detach,
- rt2661_shutdown,
- rt2661_suspend,
- rt2661_resume,
- rt2661_intr
-}, ral_rt2860_opns = {
+} ral_rt2860_opns = {
rt2860_attach,
rt2860_detach,
rt2860_shutdown,
More information about the Zrouter-src-freebsd
mailing list