aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/scc/scc_bfe.h
Commit message (Expand)AuthorAgeFilesLines
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-131-1/+1
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+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-10/+10
* scc: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-101-1/+0
* scc(4)/uart(4): Remove obsolete support for Siemens SAB 82532Marius Strobl2020-12-261-1/+0
* [PowerPC] Fix scc z8530 driverBrandon Bergren2020-06-141-1/+2
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-2/+2
* Const'ify scc_driver_name.Marius Strobl2013-08-021-1/+1
* With rev 1.24 of sys/powerpc/powermac/macio.c, we now get aMarcel Moolenaar2008-04-261-1/+1
* Support for Freescale QUad Integrated Communications Controller.Rafal Jaworowski2008-03-031-0/+1
* Add method enabled() to the SCC interface. This method can be usedMarcel Moolenaar2007-03-281-0/+1
* Pass the RID from the bus frontends to the core probe function.Marcel Moolenaar2007-03-221-1/+1
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-2/+2
* The Z8530 on the MacIO has an interrupt per channel. Deal with thisMarcel Moolenaar2006-04-041-3/+4
* Add a MacIO bus attachment. The Z8530 as present in the Mac needsMarcel Moolenaar2006-04-011-3/+1
* Add scc(4), a driver for serial communications controllers. TheseMarcel Moolenaar2006-03-301-0/+153