aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/quicc
Commit message (Expand)AuthorAgeFilesLines
* Replace some more default range checks with RMAN_IS_DEFAULT_RANGE().Justin Hibbits2016-03-021-1/+1
* Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits2016-02-191-6/+6
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-272-5/+6
* Follow r261352 by updating all drivers which are children of simplebusIan Lepore2014-02-021-0/+3
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-3/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Convert Freescale PowerPC platforms to FDT convention.Rafal Jaworowski2010-07-111-20/+16
* Remove a soft member which was never used.Marius Strobl2010-05-021-1/+0
* Support for Freescale QUad Integrated Communications Controller.Rafal Jaworowski2008-03-034-0/+607