Home | History | Annotate | Download | only in ralink
History log of /src/sys/arch/mips/ralink/ralink_intr.c
RevisionDateAuthorComments
 1.7  04-Jan-2021  thorpej malloc(9) -> kmem(9)
 1.6  10-Nov-2019  chs branches: 1.6.8;
in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT
and remove code to handle failures that can no longer happen.
 1.5  05-Oct-2016  ryo branches: 1.5.16;
add support MT7628/MediaTek LinkIt Smart 7688
by @hiroshi and me.
 1.4  26-Aug-2016  skrll Adjust evbmips_iointr to pass a clockframe pointer and use it for
pwmclock @ voyager.

Suggested by matt@

Hi macallan!
 1.3  27-Sep-2011  jym branches: 1.3.12; 1.3.30; 1.3.34;
Modify *ASSERTMSG() so they are now used as variadic macros. The main goal
is to provide routines that do as KASSERT(9) says: append a message
to the panic format string when the assertion triggers, with optional
arguments.

Fix call sites to reflect the new definition.

Discussed on tech-kern@. See
http://mail-index.netbsd.org/tech-kern/2011/09/07/msg011427.html
 1.2  28-Jul-2011  matt Bring forward from matt-nb5-mips64. Support for Ralink RT3883 MIPS 74K SoC
from CradlePoint Technology.
 1.1  01-Jul-2011  matt branches: 1.1.2;
file ralink_intr.c was initially added on branch matt-nb5-mips64.
 1.1.2.1  01-Jul-2011  matt Add basic support for the Ralink RT3883 SOC. No support for the wireless
interfaces is present but i2c, uart, ethernet, gpio, ehci, ohci are supported.
This support was contributed by Cradlepoint Technology.
 1.3.34.1  04-Nov-2016  pgoyette Sync with HEAD
 1.3.30.2  05-Dec-2016  skrll Sync with HEAD
 1.3.30.1  05-Oct-2016  skrll Sync with HEAD
 1.3.12.1  03-Dec-2017  jdolecek update from HEAD
 1.5.16.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411
 1.6.8.1  03-Apr-2021  thorpej Sync with HEAD.

RSS XML Feed