summaryrefslogtreecommitdiffstats
path: root/sys/dev/scc
Commit message (Expand)AuthorAgeFilesLines
* Add method enabled() to the SCC interface. This method can be usedmarcel2007-03-283-0/+22
* Allow the range of a SCC class to be 0. This gives all childmarcel2007-03-281-5/+7
* Pass the RID from the bus frontends to the core probe function.marcel2007-03-225-7/+7
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-232-13/+15
* Fix braino: The cl_range field should not hold the shifted I/Omarcel2006-07-262-3/+3
* Revert previous commit. Spinlocks hold interrupts disabled, somarcel2006-07-251-13/+11
* If we have multiple interrupt resources, like for Z8530 clones on themarcel2006-07-241-11/+13
* The Z8530 on the MacIO has an interrupt per channel. Deal with thismarcel2006-04-042-32/+57
* Add a MacIO bus attachment. The Z8530 as present in the Mac needsmarcel2006-04-017-18/+101
* Fix cut-n-paste braino in previous commit: s/puc/scc/gmarcel2006-03-311-1/+1
* Add a DRIVER_MODULE declaration for fhc(4) as this attachement ismarcel2006-03-311-0/+1
* Add scc(4), a driver for serial communications controllers. Thesemarcel2006-03-308-0/+1333
OpenPOWER on IntegriCloud