scc
—
driver for Serial Communications Controllers (SCC) devices
The scc
device driver provides support for various
classes of SCCs. It is an umbrella driver that delegates control of each
independent communication channel to subordinate drivers. These subordinate
drivers, like
uart(4),
take care of the details of the communication itself.
The scc
driver supports the following classes of SCCs:
- QUICC: Freescale/NXP QUad Integrated Communications Controllers.
- Z8530: Zilog 8530 based serial communications controllers.
The scc
device driver first appeared in
FreeBSD 7.0.
The scc
driver and this manual page were written by
Marcel Moolenaar
<marcel@xcllnt.net>.