vserver 1.9.5.x5
[linux-2.6.git] / include / asm-parisc / serial.h
1 /*
2  * include/asm-parisc/serial.h
3  */
4
5 #include <linux/config.h>
6
7 /*
8  * This assumes you have a 7.272727 MHz clock for your UART.
9  * The documentation implies a 40Mhz clock, and elsewhere a 7Mhz clock
10  * Clarified: 7.2727MHz on LASI. Not yet clarified for DINO
11  */
12
13 #define LASI_BASE_BAUD ( 7272727 / 16 )
14 #define BASE_BAUD  LASI_BASE_BAUD
15
16 /*
17  * We don't use the ISA probing code, so these entries are just to reserve
18  * space.  Some example (maximal) configurations:
19  * - 712 w/ additional Lasi & RJ16 ports: 4
20  * - J5k w/ PCI serial cards: 2 + 4 * card ~= 34
21  * A500 w/ PCI serial cards: 5 + 4 * card ~= 17
22  */
23  
24 #define STD_SERIAL_PORT_DEFNS                   \
25         { 0, },         /* ttyS0 */     \
26         { 0, },         /* ttyS1 */     \
27         { 0, },         /* ttyS2 */     \
28         { 0, },         /* ttyS3 */     \
29         { 0, },         /* ttyS4 */     \
30         { 0, },         /* ttyS5 */     \
31         { 0, },         /* ttyS6 */     \
32         { 0, },         /* ttyS7 */     \
33         { 0, },         /* ttyS8 */
34
35
36 #define SERIAL_PORT_DFNS                \
37         STD_SERIAL_PORT_DEFNS
38