summaryrefslogtreecommitdiff
path: root/sys/dev/scc/scc_core.c
Commit message (Expand)AuthorAgeFilesLines
* Convert rman to use rman_res_t instead of u_longJustin Hibbits2016-01-271-3/+3
* Const'ify scc_driver_name.Marius Strobl2013-08-021-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* With rev 1.24 of sys/powerpc/powermac/macio.c, we now get aMarcel Moolenaar2008-04-261-2/+11
* Add method enabled() to the SCC interface. This method can be usedMarcel Moolenaar2007-03-281-0/+5
* Allow the range of a SCC class to be 0. This gives all childMarcel Moolenaar2007-03-281-5/+7
* Pass the RID from the bus frontends to the core probe function.Marcel Moolenaar2007-03-221-3/+3
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-11/+13
* Fix braino: The cl_range field should not hold the shifted I/OMarcel Moolenaar2006-07-261-2/+2
* Revert previous commit. Spinlocks hold interrupts disabled, soMarcel Moolenaar2006-07-251-13/+11
* If we have multiple interrupt resources, like for Z8530 clones on theMarcel Moolenaar2006-07-241-11/+13
* The Z8530 on the MacIO has an interrupt per channel. Deal with thisMarcel Moolenaar2006-04-041-29/+53
* Add a MacIO bus attachment. The Z8530 as present in the Mac needsMarcel Moolenaar2006-04-011-5/+5
* Add scc(4), a driver for serial communications controllers. TheseMarcel Moolenaar2006-03-301-0/+542