summaryrefslogtreecommitdiff
path: root/sys/dev/scc
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 sh patternWarner 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-10scc: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2020-12-26scc(4)/uart(4): Remove obsolete support for Siemens SAB 82532Marius Strobl
2020-06-14[PowerPC] Fix scc z8530 driverBrandon Bergren
2020-02-03Remove sparc64 kernel supportWarner Losh
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-12-29In sys/dev/scc, remove unused static function scc_setmreg(). WhileDimitry Andric
2013-08-03Make r253899 compile.Marius Strobl
2013-08-02Const'ify scc_driver_name.Marius Strobl
2013-08-02- Use NULL instead of 0 for pointers.Marius Strobl
2013-08-02- Implement iclear methods for QUICC and SAB 82532. With r253161 in place,Marius Strobl
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
2011-05-15Recognize the SAB 82532 found in Fujitsu PRIMEPOWER650 and 900.Marius Strobl
2009-02-05Make iclear return int, since that matches all function definitions of it.Warner Losh
2008-04-26With rev 1.24 of sys/powerpc/powermac/macio.c, we now get aMarcel Moolenaar
2008-03-03Support for Freescale QUad Integrated Communications Controller.Rafal Jaworowski
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-31Fix cut-n-paste braino in previous commit: s/puc/scc/gMarcel Moolenaar
2006-03-31Add a DRIVER_MODULE declaration for fhc(4) as this attachement isMarcel Moolenaar
2006-03-30Add scc(4), a driver for serial communications controllers. TheseMarcel Moolenaar