summaryrefslogtreecommitdiff
path: root/sys/dev/scc/scc_core.c
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-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2022-05-10scc: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2019-05-20Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer
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-27Migrate many bus_alloc_resource() calls to bus_alloc_resource_anywhere().Justin Hibbits
2016-01-27Convert rman to use rman_res_t instead of u_longJustin Hibbits
2013-08-02Const'ify scc_driver_name.Marius Strobl
2011-11-07Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten
2008-04-26With rev 1.24 of sys/powerpc/powermac/macio.c, we now get aMarcel Moolenaar
2007-03-28Add method enabled() to the SCC interface. This method can be usedMarcel Moolenaar
2007-03-28Allow the range of a SCC class to be 0. This gives all childMarcel Moolenaar
2007-03-22Pass the RID from the bus frontends to the core probe function.Marcel Moolenaar
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-07-26Fix braino: The cl_range field should not hold the shifted I/OMarcel Moolenaar
2006-07-25Revert previous commit. Spinlocks hold interrupts disabled, soMarcel Moolenaar
2006-07-24If we have multiple interrupt resources, like for Z8530 clones on theMarcel Moolenaar
2006-04-04The Z8530 on the MacIO has an interrupt per channel. Deal with thisMarcel Moolenaar
2006-04-01Add a MacIO bus attachment. The Z8530 as present in the Mac needsMarcel Moolenaar
2006-03-30Add scc(4), a driver for serial communications controllers. TheseMarcel Moolenaar