Changeset c39148d in rtems for c/src/lib/libbsp/arm/lpc24xx/console/console-config.c
- Timestamp:
- Jun 14, 2012, 12:27:58 PM (9 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 7329f55
- Parents:
- c34bb0d
- git-author:
- Sebastian Huber <sebastian.huber@…> (06/14/12 12:27:58)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (06/15/12 13:59:32)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/arm/lpc24xx/console/console-config.c
rc34bb0d rc39148d 94 94 { 95 95 .sDeviceName = "/dev/ttyS0", 96 .deviceType = SERIAL_NS16550 ,96 .deviceType = SERIAL_NS16550_WITH_FDR, 97 97 .pDeviceFns = &ns16550_fns, 98 98 .deviceProbe = NULL, … … 115 115 { 116 116 .sDeviceName = "/dev/ttyS1", 117 .deviceType = SERIAL_NS16550 ,117 .deviceType = SERIAL_NS16550_WITH_FDR, 118 118 .pDeviceFns = &ns16550_fns, 119 119 .deviceProbe = lpc24xx_uart_probe_1, … … 136 136 { 137 137 .sDeviceName = "/dev/ttyS2", 138 .deviceType = SERIAL_NS16550 ,138 .deviceType = SERIAL_NS16550_WITH_FDR, 139 139 .pDeviceFns = &ns16550_fns, 140 140 .deviceProbe = lpc24xx_uart_probe_2, … … 157 157 { 158 158 .sDeviceName = "/dev/ttyS3", 159 .deviceType = SERIAL_NS16550 ,159 .deviceType = SERIAL_NS16550_WITH_FDR, 160 160 .pDeviceFns = &ns16550_fns, 161 161 .deviceProbe = lpc24xx_uart_probe_3,
Note: See TracChangeset
for help on using the changeset viewer.