aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/quicc
Commit message (Expand)AuthorAgeFilesLines
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-132-4/+4
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-272-2/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-162-4/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-162-4/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* Use bool for one-bit wide bit-fieldsDimitry Andric2023-04-251-2/+2
* quicc: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-103-3/+1
* Remove more needless <sys/tty.h> includesKyle Evans2019-12-011-1/+0
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-274-0/+8
* 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