summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_dev_quicc.c
Commit message (Collapse)AuthorAgeFilesLines
* Cast to uintptr_t before casting to void*. This allows themarcel2008-11-221-3/+3
| | | | | | | QUICC backend to be built on LP64 platforms. This makes it possible to include the QUICC backend in the kernel module. PR: 127120
* Support for Freescale QUad Integrated Communications Controller.raj2008-03-031-0/+487
The QUICC engine is found on various Freescale parts including MPC85xx, and provides multiple generic time-division serial channel resources, which are in turn muxed/demuxed by the Serial Communications Controller (SCC). Along with core QUICC/SCC functionality a uart(4)-compliant device driver is provided which allows for serial ports over QUICC/SCC. Approved by: cognet (mentor) Obtained from: Juniper MFp4: e500
OpenPOWER on IntegriCloud