summaryrefslogtreecommitdiff
path: root/sys/dev/quicc
AgeCommit message (Expand)Author
2025-12-09bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin
2024-07-24newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh
2024-03-13new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-25Use bool for one-bit wide bit-fieldsDimitry Andric
2022-05-10quicc: Remove unused devclass argument to DRIVER_MODULE.John Baldwin
2019-12-01Remove more needless <sys/tty.h> includesKyle Evans
2017-11-27sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-03-02Replace some more default range checks with RMAN_IS_DEFAULT_RANGE().Justin Hibbits
2016-02-19Replace several bus_alloc_resource() calls using default arguments with bus_a...Justin Hibbits
2016-01-27Convert rman to use rman_res_t instead of u_longJustin Hibbits
2014-02-02Follow r261352 by updating all drivers which are children of simplebusIan Lepore
2011-11-22- There's no need to overwrite the default device method with the defaultMarius Strobl
2011-11-07Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten
2010-07-11Convert Freescale PowerPC platforms to FDT convention.Rafal Jaworowski
2010-05-02Remove a soft member which was never used.Marius Strobl
2008-03-03Support for Freescale QUad Integrated Communications Controller.Rafal Jaworowski