aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/scc
Commit message (Expand)AuthorAgeFilesLines
* In sys/dev/scc, remove unused static function scc_setmreg(). WhileDimitry Andric2013-12-291-15/+2
* Make r253899 compile.Marius Strobl2013-08-031-0/+4
* Const'ify scc_driver_name.Marius Strobl2013-08-022-2/+2
* - Use NULL instead of 0 for pointers.Marius Strobl2013-08-024-7/+5
* - Implement iclear methods for QUICC and SAB 82532. With r253161 in place,Marius Strobl2013-08-023-24/+41
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-224-12/+8
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Recognize the SAB 82532 found in Fujitsu PRIMEPOWER650 and 900.Marius Strobl2011-05-151-1/+2
* Make iclear return int, since that matches all function definitions of it.Warner Losh2009-02-051-1/+1
* With rev 1.24 of sys/powerpc/powermac/macio.c, we now get aMarcel Moolenaar2008-04-266-7/+44
* Support for Freescale QUad Integrated Communications Controller.Rafal Jaworowski2008-03-034-0/+248
* Add method enabled() to the SCC interface. This method can be usedMarcel Moolenaar2007-03-283-0/+22
* 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-225-7/+7
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-232-13/+15
* Fix braino: The cl_range field should not hold the shifted I/OMarcel Moolenaar2006-07-262-3/+3
* 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-042-32/+57
* Add a MacIO bus attachment. The Z8530 as present in the Mac needsMarcel Moolenaar2006-04-017-18/+101
* Fix cut-n-paste braino in previous commit: s/puc/scc/gMarcel Moolenaar2006-03-311-1/+1
* Add a DRIVER_MODULE declaration for fhc(4) as this attachement isMarcel Moolenaar2006-03-311-0/+1
* Add scc(4), a driver for serial communications controllers. TheseMarcel Moolenaar2006-03-308-0/+1333