2 * mxser.c -- MOXA Smartio/Industio family multiport serial driver.
4 * Copyright (C) 1999-2006 Moxa Technologies (support@moxa.com).
5 * Copyright (C) 2006-2008 Jiri Slaby <jirislaby@gmail.com>
7 * This code is loosely based on the 1.8 moxa driver which is based on
8 * Linux serial driver, written by Linus Torvalds, Theodore T'so and
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation; either version 2 of the License, or
14 * (at your option) any later version.
16 * Fed through a cleanup, indent and remove of non 2.6 code by Alan Cox
17 * <alan@lxorguk.ukuu.org.uk>. The original 1.8 code is available on
19 * - Fixed x86_64 cleanness
22 #include <linux/module.h>
23 #include <linux/errno.h>
24 #include <linux/signal.h>
25 #include <linux/sched.h>
26 #include <linux/smp_lock.h>
27 #include <linux/timer.h>
28 #include <linux/interrupt.h>
29 #include <linux/tty.h>
30 #include <linux/tty_flip.h>
31 #include <linux/serial.h>
32 #include <linux/serial_reg.h>
33 #include <linux/major.h>
34 #include <linux/string.h>
35 #include <linux/fcntl.h>
36 #include <linux/ptrace.h>
37 #include <linux/gfp.h>
38 #include <linux/ioport.h>
40 #include <linux/delay.h>
41 #include <linux/pci.h>
42 #include <linux/bitops.h>
44 #include <asm/system.h>
47 #include <asm/uaccess.h>
51 #define MXSER_VERSION "2.0.5" /* 1.14 */
52 #define MXSERMAJOR 174
54 #ifdef CONFIG_ARCH_MOXART
55 #define MXSER_BOARDS 1 /* Max. boards */
57 #define MXSER_BOARDS 4 /* Max. boards */
60 #define MXSER_PORTS_PER_BOARD 8 /* Max. ports per board */
61 #define MXSER_PORTS (MXSER_BOARDS * MXSER_PORTS_PER_BOARD)
62 #define MXSER_ISR_PASS_LIMIT 100
64 /*CheckIsMoxaMust return value*/
65 #define MOXA_OTHER_UART 0x00
66 #define MOXA_MUST_MU150_HWID 0x01
67 #define MOXA_MUST_MU860_HWID 0x02
69 #define WAKEUP_CHARS 256
71 #define UART_MCR_AFE 0x20
72 #define UART_LSR_SPECIAL 0x1E
74 #define PCI_DEVICE_ID_POS104UL 0x1044
75 #define PCI_DEVICE_ID_CB108 0x1080
76 #define PCI_DEVICE_ID_CP102UF 0x1023
77 #define PCI_DEVICE_ID_CP112UL 0x1120
78 #define PCI_DEVICE_ID_CB114 0x1142
79 #define PCI_DEVICE_ID_CP114UL 0x1143
80 #define PCI_DEVICE_ID_CB134I 0x1341
81 #define PCI_DEVICE_ID_CP138U 0x1380
84 #define C168_ASIC_ID 1
85 #define C104_ASIC_ID 2
86 #define C102_ASIC_ID 0xB
87 #define CI132_ASIC_ID 4
88 #define CI134_ASIC_ID 3
89 #define CI104J_ASIC_ID 5
91 #define MXSER_HIGHBAUD 1
94 /* This is only for PCI */
104 } Gpci_uart_info
[] = {
105 {MOXA_OTHER_UART
, 16, 16, 16, 14, 14, 1, 921600L},
106 {MOXA_MUST_MU150_HWID
, 64, 64, 64, 48, 48, 16, 230400L},
107 {MOXA_MUST_MU860_HWID
, 128, 128, 128, 96, 96, 32, 921600L}
109 #define UART_INFO_NUM ARRAY_SIZE(Gpci_uart_info)
111 struct mxser_cardinfo
{
117 static const struct mxser_cardinfo mxser_cards
[] = {
118 /* 0*/ { "C168 series", 8, },
119 { "C104 series", 4, },
120 { "CI-104J series", 4, },
121 { "C168H/PCI series", 8, },
122 { "C104H/PCI series", 4, },
123 /* 5*/ { "C102 series", 4, MXSER_HAS2
}, /* C102-ISA */
124 { "CI-132 series", 4, MXSER_HAS2
},
125 { "CI-134 series", 4, },
126 { "CP-132 series", 2, },
127 { "CP-114 series", 4, },
128 /*10*/ { "CT-114 series", 4, },
129 { "CP-102 series", 2, MXSER_HIGHBAUD
},
130 { "CP-104U series", 4, },
131 { "CP-168U series", 8, },
132 { "CP-132U series", 2, },
133 /*15*/ { "CP-134U series", 4, },
134 { "CP-104JU series", 4, },
135 { "Moxa UC7000 Serial", 8, }, /* RC7000 */
136 { "CP-118U series", 8, },
137 { "CP-102UL series", 2, },
138 /*20*/ { "CP-102U series", 2, },
139 { "CP-118EL series", 8, },
140 { "CP-168EL series", 8, },
141 { "CP-104EL series", 4, },
142 { "CB-108 series", 8, },
143 /*25*/ { "CB-114 series", 4, },
144 { "CB-134I series", 4, },
145 { "CP-138U series", 8, },
146 { "POS-104UL series", 4, },
147 { "CP-114UL series", 4, },
148 /*30*/ { "CP-102UF series", 2, },
149 { "CP-112UL series", 2, },
150 { "UC-7112-LX Serial", 2, },
153 /* driver_data correspond to the lines in the structure above
154 see also ISA probe function before you change something */
155 static struct pci_device_id mxser_pcibrds
[] = {
156 { PCI_VDEVICE(MOXA
, PCI_DEVICE_ID_MOXA_C168
), .driver_data
= 3 },
157 { PCI_VDEVICE(MOXA
, PCI_DEVICE_ID_MOXA_C104
), .driver_data
= 4 },
158 { PCI_VDEVICE(MOXA
, PCI_DEVICE_ID_MOXA_CP132
), .driver_data
= 8 },
159 { PCI_VDEVICE(MOXA
, PCI_DEVICE_ID_MOXA_CP114
), .driver_data
= 9 },
160 { PCI_VDEVICE(MOXA
, PCI_DEVICE_ID_MOXA_CT114
), .driver_data
= 10 },
161 { PCI_VDEVICE(MOXA
, PCI_DEVICE_ID_MOXA_CP102
), .driver_data
= 11 },
162 { PCI_VDEVICE(MOXA
, PCI_DEVICE_ID_MOXA_CP104U
), .driver_data
= 12 },
163 { PCI_VDEVICE(MOXA
, PCI_DEVICE_ID_MOXA_CP168U
), .driver_data
= 13 },
164 { PCI_VDEVICE(MOXA
, PCI_DEVICE_ID_MOXA_CP132U
), .driver_data
= 14 },
165 { PCI_VDEVICE(MOXA
, PCI_DEVICE_ID_MOXA_CP134U
), .driver_data
= 15 },
166 { PCI_VDEVICE(MOXA
, PCI_DEVICE_ID_MOXA_CP104JU
),.driver_data
= 16 },
167 { PCI_VDEVICE(MOXA
, PCI_DEVICE_ID_MOXA_RC7000
), .driver_data
= 17 },
168 { PCI_VDEVICE(MOXA
, PCI_DEVICE_ID_MOXA_CP118U
), .driver_data
= 18 },
169 { PCI_VDEVICE(MOXA
, PCI_DEVICE_ID_MOXA_CP102UL
),.driver_data
= 19 },
170 { PCI_VDEVICE(MOXA
, PCI_DEVICE_ID_MOXA_CP102U
), .driver_data
= 20 },
171 { PCI_VDEVICE(MOXA
, PCI_DEVICE_ID_MOXA_CP118EL
),.driver_data
= 21 },
172 { PCI_VDEVICE(MOXA
, PCI_DEVICE_ID_MOXA_CP168EL
),.driver_data
= 22 },
173 { PCI_VDEVICE(MOXA
, PCI_DEVICE_ID_MOXA_CP104EL
),.driver_data
= 23 },
174 { PCI_VDEVICE(MOXA
, PCI_DEVICE_ID_CB108
), .driver_data
= 24 },
175 { PCI_VDEVICE(MOXA
, PCI_DEVICE_ID_CB114
), .driver_data
= 25 },
176 { PCI_VDEVICE(MOXA
, PCI_DEVICE_ID_CB134I
), .driver_data
= 26 },
177 { PCI_VDEVICE(MOXA
, PCI_DEVICE_ID_CP138U
), .driver_data
= 27 },
178 { PCI_VDEVICE(MOXA
, PCI_DEVICE_ID_POS104UL
), .driver_data
= 28 },
179 { PCI_VDEVICE(MOXA
, PCI_DEVICE_ID_CP114UL
), .driver_data
= 29 },
180 { PCI_VDEVICE(MOXA
, PCI_DEVICE_ID_CP102UF
), .driver_data
= 30 },
181 { PCI_VDEVICE(MOXA
, PCI_DEVICE_ID_CP112UL
), .driver_data
= 31 },
184 MODULE_DEVICE_TABLE(pci
, mxser_pcibrds
);
186 static unsigned long ioaddr
[MXSER_BOARDS
];
187 static int ttymajor
= MXSERMAJOR
;
189 /* Variables for insmod */
191 MODULE_AUTHOR("Casper Yang");
192 MODULE_DESCRIPTION("MOXA Smartio/Industio Family Multiport Board Device Driver");
193 module_param_array(ioaddr
, ulong
, NULL
, 0);
194 MODULE_PARM_DESC(ioaddr
, "ISA io addresses to look for a moxa board");
195 module_param(ttymajor
, int, 0);
196 MODULE_LICENSE("GPL");
200 unsigned long rxcnt
[MXSER_PORTS
];
201 unsigned long txcnt
[MXSER_PORTS
];
207 unsigned long up_rxcnt
;
208 unsigned long up_txcnt
;
210 unsigned char hold_reason
;
213 struct mxser_mon_ext
{
214 unsigned long rx_cnt
[32];
215 unsigned long tx_cnt
[32];
216 unsigned long up_rxcnt
[32];
217 unsigned long up_txcnt
[32];
218 int modem_status
[32];
232 struct tty_port port
;
233 struct mxser_board
*board
;
235 unsigned long ioaddr
;
236 unsigned long opmode_ioaddr
;
240 int rx_trigger
; /* Rx fifo trigger level */
242 int baud_base
; /* max. speed */
243 int type
; /* UART type */
245 int x_char
; /* xon/xoff character */
246 int IER
; /* Interrupt Enable Register */
247 int MCR
; /* Modem control register */
249 unsigned char stop_rx
;
250 unsigned char ldisc_stop_rx
;
253 unsigned char err_shadow
;
255 struct async_icount icount
; /* kernel counters for 4 input interrupts */
258 int read_status_mask
;
259 int ignore_status_mask
;
265 struct ktermios normal_termios
;
267 struct mxser_mon mon_data
;
275 const struct mxser_cardinfo
*info
;
276 unsigned long vector
;
277 unsigned long vector_mask
;
282 struct mxser_port ports
[MXSER_PORTS_PER_BOARD
];
285 struct mxser_mstatus
{
293 static struct mxser_board mxser_boards
[MXSER_BOARDS
];
294 static struct tty_driver
*mxvar_sdriver
;
295 static struct mxser_log mxvar_log
;
296 static int mxser_set_baud_method
[MXSER_PORTS
+ 1];
298 static void mxser_enable_must_enchance_mode(unsigned long baseio
)
303 oldlcr
= inb(baseio
+ UART_LCR
);
304 outb(MOXA_MUST_ENTER_ENCHANCE
, baseio
+ UART_LCR
);
306 efr
= inb(baseio
+ MOXA_MUST_EFR_REGISTER
);
307 efr
|= MOXA_MUST_EFR_EFRB_ENABLE
;
309 outb(efr
, baseio
+ MOXA_MUST_EFR_REGISTER
);
310 outb(oldlcr
, baseio
+ UART_LCR
);
313 static void mxser_disable_must_enchance_mode(unsigned long baseio
)
318 oldlcr
= inb(baseio
+ UART_LCR
);
319 outb(MOXA_MUST_ENTER_ENCHANCE
, baseio
+ UART_LCR
);
321 efr
= inb(baseio
+ MOXA_MUST_EFR_REGISTER
);
322 efr
&= ~MOXA_MUST_EFR_EFRB_ENABLE
;
324 outb(efr
, baseio
+ MOXA_MUST_EFR_REGISTER
);
325 outb(oldlcr
, baseio
+ UART_LCR
);
328 static void mxser_set_must_xon1_value(unsigned long baseio
, u8 value
)
333 oldlcr
= inb(baseio
+ UART_LCR
);
334 outb(MOXA_MUST_ENTER_ENCHANCE
, baseio
+ UART_LCR
);
336 efr
= inb(baseio
+ MOXA_MUST_EFR_REGISTER
);
337 efr
&= ~MOXA_MUST_EFR_BANK_MASK
;
338 efr
|= MOXA_MUST_EFR_BANK0
;
340 outb(efr
, baseio
+ MOXA_MUST_EFR_REGISTER
);
341 outb(value
, baseio
+ MOXA_MUST_XON1_REGISTER
);
342 outb(oldlcr
, baseio
+ UART_LCR
);
345 static void mxser_set_must_xoff1_value(unsigned long baseio
, u8 value
)
350 oldlcr
= inb(baseio
+ UART_LCR
);
351 outb(MOXA_MUST_ENTER_ENCHANCE
, baseio
+ UART_LCR
);
353 efr
= inb(baseio
+ MOXA_MUST_EFR_REGISTER
);
354 efr
&= ~MOXA_MUST_EFR_BANK_MASK
;
355 efr
|= MOXA_MUST_EFR_BANK0
;
357 outb(efr
, baseio
+ MOXA_MUST_EFR_REGISTER
);
358 outb(value
, baseio
+ MOXA_MUST_XOFF1_REGISTER
);
359 outb(oldlcr
, baseio
+ UART_LCR
);
362 static void mxser_set_must_fifo_value(struct mxser_port
*info
)
367 oldlcr
= inb(info
->ioaddr
+ UART_LCR
);
368 outb(MOXA_MUST_ENTER_ENCHANCE
, info
->ioaddr
+ UART_LCR
);
370 efr
= inb(info
->ioaddr
+ MOXA_MUST_EFR_REGISTER
);
371 efr
&= ~MOXA_MUST_EFR_BANK_MASK
;
372 efr
|= MOXA_MUST_EFR_BANK1
;
374 outb(efr
, info
->ioaddr
+ MOXA_MUST_EFR_REGISTER
);
375 outb((u8
)info
->rx_high_water
, info
->ioaddr
+ MOXA_MUST_RBRTH_REGISTER
);
376 outb((u8
)info
->rx_trigger
, info
->ioaddr
+ MOXA_MUST_RBRTI_REGISTER
);
377 outb((u8
)info
->rx_low_water
, info
->ioaddr
+ MOXA_MUST_RBRTL_REGISTER
);
378 outb(oldlcr
, info
->ioaddr
+ UART_LCR
);
381 static void mxser_set_must_enum_value(unsigned long baseio
, u8 value
)
386 oldlcr
= inb(baseio
+ UART_LCR
);
387 outb(MOXA_MUST_ENTER_ENCHANCE
, baseio
+ UART_LCR
);
389 efr
= inb(baseio
+ MOXA_MUST_EFR_REGISTER
);
390 efr
&= ~MOXA_MUST_EFR_BANK_MASK
;
391 efr
|= MOXA_MUST_EFR_BANK2
;
393 outb(efr
, baseio
+ MOXA_MUST_EFR_REGISTER
);
394 outb(value
, baseio
+ MOXA_MUST_ENUM_REGISTER
);
395 outb(oldlcr
, baseio
+ UART_LCR
);
398 static void mxser_get_must_hardware_id(unsigned long baseio
, u8
*pId
)
403 oldlcr
= inb(baseio
+ UART_LCR
);
404 outb(MOXA_MUST_ENTER_ENCHANCE
, baseio
+ UART_LCR
);
406 efr
= inb(baseio
+ MOXA_MUST_EFR_REGISTER
);
407 efr
&= ~MOXA_MUST_EFR_BANK_MASK
;
408 efr
|= MOXA_MUST_EFR_BANK2
;
410 outb(efr
, baseio
+ MOXA_MUST_EFR_REGISTER
);
411 *pId
= inb(baseio
+ MOXA_MUST_HWID_REGISTER
);
412 outb(oldlcr
, baseio
+ UART_LCR
);
415 static void SET_MOXA_MUST_NO_SOFTWARE_FLOW_CONTROL(unsigned long baseio
)
420 oldlcr
= inb(baseio
+ UART_LCR
);
421 outb(MOXA_MUST_ENTER_ENCHANCE
, baseio
+ UART_LCR
);
423 efr
= inb(baseio
+ MOXA_MUST_EFR_REGISTER
);
424 efr
&= ~MOXA_MUST_EFR_SF_MASK
;
426 outb(efr
, baseio
+ MOXA_MUST_EFR_REGISTER
);
427 outb(oldlcr
, baseio
+ UART_LCR
);
430 static void mxser_enable_must_tx_software_flow_control(unsigned long baseio
)
435 oldlcr
= inb(baseio
+ UART_LCR
);
436 outb(MOXA_MUST_ENTER_ENCHANCE
, baseio
+ UART_LCR
);
438 efr
= inb(baseio
+ MOXA_MUST_EFR_REGISTER
);
439 efr
&= ~MOXA_MUST_EFR_SF_TX_MASK
;
440 efr
|= MOXA_MUST_EFR_SF_TX1
;
442 outb(efr
, baseio
+ MOXA_MUST_EFR_REGISTER
);
443 outb(oldlcr
, baseio
+ UART_LCR
);
446 static void mxser_disable_must_tx_software_flow_control(unsigned long baseio
)
451 oldlcr
= inb(baseio
+ UART_LCR
);
452 outb(MOXA_MUST_ENTER_ENCHANCE
, baseio
+ UART_LCR
);
454 efr
= inb(baseio
+ MOXA_MUST_EFR_REGISTER
);
455 efr
&= ~MOXA_MUST_EFR_SF_TX_MASK
;
457 outb(efr
, baseio
+ MOXA_MUST_EFR_REGISTER
);
458 outb(oldlcr
, baseio
+ UART_LCR
);
461 static void mxser_enable_must_rx_software_flow_control(unsigned long baseio
)
466 oldlcr
= inb(baseio
+ UART_LCR
);
467 outb(MOXA_MUST_ENTER_ENCHANCE
, baseio
+ UART_LCR
);
469 efr
= inb(baseio
+ MOXA_MUST_EFR_REGISTER
);
470 efr
&= ~MOXA_MUST_EFR_SF_RX_MASK
;
471 efr
|= MOXA_MUST_EFR_SF_RX1
;
473 outb(efr
, baseio
+ MOXA_MUST_EFR_REGISTER
);
474 outb(oldlcr
, baseio
+ UART_LCR
);
477 static void mxser_disable_must_rx_software_flow_control(unsigned long baseio
)
482 oldlcr
= inb(baseio
+ UART_LCR
);
483 outb(MOXA_MUST_ENTER_ENCHANCE
, baseio
+ UART_LCR
);
485 efr
= inb(baseio
+ MOXA_MUST_EFR_REGISTER
);
486 efr
&= ~MOXA_MUST_EFR_SF_RX_MASK
;
488 outb(efr
, baseio
+ MOXA_MUST_EFR_REGISTER
);
489 outb(oldlcr
, baseio
+ UART_LCR
);
493 static int __devinit
CheckIsMoxaMust(unsigned long io
)
498 outb(0, io
+ UART_LCR
);
499 mxser_disable_must_enchance_mode(io
);
500 oldmcr
= inb(io
+ UART_MCR
);
501 outb(0, io
+ UART_MCR
);
502 mxser_set_must_xon1_value(io
, 0x11);
503 if ((hwid
= inb(io
+ UART_MCR
)) != 0) {
504 outb(oldmcr
, io
+ UART_MCR
);
505 return MOXA_OTHER_UART
;
508 mxser_get_must_hardware_id(io
, &hwid
);
509 for (i
= 1; i
< UART_INFO_NUM
; i
++) { /* 0 = OTHER_UART */
510 if (hwid
== Gpci_uart_info
[i
].type
)
513 return MOXA_OTHER_UART
;
517 static void process_txrx_fifo(struct mxser_port
*info
)
521 if ((info
->type
== PORT_16450
) || (info
->type
== PORT_8250
)) {
522 info
->rx_trigger
= 1;
523 info
->rx_high_water
= 1;
524 info
->rx_low_water
= 1;
525 info
->xmit_fifo_size
= 1;
527 for (i
= 0; i
< UART_INFO_NUM
; i
++)
528 if (info
->board
->chip_flag
== Gpci_uart_info
[i
].type
) {
529 info
->rx_trigger
= Gpci_uart_info
[i
].rx_trigger
;
530 info
->rx_low_water
= Gpci_uart_info
[i
].rx_low_water
;
531 info
->rx_high_water
= Gpci_uart_info
[i
].rx_high_water
;
532 info
->xmit_fifo_size
= Gpci_uart_info
[i
].xmit_fifo_size
;
537 static unsigned char mxser_get_msr(int baseaddr
, int mode
, int port
)
539 static unsigned char mxser_msr
[MXSER_PORTS
+ 1];
540 unsigned char status
= 0;
542 status
= inb(baseaddr
+ UART_MSR
);
544 mxser_msr
[port
] &= 0x0F;
545 mxser_msr
[port
] |= status
;
546 status
= mxser_msr
[port
];
553 static int mxser_carrier_raised(struct tty_port
*port
)
555 struct mxser_port
*mp
= container_of(port
, struct mxser_port
, port
);
556 return (inb(mp
->ioaddr
+ UART_MSR
) & UART_MSR_DCD
)?1:0;
559 static void mxser_dtr_rts(struct tty_port
*port
, int on
)
561 struct mxser_port
*mp
= container_of(port
, struct mxser_port
, port
);
564 spin_lock_irqsave(&mp
->slock
, flags
);
566 outb(inb(mp
->ioaddr
+ UART_MCR
) |
567 UART_MCR_DTR
| UART_MCR_RTS
, mp
->ioaddr
+ UART_MCR
);
569 outb(inb(mp
->ioaddr
+ UART_MCR
)&~(UART_MCR_DTR
| UART_MCR_RTS
),
570 mp
->ioaddr
+ UART_MCR
);
571 spin_unlock_irqrestore(&mp
->slock
, flags
);
574 static int mxser_set_baud(struct tty_struct
*tty
, long newspd
)
576 struct mxser_port
*info
= tty
->driver_data
;
583 if (newspd
> info
->max_baud
)
587 quot
= 2 * info
->baud_base
/ 269;
588 tty_encode_baud_rate(tty
, 134, 134);
590 quot
= info
->baud_base
/ newspd
;
593 baud
= info
->baud_base
/quot
;
594 tty_encode_baud_rate(tty
, baud
, baud
);
599 info
->timeout
= ((info
->xmit_fifo_size
* HZ
* 10 * quot
) / info
->baud_base
);
600 info
->timeout
+= HZ
/ 50; /* Add .02 seconds of slop */
603 info
->MCR
|= UART_MCR_DTR
;
604 outb(info
->MCR
, info
->ioaddr
+ UART_MCR
);
606 info
->MCR
&= ~UART_MCR_DTR
;
607 outb(info
->MCR
, info
->ioaddr
+ UART_MCR
);
611 cval
= inb(info
->ioaddr
+ UART_LCR
);
613 outb(cval
| UART_LCR_DLAB
, info
->ioaddr
+ UART_LCR
); /* set DLAB */
615 outb(quot
& 0xff, info
->ioaddr
+ UART_DLL
); /* LS of divisor */
616 outb(quot
>> 8, info
->ioaddr
+ UART_DLM
); /* MS of divisor */
617 outb(cval
, info
->ioaddr
+ UART_LCR
); /* reset DLAB */
620 if (C_BAUD(tty
) == BOTHER
) {
621 quot
= info
->baud_base
% newspd
;
623 if (quot
% newspd
> newspd
/ 2) {
629 mxser_set_must_enum_value(info
->ioaddr
, quot
);
632 mxser_set_must_enum_value(info
->ioaddr
, 0);
638 * This routine is called to set the UART divisor registers to match
639 * the specified baud rate for a serial port.
641 static int mxser_change_speed(struct tty_struct
*tty
,
642 struct ktermios
*old_termios
)
644 struct mxser_port
*info
= tty
->driver_data
;
645 unsigned cflag
, cval
, fcr
;
647 unsigned char status
;
649 cflag
= tty
->termios
->c_cflag
;
653 if (mxser_set_baud_method
[tty
->index
] == 0)
654 mxser_set_baud(tty
, tty_get_baud_rate(tty
));
656 /* byte size and parity */
657 switch (cflag
& CSIZE
) {
672 break; /* too keep GCC shut... */
677 cval
|= UART_LCR_PARITY
;
678 if (!(cflag
& PARODD
))
679 cval
|= UART_LCR_EPAR
;
681 cval
|= UART_LCR_SPAR
;
683 if ((info
->type
== PORT_8250
) || (info
->type
== PORT_16450
)) {
684 if (info
->board
->chip_flag
) {
685 fcr
= UART_FCR_ENABLE_FIFO
;
686 fcr
|= MOXA_MUST_FCR_GDA_MODE_ENABLE
;
687 mxser_set_must_fifo_value(info
);
691 fcr
= UART_FCR_ENABLE_FIFO
;
692 if (info
->board
->chip_flag
) {
693 fcr
|= MOXA_MUST_FCR_GDA_MODE_ENABLE
;
694 mxser_set_must_fifo_value(info
);
696 switch (info
->rx_trigger
) {
698 fcr
|= UART_FCR_TRIGGER_1
;
701 fcr
|= UART_FCR_TRIGGER_4
;
704 fcr
|= UART_FCR_TRIGGER_8
;
707 fcr
|= UART_FCR_TRIGGER_14
;
713 /* CTS flow control flag and modem status interrupts */
714 info
->IER
&= ~UART_IER_MSI
;
715 info
->MCR
&= ~UART_MCR_AFE
;
716 if (cflag
& CRTSCTS
) {
717 info
->port
.flags
|= ASYNC_CTS_FLOW
;
718 info
->IER
|= UART_IER_MSI
;
719 if ((info
->type
== PORT_16550A
) || (info
->board
->chip_flag
)) {
720 info
->MCR
|= UART_MCR_AFE
;
722 status
= inb(info
->ioaddr
+ UART_MSR
);
723 if (tty
->hw_stopped
) {
724 if (status
& UART_MSR_CTS
) {
726 if (info
->type
!= PORT_16550A
&&
727 !info
->board
->chip_flag
) {
728 outb(info
->IER
& ~UART_IER_THRI
,
731 info
->IER
|= UART_IER_THRI
;
732 outb(info
->IER
, info
->ioaddr
+
738 if (!(status
& UART_MSR_CTS
)) {
740 if ((info
->type
!= PORT_16550A
) &&
741 (!info
->board
->chip_flag
)) {
742 info
->IER
&= ~UART_IER_THRI
;
743 outb(info
->IER
, info
->ioaddr
+
750 info
->port
.flags
&= ~ASYNC_CTS_FLOW
;
752 outb(info
->MCR
, info
->ioaddr
+ UART_MCR
);
753 if (cflag
& CLOCAL
) {
754 info
->port
.flags
&= ~ASYNC_CHECK_CD
;
756 info
->port
.flags
|= ASYNC_CHECK_CD
;
757 info
->IER
|= UART_IER_MSI
;
759 outb(info
->IER
, info
->ioaddr
+ UART_IER
);
762 * Set up parity check flag
764 info
->read_status_mask
= UART_LSR_OE
| UART_LSR_THRE
| UART_LSR_DR
;
766 info
->read_status_mask
|= UART_LSR_FE
| UART_LSR_PE
;
767 if (I_BRKINT(tty
) || I_PARMRK(tty
))
768 info
->read_status_mask
|= UART_LSR_BI
;
770 info
->ignore_status_mask
= 0;
773 info
->ignore_status_mask
|= UART_LSR_BI
;
774 info
->read_status_mask
|= UART_LSR_BI
;
776 * If we're ignore parity and break indicators, ignore
777 * overruns too. (For real raw support).
780 info
->ignore_status_mask
|=
784 info
->read_status_mask
|=
790 if (info
->board
->chip_flag
) {
791 mxser_set_must_xon1_value(info
->ioaddr
, START_CHAR(tty
));
792 mxser_set_must_xoff1_value(info
->ioaddr
, STOP_CHAR(tty
));
794 mxser_enable_must_rx_software_flow_control(
797 mxser_disable_must_rx_software_flow_control(
801 mxser_enable_must_tx_software_flow_control(
804 mxser_disable_must_tx_software_flow_control(
810 outb(fcr
, info
->ioaddr
+ UART_FCR
); /* set fcr */
811 outb(cval
, info
->ioaddr
+ UART_LCR
);
816 static void mxser_check_modem_status(struct tty_struct
*tty
,
817 struct mxser_port
*port
, int status
)
819 /* update input line counters */
820 if (status
& UART_MSR_TERI
)
822 if (status
& UART_MSR_DDSR
)
824 if (status
& UART_MSR_DDCD
)
826 if (status
& UART_MSR_DCTS
)
828 port
->mon_data
.modem_status
= status
;
829 wake_up_interruptible(&port
->port
.delta_msr_wait
);
831 if ((port
->port
.flags
& ASYNC_CHECK_CD
) && (status
& UART_MSR_DDCD
)) {
832 if (status
& UART_MSR_DCD
)
833 wake_up_interruptible(&port
->port
.open_wait
);
836 if (port
->port
.flags
& ASYNC_CTS_FLOW
) {
837 if (tty
->hw_stopped
) {
838 if (status
& UART_MSR_CTS
) {
841 if ((port
->type
!= PORT_16550A
) &&
842 (!port
->board
->chip_flag
)) {
843 outb(port
->IER
& ~UART_IER_THRI
,
844 port
->ioaddr
+ UART_IER
);
845 port
->IER
|= UART_IER_THRI
;
846 outb(port
->IER
, port
->ioaddr
+
852 if (!(status
& UART_MSR_CTS
)) {
854 if (port
->type
!= PORT_16550A
&&
855 !port
->board
->chip_flag
) {
856 port
->IER
&= ~UART_IER_THRI
;
857 outb(port
->IER
, port
->ioaddr
+
865 static int mxser_startup(struct tty_struct
*tty
)
867 struct mxser_port
*info
= tty
->driver_data
;
871 page
= __get_free_page(GFP_KERNEL
);
875 spin_lock_irqsave(&info
->slock
, flags
);
877 if (info
->port
.flags
& ASYNC_INITIALIZED
) {
879 spin_unlock_irqrestore(&info
->slock
, flags
);
883 if (!info
->ioaddr
|| !info
->type
) {
884 set_bit(TTY_IO_ERROR
, &tty
->flags
);
886 spin_unlock_irqrestore(&info
->slock
, flags
);
889 if (info
->port
.xmit_buf
)
892 info
->port
.xmit_buf
= (unsigned char *) page
;
895 * Clear the FIFO buffers and disable them
896 * (they will be reenabled in mxser_change_speed())
898 if (info
->board
->chip_flag
)
899 outb((UART_FCR_CLEAR_RCVR
|
900 UART_FCR_CLEAR_XMIT
|
901 MOXA_MUST_FCR_GDA_MODE_ENABLE
), info
->ioaddr
+ UART_FCR
);
903 outb((UART_FCR_CLEAR_RCVR
| UART_FCR_CLEAR_XMIT
),
904 info
->ioaddr
+ UART_FCR
);
907 * At this point there's no way the LSR could still be 0xFF;
908 * if it is, then bail out, because there's likely no UART
911 if (inb(info
->ioaddr
+ UART_LSR
) == 0xff) {
912 spin_unlock_irqrestore(&info
->slock
, flags
);
913 if (capable(CAP_SYS_ADMIN
)) {
915 set_bit(TTY_IO_ERROR
, &tty
->flags
);
922 * Clear the interrupt registers.
924 (void) inb(info
->ioaddr
+ UART_LSR
);
925 (void) inb(info
->ioaddr
+ UART_RX
);
926 (void) inb(info
->ioaddr
+ UART_IIR
);
927 (void) inb(info
->ioaddr
+ UART_MSR
);
930 * Now, initialize the UART
932 outb(UART_LCR_WLEN8
, info
->ioaddr
+ UART_LCR
); /* reset DLAB */
933 info
->MCR
= UART_MCR_DTR
| UART_MCR_RTS
;
934 outb(info
->MCR
, info
->ioaddr
+ UART_MCR
);
937 * Finally, enable interrupts
939 info
->IER
= UART_IER_MSI
| UART_IER_RLSI
| UART_IER_RDI
;
941 if (info
->board
->chip_flag
)
942 info
->IER
|= MOXA_MUST_IER_EGDAI
;
943 outb(info
->IER
, info
->ioaddr
+ UART_IER
); /* enable interrupts */
946 * And clear the interrupt registers again for luck.
948 (void) inb(info
->ioaddr
+ UART_LSR
);
949 (void) inb(info
->ioaddr
+ UART_RX
);
950 (void) inb(info
->ioaddr
+ UART_IIR
);
951 (void) inb(info
->ioaddr
+ UART_MSR
);
953 clear_bit(TTY_IO_ERROR
, &tty
->flags
);
954 info
->xmit_cnt
= info
->xmit_head
= info
->xmit_tail
= 0;
957 * and set the speed of the serial port
959 mxser_change_speed(tty
, NULL
);
960 info
->port
.flags
|= ASYNC_INITIALIZED
;
961 spin_unlock_irqrestore(&info
->slock
, flags
);
967 * This routine will shutdown a serial port; interrupts maybe disabled, and
968 * DTR is dropped if the hangup on close termio flag is on.
970 static void mxser_shutdown(struct tty_struct
*tty
)
972 struct mxser_port
*info
= tty
->driver_data
;
975 if (!(info
->port
.flags
& ASYNC_INITIALIZED
))
978 spin_lock_irqsave(&info
->slock
, flags
);
981 * clear delta_msr_wait queue to avoid mem leaks: we may free the irq
982 * here so the queue might never be waken up
984 wake_up_interruptible(&info
->port
.delta_msr_wait
);
987 * Free the IRQ, if necessary
989 if (info
->port
.xmit_buf
) {
990 free_page((unsigned long) info
->port
.xmit_buf
);
991 info
->port
.xmit_buf
= NULL
;
995 outb(0x00, info
->ioaddr
+ UART_IER
);
997 if (tty
->termios
->c_cflag
& HUPCL
)
998 info
->MCR
&= ~(UART_MCR_DTR
| UART_MCR_RTS
);
999 outb(info
->MCR
, info
->ioaddr
+ UART_MCR
);
1001 /* clear Rx/Tx FIFO's */
1002 if (info
->board
->chip_flag
)
1003 outb(UART_FCR_CLEAR_RCVR
| UART_FCR_CLEAR_XMIT
|
1004 MOXA_MUST_FCR_GDA_MODE_ENABLE
,
1005 info
->ioaddr
+ UART_FCR
);
1007 outb(UART_FCR_CLEAR_RCVR
| UART_FCR_CLEAR_XMIT
,
1008 info
->ioaddr
+ UART_FCR
);
1010 /* read data port to reset things */
1011 (void) inb(info
->ioaddr
+ UART_RX
);
1013 set_bit(TTY_IO_ERROR
, &tty
->flags
);
1015 info
->port
.flags
&= ~ASYNC_INITIALIZED
;
1017 if (info
->board
->chip_flag
)
1018 SET_MOXA_MUST_NO_SOFTWARE_FLOW_CONTROL(info
->ioaddr
);
1020 spin_unlock_irqrestore(&info
->slock
, flags
);
1024 * This routine is called whenever a serial port is opened. It
1025 * enables interrupts for a serial port, linking in its async structure into
1026 * the IRQ chain. It also performs the serial-specific
1027 * initialization for the tty structure.
1029 static int mxser_open(struct tty_struct
*tty
, struct file
*filp
)
1031 struct mxser_port
*info
;
1032 unsigned long flags
;
1036 if (line
== MXSER_PORTS
)
1038 if (line
< 0 || line
> MXSER_PORTS
)
1040 info
= &mxser_boards
[line
/ MXSER_PORTS_PER_BOARD
].ports
[line
% MXSER_PORTS_PER_BOARD
];
1044 tty
->driver_data
= info
;
1045 tty_port_tty_set(&info
->port
, tty
);
1047 * Start up serial port
1049 spin_lock_irqsave(&info
->port
.lock
, flags
);
1051 spin_unlock_irqrestore(&info
->port
.lock
, flags
);
1052 retval
= mxser_startup(tty
);
1056 retval
= tty_port_block_til_ready(&info
->port
, tty
, filp
);
1063 static void mxser_flush_buffer(struct tty_struct
*tty
)
1065 struct mxser_port
*info
= tty
->driver_data
;
1067 unsigned long flags
;
1070 spin_lock_irqsave(&info
->slock
, flags
);
1071 info
->xmit_cnt
= info
->xmit_head
= info
->xmit_tail
= 0;
1073 fcr
= inb(info
->ioaddr
+ UART_FCR
);
1074 outb((fcr
| UART_FCR_CLEAR_RCVR
| UART_FCR_CLEAR_XMIT
),
1075 info
->ioaddr
+ UART_FCR
);
1076 outb(fcr
, info
->ioaddr
+ UART_FCR
);
1078 spin_unlock_irqrestore(&info
->slock
, flags
);
1084 static void mxser_close_port(struct tty_struct
*tty
, struct tty_port
*port
)
1086 struct mxser_port
*info
= container_of(port
, struct mxser_port
, port
);
1087 unsigned long timeout
;
1089 * Save the termios structure, since this port may have
1090 * separate termios for callout and dialin.
1092 * FIXME: Can this go ?
1094 if (port
->flags
& ASYNC_NORMAL_ACTIVE
)
1095 info
->normal_termios
= *tty
->termios
;
1097 * At this point we stop accepting input. To do this, we
1098 * disable the receive line status interrupts, and tell the
1099 * interrupt driver to stop checking the data ready bit in the
1100 * line status register.
1102 info
->IER
&= ~UART_IER_RLSI
;
1103 if (info
->board
->chip_flag
)
1104 info
->IER
&= ~MOXA_MUST_RECV_ISR
;
1106 if (port
->flags
& ASYNC_INITIALIZED
) {
1107 outb(info
->IER
, info
->ioaddr
+ UART_IER
);
1109 * Before we drop DTR, make sure the UART transmitter
1110 * has completely drained; this is especially
1111 * important if there is a transmit FIFO!
1113 timeout
= jiffies
+ HZ
;
1114 while (!(inb(info
->ioaddr
+ UART_LSR
) & UART_LSR_TEMT
)) {
1115 schedule_timeout_interruptible(5);
1116 if (time_after(jiffies
, timeout
))
1120 mxser_shutdown(tty
);
1125 * Direct copy of drivers/char/tty_port.c with one key difference:
1126 * ASYNC_CLOSING is avoided because this causes a soft lock in
1127 * tty_wait_until_sent.
1128 * Why this happens is unknown (to me, hoping someone can shed light).
1129 * Maybe because the console tty shares the same IRQ?
1130 * Adding printk for each transmitted character (mxser_transmit_chars)
1131 * also "fixes" the bug.
1132 * Console "sh" process gets stuck in schedule from:
1133 * mxser_close -> tty_port_close_start -> tty_wait_until_sent
1134 * -> schedule_timeout -> schedule
1135 * Kernel printout: http://ideone.com/e845mr
1137 int mxser_tty_port_close_start(struct tty_port
*port
,
1138 struct tty_struct
*tty
, struct file
*filp
)
1140 unsigned long flags
;
1142 spin_lock_irqsave(&port
->lock
, flags
);
1143 if (tty_hung_up_p(filp
)) {
1144 spin_unlock_irqrestore(&port
->lock
, flags
);
1148 if (tty
->count
== 1 && port
->count
!= 1) {
1150 "tty_port_close_start: tty->count = 1 port"
1151 " count = %d.\n", port
->count
);
1154 if (--port
->count
< 0) {
1155 pr_warn("tty_port_close_start: count = %d\n",
1161 spin_unlock_irqrestore(&port
->lock
, flags
);
1162 if (port
->ops
->drop
)
1163 port
->ops
->drop(port
);
1167 /* set_bit(ASYNCB_CLOSING, &port->flags); */
1169 spin_unlock_irqrestore(&port
->lock
, flags
);
1170 /* Don't block on a stalled port, just pull the chain */
1171 if (tty
->flow_stopped
)
1172 tty_driver_flush_buffer(tty
);
1174 if (test_bit(ASYNCB_INITIALIZED
, &port
->flags
) &&
1175 port
->closing_wait
!= ASYNC_CLOSING_WAIT_NONE
)
1176 tty_wait_until_sent(tty
, port
->closing_wait
);
1178 if (port
->drain_delay
) {
1179 unsigned int bps
= tty_get_baud_rate(tty
);
1183 timeout
= max_t(long, (HZ
* 10 * port
->drain_delay
)
1187 schedule_timeout_interruptible(timeout
);
1189 /* Don't call port->drop for the last reference. Callers will want
1190 to drop the last active reference in ->shutdown() or the tty
1196 * This routine is called when the serial port gets closed. First, we
1197 * wait for the last remaining data to be sent. Then, we unlink its
1198 * async structure from the interrupt chain if necessary, and we free
1199 * that IRQ if nothing is left in the chain.
1201 static void mxser_close(struct tty_struct
*tty
, struct file
*filp
)
1203 struct mxser_port
*info
= tty
->driver_data
;
1204 struct tty_port
*port
= &info
->port
;
1206 /* Linux 2.6.34.14: tty: Fix regressions in the char driver conversion:
1207 * http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;
1208 * a=commit;h=a2d1e3516c80027b2da17fb0b7ccd36f0ac33aa7 */
1209 if (tty
->index
== MXSER_PORTS
|| info
== NULL
)
1211 #ifdef CONFIG_ARCH_MOXART
1212 if (mxser_tty_port_close_start(port
, tty
, filp
) == 0)
1214 if (tty_port_close_start(port
, tty
, filp
) == 0)
1217 mxser_close_port(tty
, port
);
1218 mxser_flush_buffer(tty
);
1219 /* Right now the tty_port set is done outside of the close_end helper
1220 as we don't yet have everyone using refcounts */
1221 tty_port_close_end(port
, tty
);
1222 tty_port_tty_set(port
, NULL
);
1225 static int mxser_write(struct tty_struct
*tty
, const unsigned char *buf
, int count
)
1228 struct mxser_port
*info
= tty
->driver_data
;
1229 unsigned long flags
;
1231 /* printk(KERN_INFO "mxser_write: info->xmit_cnt=%d count=%d\n",
1232 info->xmit_cnt, count); */
1234 if (!info
->port
.xmit_buf
)
1238 c
= min_t(int, count
, min(SERIAL_XMIT_SIZE
- info
->xmit_cnt
- 1,
1239 SERIAL_XMIT_SIZE
- info
->xmit_head
));
1244 memcpy(info
->port
.xmit_buf
+ info
->xmit_head
, buf
, c
);
1245 spin_lock_irqsave(&info
->slock
, flags
);
1246 info
->xmit_head
= (info
->xmit_head
+ c
) &
1247 (SERIAL_XMIT_SIZE
- 1);
1248 info
->xmit_cnt
+= c
;
1249 spin_unlock_irqrestore(&info
->slock
, flags
);
1255 /* printk(KERN_INFO "mxser_write: c=%d\n", c); */
1258 if (info
->xmit_cnt
&& !tty
->stopped
) {
1259 if (!tty
->hw_stopped
||
1260 (info
->type
== PORT_16550A
) ||
1261 (info
->board
->chip_flag
)) {
1262 spin_lock_irqsave(&info
->slock
, flags
);
1263 outb(info
->IER
& ~UART_IER_THRI
, info
->ioaddr
+
1265 info
->IER
|= UART_IER_THRI
;
1266 outb(info
->IER
, info
->ioaddr
+ UART_IER
);
1267 spin_unlock_irqrestore(&info
->slock
, flags
);
1273 static int mxser_put_char(struct tty_struct
*tty
, unsigned char ch
)
1275 struct mxser_port
*info
= tty
->driver_data
;
1276 unsigned long flags
;
1278 if (!info
->port
.xmit_buf
)
1281 if (info
->xmit_cnt
>= SERIAL_XMIT_SIZE
- 1)
1284 spin_lock_irqsave(&info
->slock
, flags
);
1285 info
->port
.xmit_buf
[info
->xmit_head
++] = ch
;
1286 info
->xmit_head
&= SERIAL_XMIT_SIZE
- 1;
1288 spin_unlock_irqrestore(&info
->slock
, flags
);
1289 if (!tty
->stopped
) {
1290 if (!tty
->hw_stopped
||
1291 (info
->type
== PORT_16550A
) ||
1292 info
->board
->chip_flag
) {
1293 spin_lock_irqsave(&info
->slock
, flags
);
1294 outb(info
->IER
& ~UART_IER_THRI
, info
->ioaddr
+ UART_IER
);
1295 info
->IER
|= UART_IER_THRI
;
1296 outb(info
->IER
, info
->ioaddr
+ UART_IER
);
1297 spin_unlock_irqrestore(&info
->slock
, flags
);
1304 static void mxser_flush_chars(struct tty_struct
*tty
)
1306 struct mxser_port
*info
= tty
->driver_data
;
1307 unsigned long flags
;
1309 if (info
->xmit_cnt
<= 0 || tty
->stopped
|| !info
->port
.xmit_buf
||
1310 (tty
->hw_stopped
&& info
->type
!= PORT_16550A
&&
1311 !info
->board
->chip_flag
))
1314 spin_lock_irqsave(&info
->slock
, flags
);
1316 outb(info
->IER
& ~UART_IER_THRI
, info
->ioaddr
+ UART_IER
);
1317 info
->IER
|= UART_IER_THRI
;
1318 outb(info
->IER
, info
->ioaddr
+ UART_IER
);
1320 spin_unlock_irqrestore(&info
->slock
, flags
);
1323 static int mxser_write_room(struct tty_struct
*tty
)
1325 struct mxser_port
*info
= tty
->driver_data
;
1328 ret
= SERIAL_XMIT_SIZE
- info
->xmit_cnt
- 1;
1329 return ret
< 0 ? 0 : ret
;
1332 static int mxser_chars_in_buffer(struct tty_struct
*tty
)
1334 struct mxser_port
*info
= tty
->driver_data
;
1335 /* printk(KERN_INFO "info->xmit_cnt = %d\n", info->xmit_cnt); */
1336 return info
->xmit_cnt
;
1340 * ------------------------------------------------------------
1341 * friends of mxser_ioctl()
1342 * ------------------------------------------------------------
1344 static int mxser_get_serial_info(struct tty_struct
*tty
,
1345 struct serial_struct __user
*retinfo
)
1347 struct mxser_port
*info
= tty
->driver_data
;
1348 struct serial_struct tmp
= {
1351 .port
= info
->ioaddr
,
1352 .irq
= info
->board
->irq
,
1353 .flags
= info
->port
.flags
,
1354 .baud_base
= info
->baud_base
,
1355 .close_delay
= info
->port
.close_delay
,
1356 .closing_wait
= info
->port
.closing_wait
,
1357 .custom_divisor
= info
->custom_divisor
,
1360 if (copy_to_user(retinfo
, &tmp
, sizeof(*retinfo
)))
1365 static int mxser_set_serial_info(struct tty_struct
*tty
,
1366 struct serial_struct __user
*new_info
)
1368 struct mxser_port
*info
= tty
->driver_data
;
1369 struct serial_struct new_serial
;
1371 unsigned long sl_flags
;
1375 if (!new_info
|| !info
->ioaddr
)
1377 if (copy_from_user(&new_serial
, new_info
, sizeof(new_serial
)))
1380 if (new_serial
.irq
!= info
->board
->irq
||
1381 new_serial
.port
!= info
->ioaddr
)
1384 flags
= info
->port
.flags
& ASYNC_SPD_MASK
;
1386 if (!capable(CAP_SYS_ADMIN
)) {
1387 if ((new_serial
.baud_base
!= info
->baud_base
) ||
1388 (new_serial
.close_delay
!= info
->port
.close_delay
) ||
1389 ((new_serial
.flags
& ~ASYNC_USR_MASK
) != (info
->port
.flags
& ~ASYNC_USR_MASK
)))
1391 info
->port
.flags
= ((info
->port
.flags
& ~ASYNC_USR_MASK
) |
1392 (new_serial
.flags
& ASYNC_USR_MASK
));
1395 * OK, past this point, all the error checking has been done.
1396 * At this point, we start making changes.....
1398 info
->port
.flags
= ((info
->port
.flags
& ~ASYNC_FLAGS
) |
1399 (new_serial
.flags
& ASYNC_FLAGS
));
1400 info
->port
.close_delay
= new_serial
.close_delay
* HZ
/ 100;
1401 info
->port
.closing_wait
= new_serial
.closing_wait
* HZ
/ 100;
1402 tty
->low_latency
= (info
->port
.flags
& ASYNC_LOW_LATENCY
)
1404 if ((info
->port
.flags
& ASYNC_SPD_MASK
) == ASYNC_SPD_CUST
&&
1405 (new_serial
.baud_base
!= info
->baud_base
||
1406 new_serial
.custom_divisor
!=
1407 info
->custom_divisor
)) {
1408 baud
= new_serial
.baud_base
/ new_serial
.custom_divisor
;
1409 tty_encode_baud_rate(tty
, baud
, baud
);
1413 info
->type
= new_serial
.type
;
1415 process_txrx_fifo(info
);
1417 if (info
->port
.flags
& ASYNC_INITIALIZED
) {
1418 if (flags
!= (info
->port
.flags
& ASYNC_SPD_MASK
)) {
1419 spin_lock_irqsave(&info
->slock
, sl_flags
);
1420 mxser_change_speed(tty
, NULL
);
1421 spin_unlock_irqrestore(&info
->slock
, sl_flags
);
1424 retval
= mxser_startup(tty
);
1430 * mxser_get_lsr_info - get line status register info
1432 * Purpose: Let user call ioctl() to get info when the UART physically
1433 * is emptied. On bus types like RS485, the transmitter must
1434 * release the bus after transmitting. This must be done when
1435 * the transmit shift register is empty, not be done when the
1436 * transmit holding register is empty. This functionality
1437 * allows an RS485 driver to be written in user space.
1439 static int mxser_get_lsr_info(struct mxser_port
*info
,
1440 unsigned int __user
*value
)
1442 unsigned char status
;
1443 unsigned int result
;
1444 unsigned long flags
;
1446 spin_lock_irqsave(&info
->slock
, flags
);
1447 status
= inb(info
->ioaddr
+ UART_LSR
);
1448 spin_unlock_irqrestore(&info
->slock
, flags
);
1449 result
= ((status
& UART_LSR_TEMT
) ? TIOCSER_TEMT
: 0);
1450 return put_user(result
, value
);
1453 static int mxser_tiocmget(struct tty_struct
*tty
, struct file
*file
)
1455 struct mxser_port
*info
= tty
->driver_data
;
1456 unsigned char control
, status
;
1457 unsigned long flags
;
1460 if (tty
->index
== MXSER_PORTS
)
1461 return -ENOIOCTLCMD
;
1462 if (test_bit(TTY_IO_ERROR
, &tty
->flags
))
1465 control
= info
->MCR
;
1467 spin_lock_irqsave(&info
->slock
, flags
);
1468 status
= inb(info
->ioaddr
+ UART_MSR
);
1469 if (status
& UART_MSR_ANY_DELTA
)
1470 mxser_check_modem_status(tty
, info
, status
);
1471 spin_unlock_irqrestore(&info
->slock
, flags
);
1472 return ((control
& UART_MCR_RTS
) ? TIOCM_RTS
: 0) |
1473 ((control
& UART_MCR_DTR
) ? TIOCM_DTR
: 0) |
1474 ((status
& UART_MSR_DCD
) ? TIOCM_CAR
: 0) |
1475 ((status
& UART_MSR_RI
) ? TIOCM_RNG
: 0) |
1476 ((status
& UART_MSR_DSR
) ? TIOCM_DSR
: 0) |
1477 ((status
& UART_MSR_CTS
) ? TIOCM_CTS
: 0);
1480 static int mxser_tiocmset(struct tty_struct
*tty
, struct file
*file
,
1481 unsigned int set
, unsigned int clear
)
1483 struct mxser_port
*info
= tty
->driver_data
;
1484 unsigned long flags
;
1487 if (tty
->index
== MXSER_PORTS
)
1488 return -ENOIOCTLCMD
;
1489 if (test_bit(TTY_IO_ERROR
, &tty
->flags
))
1492 spin_lock_irqsave(&info
->slock
, flags
);
1494 if (set
& TIOCM_RTS
)
1495 info
->MCR
|= UART_MCR_RTS
;
1496 if (set
& TIOCM_DTR
)
1497 info
->MCR
|= UART_MCR_DTR
;
1499 if (clear
& TIOCM_RTS
)
1500 info
->MCR
&= ~UART_MCR_RTS
;
1501 if (clear
& TIOCM_DTR
)
1502 info
->MCR
&= ~UART_MCR_DTR
;
1504 outb(info
->MCR
, info
->ioaddr
+ UART_MCR
);
1505 spin_unlock_irqrestore(&info
->slock
, flags
);
1509 static int __init
mxser_program_mode(int port
)
1521 id
= inb(port
+ 1) & 0x1F;
1522 if ((id
!= C168_ASIC_ID
) &&
1523 (id
!= C104_ASIC_ID
) &&
1524 (id
!= C102_ASIC_ID
) &&
1525 (id
!= CI132_ASIC_ID
) &&
1526 (id
!= CI134_ASIC_ID
) &&
1527 (id
!= CI104J_ASIC_ID
))
1529 for (i
= 0, j
= 0; i
< 4; i
++) {
1533 } else if ((j
== 1) && (n
== 1)) {
1544 static void __init
mxser_normal_mode(int port
)
1548 outb(0xA5, port
+ 1);
1549 outb(0x80, port
+ 3);
1550 outb(12, port
+ 0); /* 9600 bps */
1552 outb(0x03, port
+ 3); /* 8 data bits */
1553 outb(0x13, port
+ 4); /* loop back mode */
1554 for (i
= 0; i
< 16; i
++) {
1556 if ((n
& 0x61) == 0x60)
1561 outb(0x00, port
+ 4);
1564 #define CHIP_SK 0x01 /* Serial Data Clock in Eprom */
1565 #define CHIP_DO 0x02 /* Serial Data Output in Eprom */
1566 #define CHIP_CS 0x04 /* Serial Chip Select in Eprom */
1567 #define CHIP_DI 0x08 /* Serial Data Input in Eprom */
1568 #define EN_CCMD 0x000 /* Chip's command register */
1569 #define EN0_RSARLO 0x008 /* Remote start address reg 0 */
1570 #define EN0_RSARHI 0x009 /* Remote start address reg 1 */
1571 #define EN0_RCNTLO 0x00A /* Remote byte count reg WR */
1572 #define EN0_RCNTHI 0x00B /* Remote byte count reg WR */
1573 #define EN0_DCFG 0x00E /* Data configuration reg WR */
1574 #define EN0_PORT 0x010 /* Rcv missed frame error counter RD */
1575 #define ENC_PAGE0 0x000 /* Select page 0 of chip registers */
1576 #define ENC_PAGE3 0x0C0 /* Select page 3 of chip registers */
1577 static int __init
mxser_read_register(int port
, unsigned short *regs
)
1579 int i
, k
, value
, id
;
1582 id
= mxser_program_mode(port
);
1585 for (i
= 0; i
< 14; i
++) {
1586 k
= (i
& 0x3F) | 0x180;
1587 for (j
= 0x100; j
> 0; j
>>= 1) {
1588 outb(CHIP_CS
, port
);
1590 outb(CHIP_CS
| CHIP_DO
, port
);
1591 outb(CHIP_CS
| CHIP_DO
| CHIP_SK
, port
); /* A? bit of read */
1593 outb(CHIP_CS
, port
);
1594 outb(CHIP_CS
| CHIP_SK
, port
); /* A? bit of read */
1599 for (k
= 0, j
= 0x8000; k
< 16; k
++, j
>>= 1) {
1600 outb(CHIP_CS
, port
);
1601 outb(CHIP_CS
| CHIP_SK
, port
);
1602 if (inb(port
) & CHIP_DI
)
1608 mxser_normal_mode(port
);
1612 static int mxser_ioctl_special(unsigned int cmd
, void __user
*argp
)
1614 struct mxser_port
*port
;
1615 struct tty_struct
*tty
;
1621 case MOXA_GET_MAJOR
:
1622 if (printk_ratelimit())
1623 printk(KERN_WARNING
"mxser: '%s' uses deprecated ioctl "
1624 "%x (GET_MAJOR), fix your userspace\n",
1625 current
->comm
, cmd
);
1626 return put_user(ttymajor
, (int __user
*)argp
);
1628 case MOXA_CHKPORTENABLE
:
1631 for (i
= 0; i
< MXSER_BOARDS
; i
++)
1632 for (j
= 0; j
< MXSER_PORTS_PER_BOARD
; j
++)
1633 if (mxser_boards
[i
].ports
[j
].ioaddr
)
1636 return put_user(result
, (unsigned long __user
*)argp
);
1637 case MOXA_GETDATACOUNT
:
1639 if (copy_to_user(argp
, &mxvar_log
, sizeof(mxvar_log
)))
1643 case MOXA_GETMSTATUS
: {
1644 struct mxser_mstatus ms
, __user
*msu
= argp
;
1646 for (i
= 0; i
< MXSER_BOARDS
; i
++)
1647 for (j
= 0; j
< MXSER_PORTS_PER_BOARD
; j
++) {
1648 port
= &mxser_boards
[i
].ports
[j
];
1649 memset(&ms
, 0, sizeof(ms
));
1654 tty
= tty_port_tty_get(&port
->port
);
1656 if (!tty
|| !tty
->termios
)
1657 ms
.cflag
= port
->normal_termios
.c_cflag
;
1659 ms
.cflag
= tty
->termios
->c_cflag
;
1661 status
= inb(port
->ioaddr
+ UART_MSR
);
1662 if (status
& UART_MSR_DCD
)
1664 if (status
& UART_MSR_DSR
)
1666 if (status
& UART_MSR_CTS
)
1669 if (copy_to_user(msu
, &ms
, sizeof(ms
))) {
1678 case MOXA_ASPP_MON_EXT
: {
1679 struct mxser_mon_ext
*me
; /* it's 2k, stack unfriendly */
1680 unsigned int cflag
, iflag
, p
;
1683 me
= kzalloc(sizeof(*me
), GFP_KERNEL
);
1688 for (i
= 0, p
= 0; i
< MXSER_BOARDS
; i
++) {
1689 for (j
= 0; j
< MXSER_PORTS_PER_BOARD
; j
++, p
++) {
1690 if (p
>= ARRAY_SIZE(me
->rx_cnt
)) {
1694 port
= &mxser_boards
[i
].ports
[j
];
1698 status
= mxser_get_msr(port
->ioaddr
, 0, p
);
1700 if (status
& UART_MSR_TERI
)
1702 if (status
& UART_MSR_DDSR
)
1704 if (status
& UART_MSR_DDCD
)
1706 if (status
& UART_MSR_DCTS
)
1709 port
->mon_data
.modem_status
= status
;
1710 me
->rx_cnt
[p
] = port
->mon_data
.rxcnt
;
1711 me
->tx_cnt
[p
] = port
->mon_data
.txcnt
;
1712 me
->up_rxcnt
[p
] = port
->mon_data
.up_rxcnt
;
1713 me
->up_txcnt
[p
] = port
->mon_data
.up_txcnt
;
1714 me
->modem_status
[p
] =
1715 port
->mon_data
.modem_status
;
1716 tty
= tty_port_tty_get(&port
->port
);
1718 if (!tty
|| !tty
->termios
) {
1719 cflag
= port
->normal_termios
.c_cflag
;
1720 iflag
= port
->normal_termios
.c_iflag
;
1721 me
->baudrate
[p
] = tty_termios_baud_rate(&port
->normal_termios
);
1723 cflag
= tty
->termios
->c_cflag
;
1724 iflag
= tty
->termios
->c_iflag
;
1725 me
->baudrate
[p
] = tty_get_baud_rate(tty
);
1729 me
->databits
[p
] = cflag
& CSIZE
;
1730 me
->stopbits
[p
] = cflag
& CSTOPB
;
1731 me
->parity
[p
] = cflag
& (PARENB
| PARODD
|
1734 if (cflag
& CRTSCTS
)
1735 me
->flowctrl
[p
] |= 0x03;
1737 if (iflag
& (IXON
| IXOFF
))
1738 me
->flowctrl
[p
] |= 0x0C;
1740 if (port
->type
== PORT_16550A
)
1743 opmode
= inb(port
->opmode_ioaddr
) >>
1745 opmode
&= OP_MODE_MASK
;
1746 me
->iftype
[p
] = opmode
;
1750 if (copy_to_user(argp
, me
, sizeof(*me
)))
1756 return -ENOIOCTLCMD
;
1761 static int mxser_cflags_changed(struct mxser_port
*info
, unsigned long arg
,
1762 struct async_icount
*cprev
)
1764 struct async_icount cnow
;
1765 unsigned long flags
;
1768 spin_lock_irqsave(&info
->slock
, flags
);
1769 cnow
= info
->icount
; /* atomic copy */
1770 spin_unlock_irqrestore(&info
->slock
, flags
);
1772 ret
= ((arg
& TIOCM_RNG
) && (cnow
.rng
!= cprev
->rng
)) ||
1773 ((arg
& TIOCM_DSR
) && (cnow
.dsr
!= cprev
->dsr
)) ||
1774 ((arg
& TIOCM_CD
) && (cnow
.dcd
!= cprev
->dcd
)) ||
1775 ((arg
& TIOCM_CTS
) && (cnow
.cts
!= cprev
->cts
));
1782 static int mxser_ioctl(struct tty_struct
*tty
, struct file
*file
,
1783 unsigned int cmd
, unsigned long arg
)
1785 struct mxser_port
*info
= tty
->driver_data
;
1786 struct async_icount cnow
;
1787 unsigned long flags
;
1788 void __user
*argp
= (void __user
*)arg
;
1791 if (tty
->index
== MXSER_PORTS
)
1792 return mxser_ioctl_special(cmd
, argp
);
1794 if (cmd
== MOXA_SET_OP_MODE
|| cmd
== MOXA_GET_OP_MODE
) {
1796 unsigned long opmode
;
1797 static unsigned char ModeMask
[] = { 0xfc, 0xf3, 0xcf, 0x3f };
1799 unsigned char val
, mask
;
1802 if (cmd
== MOXA_SET_OP_MODE
) {
1803 if (get_user(opmode
, (int __user
*) argp
))
1805 if (opmode
!= RS232_MODE
&&
1806 opmode
!= RS485_2WIRE_MODE
&&
1807 opmode
!= RS422_MODE
&&
1808 opmode
!= RS485_4WIRE_MODE
)
1813 val
= inb(info
->opmode_ioaddr
);
1815 val
|= (opmode
<< shiftbit
);
1816 outb(val
, info
->opmode_ioaddr
);
1821 opmode
= inb(info
->opmode_ioaddr
) >> shiftbit
;
1822 opmode
&= OP_MODE_MASK
;
1824 if (put_user(opmode
, (int __user
*)argp
))
1830 if (cmd
!= TIOCGSERIAL
&& cmd
!= TIOCMIWAIT
&&
1831 test_bit(TTY_IO_ERROR
, &tty
->flags
))
1837 retval
= mxser_get_serial_info(tty
, argp
);
1842 retval
= mxser_set_serial_info(tty
, argp
);
1845 case TIOCSERGETLSR
: /* Get line status register */
1846 return mxser_get_lsr_info(info
, argp
);
1848 * Wait for any of the 4 modem inputs (DCD,RI,DSR,CTS) to change
1849 * - mask passed in arg for lines of interest
1850 * (use |'ed TIOCM_RNG/DSR/CD/CTS for masking)
1851 * Caller should use TIOCGICOUNT to see which one it was
1854 spin_lock_irqsave(&info
->slock
, flags
);
1855 cnow
= info
->icount
; /* note the counters on entry */
1856 spin_unlock_irqrestore(&info
->slock
, flags
);
1858 return wait_event_interruptible(info
->port
.delta_msr_wait
,
1859 mxser_cflags_changed(info
, arg
, &cnow
));
1860 case MOXA_HighSpeedOn
:
1861 return put_user(info
->baud_base
!= 115200 ? 1 : 0, (int __user
*)argp
);
1862 case MOXA_SDS_RSTICOUNTER
:
1864 info
->mon_data
.rxcnt
= 0;
1865 info
->mon_data
.txcnt
= 0;
1869 case MOXA_ASPP_OQUEUE
:{
1873 len
= mxser_chars_in_buffer(tty
);
1874 lsr
= inb(info
->ioaddr
+ UART_LSR
) & UART_LSR_THRE
;
1875 len
+= (lsr
? 0 : 1);
1878 return put_user(len
, (int __user
*)argp
);
1880 case MOXA_ASPP_MON
: {
1884 status
= mxser_get_msr(info
->ioaddr
, 1, tty
->index
);
1885 mxser_check_modem_status(tty
, info
, status
);
1887 mcr
= inb(info
->ioaddr
+ UART_MCR
);
1888 if (mcr
& MOXA_MUST_MCR_XON_FLAG
)
1889 info
->mon_data
.hold_reason
&= ~NPPI_NOTIFY_XOFFHOLD
;
1891 info
->mon_data
.hold_reason
|= NPPI_NOTIFY_XOFFHOLD
;
1893 if (mcr
& MOXA_MUST_MCR_TX_XON
)
1894 info
->mon_data
.hold_reason
&= ~NPPI_NOTIFY_XOFFXENT
;
1896 info
->mon_data
.hold_reason
|= NPPI_NOTIFY_XOFFXENT
;
1898 if (tty
->hw_stopped
)
1899 info
->mon_data
.hold_reason
|= NPPI_NOTIFY_CTSHOLD
;
1901 info
->mon_data
.hold_reason
&= ~NPPI_NOTIFY_CTSHOLD
;
1903 if (copy_to_user(argp
, &info
->mon_data
,
1904 sizeof(struct mxser_mon
)))
1909 case MOXA_ASPP_LSTATUS
: {
1910 if (put_user(info
->err_shadow
, (unsigned char __user
*)argp
))
1913 info
->err_shadow
= 0;
1916 case MOXA_SET_BAUD_METHOD
: {
1919 if (get_user(method
, (int __user
*)argp
))
1921 mxser_set_baud_method
[tty
->index
] = method
;
1922 return put_user(method
, (int __user
*)argp
);
1925 return -ENOIOCTLCMD
;
1931 * Get counter of input serial line interrupts (DCD,RI,DSR,CTS)
1932 * Return: write counters to the user passed counter struct
1933 * NB: both 1->0 and 0->1 transitions are counted except for
1934 * RI where only 0->1 is counted.
1937 static int mxser_get_icount(struct tty_struct
*tty
,
1938 struct serial_icounter_struct
*icount
)
1941 struct mxser_port
*info
= tty
->driver_data
;
1942 struct async_icount cnow
;
1943 unsigned long flags
;
1945 spin_lock_irqsave(&info
->slock
, flags
);
1946 cnow
= info
->icount
;
1947 spin_unlock_irqrestore(&info
->slock
, flags
);
1949 icount
->frame
= cnow
.frame
;
1950 icount
->brk
= cnow
.brk
;
1951 icount
->overrun
= cnow
.overrun
;
1952 icount
->buf_overrun
= cnow
.buf_overrun
;
1953 icount
->parity
= cnow
.parity
;
1954 icount
->rx
= cnow
.rx
;
1955 icount
->tx
= cnow
.tx
;
1956 icount
->cts
= cnow
.cts
;
1957 icount
->dsr
= cnow
.dsr
;
1958 icount
->rng
= cnow
.rng
;
1959 icount
->dcd
= cnow
.dcd
;
1963 static void mxser_stoprx(struct tty_struct
*tty
)
1965 struct mxser_port
*info
= tty
->driver_data
;
1967 info
->ldisc_stop_rx
= 1;
1969 if (info
->board
->chip_flag
) {
1970 info
->IER
&= ~MOXA_MUST_RECV_ISR
;
1971 outb(info
->IER
, info
->ioaddr
+ UART_IER
);
1973 info
->x_char
= STOP_CHAR(tty
);
1974 outb(0, info
->ioaddr
+ UART_IER
);
1975 info
->IER
|= UART_IER_THRI
;
1976 outb(info
->IER
, info
->ioaddr
+ UART_IER
);
1980 if (tty
->termios
->c_cflag
& CRTSCTS
) {
1981 info
->MCR
&= ~UART_MCR_RTS
;
1982 outb(info
->MCR
, info
->ioaddr
+ UART_MCR
);
1987 * This routine is called by the upper-layer tty layer to signal that
1988 * incoming characters should be throttled.
1990 static void mxser_throttle(struct tty_struct
*tty
)
1995 static void mxser_unthrottle(struct tty_struct
*tty
)
1997 struct mxser_port
*info
= tty
->driver_data
;
2000 info
->ldisc_stop_rx
= 0;
2005 if (info
->board
->chip_flag
) {
2006 info
->IER
|= MOXA_MUST_RECV_ISR
;
2007 outb(info
->IER
, info
->ioaddr
+ UART_IER
);
2009 info
->x_char
= START_CHAR(tty
);
2010 outb(0, info
->ioaddr
+ UART_IER
);
2011 info
->IER
|= UART_IER_THRI
;
2012 outb(info
->IER
, info
->ioaddr
+ UART_IER
);
2017 if (tty
->termios
->c_cflag
& CRTSCTS
) {
2018 info
->MCR
|= UART_MCR_RTS
;
2019 outb(info
->MCR
, info
->ioaddr
+ UART_MCR
);
2024 * mxser_stop() and mxser_start()
2026 * This routines are called before setting or resetting tty->stopped.
2027 * They enable or disable transmitter interrupts, as necessary.
2029 static void mxser_stop(struct tty_struct
*tty
)
2031 struct mxser_port
*info
= tty
->driver_data
;
2032 unsigned long flags
;
2034 spin_lock_irqsave(&info
->slock
, flags
);
2035 if (info
->IER
& UART_IER_THRI
) {
2036 info
->IER
&= ~UART_IER_THRI
;
2037 outb(info
->IER
, info
->ioaddr
+ UART_IER
);
2039 spin_unlock_irqrestore(&info
->slock
, flags
);
2042 static void mxser_start(struct tty_struct
*tty
)
2044 struct mxser_port
*info
= tty
->driver_data
;
2045 unsigned long flags
;
2047 spin_lock_irqsave(&info
->slock
, flags
);
2048 if (info
->xmit_cnt
&& info
->port
.xmit_buf
) {
2049 outb(info
->IER
& ~UART_IER_THRI
, info
->ioaddr
+ UART_IER
);
2050 info
->IER
|= UART_IER_THRI
;
2051 outb(info
->IER
, info
->ioaddr
+ UART_IER
);
2053 spin_unlock_irqrestore(&info
->slock
, flags
);
2056 static void mxser_set_termios(struct tty_struct
*tty
, struct ktermios
*old_termios
)
2058 struct mxser_port
*info
= tty
->driver_data
;
2059 unsigned long flags
;
2061 spin_lock_irqsave(&info
->slock
, flags
);
2062 mxser_change_speed(tty
, old_termios
);
2063 spin_unlock_irqrestore(&info
->slock
, flags
);
2065 if ((old_termios
->c_cflag
& CRTSCTS
) &&
2066 !(tty
->termios
->c_cflag
& CRTSCTS
)) {
2067 tty
->hw_stopped
= 0;
2071 /* Handle sw stopped */
2072 if ((old_termios
->c_iflag
& IXON
) &&
2073 !(tty
->termios
->c_iflag
& IXON
)) {
2076 if (info
->board
->chip_flag
) {
2077 spin_lock_irqsave(&info
->slock
, flags
);
2078 mxser_disable_must_rx_software_flow_control(
2080 spin_unlock_irqrestore(&info
->slock
, flags
);
2088 * mxser_wait_until_sent() --- wait until the transmitter is empty
2090 static void mxser_wait_until_sent(struct tty_struct
*tty
, int timeout
)
2092 struct mxser_port
*info
= tty
->driver_data
;
2093 unsigned long orig_jiffies
, char_time
;
2096 /* printk(KERN_INFO "mxser_wait_until_sent\n"); */
2098 if (info
->type
== PORT_UNKNOWN
)
2101 if (info
->xmit_fifo_size
== 0)
2102 return; /* Just in case.... */
2104 orig_jiffies
= jiffies
;
2106 * Set the check interval to be 1/5 of the estimated time to
2107 * send a single character, and make it at least 1. The check
2108 * interval should also be less than the timeout.
2110 * Note: we have to use pretty tight timings here to satisfy
2113 char_time
= (info
->timeout
- HZ
/ 50) / info
->xmit_fifo_size
;
2114 char_time
= char_time
/ 5;
2117 if (timeout
&& timeout
< char_time
)
2118 char_time
= timeout
;
2120 * If the transmitter hasn't cleared in twice the approximate
2121 * amount of time to send the entire FIFO, it probably won't
2122 * ever clear. This assumes the UART isn't doing flow
2123 * control, which is currently the case. Hence, if it ever
2124 * takes longer than info->timeout, this is probably due to a
2125 * UART bug of some kind. So, we clamp the timeout parameter at
2128 if (!timeout
|| timeout
> 2 * info
->timeout
)
2129 timeout
= 2 * info
->timeout
;
2130 #ifdef SERIAL_DEBUG_RS_WAIT_UNTIL_SENT
2131 printk(KERN_DEBUG
"In rs_wait_until_sent(%d) check=%lu...",
2132 timeout
, char_time
);
2133 printk("jiff=%lu...", jiffies
);
2136 while (!((lsr
= inb(info
->ioaddr
+ UART_LSR
)) & UART_LSR_TEMT
)) {
2137 #ifdef SERIAL_DEBUG_RS_WAIT_UNTIL_SENT
2138 printk("lsr = %d (jiff=%lu)...", lsr
, jiffies
);
2140 schedule_timeout_interruptible(char_time
);
2141 if (signal_pending(current
))
2143 if (timeout
&& time_after(jiffies
, orig_jiffies
+ timeout
))
2146 set_current_state(TASK_RUNNING
);
2149 #ifdef SERIAL_DEBUG_RS_WAIT_UNTIL_SENT
2150 printk("lsr = %d (jiff=%lu)...done\n", lsr
, jiffies
);
2155 * This routine is called by tty_hangup() when a hangup is signaled.
2157 static void mxser_hangup(struct tty_struct
*tty
)
2159 struct mxser_port
*info
= tty
->driver_data
;
2161 mxser_flush_buffer(tty
);
2162 mxser_shutdown(tty
);
2163 tty_port_hangup(&info
->port
);
2167 * mxser_rs_break() --- routine which turns the break handling on or off
2169 static int mxser_rs_break(struct tty_struct
*tty
, int break_state
)
2171 struct mxser_port
*info
= tty
->driver_data
;
2172 unsigned long flags
;
2174 spin_lock_irqsave(&info
->slock
, flags
);
2175 if (break_state
== -1)
2176 outb(inb(info
->ioaddr
+ UART_LCR
) | UART_LCR_SBC
,
2177 info
->ioaddr
+ UART_LCR
);
2179 outb(inb(info
->ioaddr
+ UART_LCR
) & ~UART_LCR_SBC
,
2180 info
->ioaddr
+ UART_LCR
);
2181 spin_unlock_irqrestore(&info
->slock
, flags
);
2185 static void mxser_receive_chars(struct tty_struct
*tty
,
2186 struct mxser_port
*port
, int *status
)
2188 unsigned char ch
, gdl
;
2194 recv_room
= tty
->receive_room
;
2195 if (recv_room
== 0 && !port
->ldisc_stop_rx
)
2197 if (port
->board
->chip_flag
!= MOXA_OTHER_UART
) {
2199 if (*status
& UART_LSR_SPECIAL
)
2201 if (port
->board
->chip_flag
== MOXA_MUST_MU860_HWID
&&
2202 (*status
& MOXA_MUST_LSR_RERR
))
2204 if (*status
& MOXA_MUST_LSR_RERR
)
2207 gdl
= inb(port
->ioaddr
+ MOXA_MUST_GDL_REGISTER
);
2209 if (port
->board
->chip_flag
== MOXA_MUST_MU150_HWID
)
2210 gdl
&= MOXA_MUST_GDL_MASK
;
2211 if (gdl
>= recv_room
) {
2212 if (!port
->ldisc_stop_rx
)
2216 ch
= inb(port
->ioaddr
+ UART_RX
);
2217 tty_insert_flip_char(tty
, ch
, 0);
2228 ch
= inb(port
->ioaddr
+ UART_RX
);
2229 if (port
->board
->chip_flag
&& (*status
& UART_LSR_OE
))
2230 outb(0x23, port
->ioaddr
+ UART_FCR
);
2231 *status
&= port
->read_status_mask
;
2232 if (*status
& port
->ignore_status_mask
) {
2233 if (++ignored
> 100)
2237 if (*status
& UART_LSR_SPECIAL
) {
2238 if (*status
& UART_LSR_BI
) {
2242 if (port
->port
.flags
& ASYNC_SAK
)
2244 } else if (*status
& UART_LSR_PE
) {
2246 port
->icount
.parity
++;
2247 } else if (*status
& UART_LSR_FE
) {
2249 port
->icount
.frame
++;
2250 } else if (*status
& UART_LSR_OE
) {
2252 port
->icount
.overrun
++;
2256 tty_insert_flip_char(tty
, ch
, flag
);
2258 if (cnt
>= recv_room
) {
2259 if (!port
->ldisc_stop_rx
)
2266 if (port
->board
->chip_flag
)
2269 *status
= inb(port
->ioaddr
+ UART_LSR
);
2270 } while (*status
& UART_LSR_DR
);
2273 mxvar_log
.rxcnt
[tty
->index
] += cnt
;
2274 port
->mon_data
.rxcnt
+= cnt
;
2275 port
->mon_data
.up_rxcnt
+= cnt
;
2278 * We are called from an interrupt context with &port->slock
2279 * being held. Drop it temporarily in order to prevent
2280 * recursive locking.
2282 spin_unlock(&port
->slock
);
2283 tty_flip_buffer_push(tty
);
2284 spin_lock(&port
->slock
);
2287 static void mxser_transmit_chars(struct tty_struct
*tty
, struct mxser_port
*port
)
2292 outb(port
->x_char
, port
->ioaddr
+ UART_TX
);
2294 mxvar_log
.txcnt
[tty
->index
]++;
2295 port
->mon_data
.txcnt
++;
2296 port
->mon_data
.up_txcnt
++;
2301 if (port
->port
.xmit_buf
== NULL
)
2304 if (port
->xmit_cnt
<= 0 || tty
->stopped
||
2306 (port
->type
!= PORT_16550A
) &&
2307 (!port
->board
->chip_flag
))) {
2308 port
->IER
&= ~UART_IER_THRI
;
2309 outb(port
->IER
, port
->ioaddr
+ UART_IER
);
2313 cnt
= port
->xmit_cnt
;
2314 count
= port
->xmit_fifo_size
;
2316 outb(port
->port
.xmit_buf
[port
->xmit_tail
++],
2317 port
->ioaddr
+ UART_TX
);
2318 port
->xmit_tail
= port
->xmit_tail
& (SERIAL_XMIT_SIZE
- 1);
2319 if (--port
->xmit_cnt
<= 0)
2321 } while (--count
> 0);
2322 mxvar_log
.txcnt
[tty
->index
] += (cnt
- port
->xmit_cnt
);
2324 port
->mon_data
.txcnt
+= (cnt
- port
->xmit_cnt
);
2325 port
->mon_data
.up_txcnt
+= (cnt
- port
->xmit_cnt
);
2326 port
->icount
.tx
+= (cnt
- port
->xmit_cnt
);
2328 if (port
->xmit_cnt
< WAKEUP_CHARS
&& tty
)
2331 if (port
->xmit_cnt
<= 0) {
2332 port
->IER
&= ~UART_IER_THRI
;
2333 outb(port
->IER
, port
->ioaddr
+ UART_IER
);
2338 * This is the serial driver's generic interrupt routine
2340 static irqreturn_t
mxser_interrupt(int irq
, void *dev_id
)
2343 struct mxser_board
*brd
= NULL
;
2344 struct mxser_port
*port
;
2345 int max
, irqbits
, bits
, msr
;
2346 unsigned int int_cnt
, pass_counter
= 0;
2347 int handled
= IRQ_NONE
;
2348 struct tty_struct
*tty
;
2350 for (i
= 0; i
< MXSER_BOARDS
; i
++)
2351 if (dev_id
== &mxser_boards
[i
]) {
2356 if (i
== MXSER_BOARDS
)
2360 max
= brd
->info
->nports
;
2361 while (pass_counter
++ < MXSER_ISR_PASS_LIMIT
) {
2362 irqbits
= inb(brd
->vector
) & brd
->vector_mask
;
2363 if (irqbits
== brd
->vector_mask
)
2366 handled
= IRQ_HANDLED
;
2367 for (i
= 0, bits
= 1; i
< max
; i
++, irqbits
|= bits
, bits
<<= 1) {
2368 if (irqbits
== brd
->vector_mask
)
2372 port
= &brd
->ports
[i
];
2375 spin_lock(&port
->slock
);
2377 iir
= inb(port
->ioaddr
+ UART_IIR
);
2378 if (iir
& UART_IIR_NO_INT
)
2380 iir
&= MOXA_MUST_IIR_MASK
;
2381 tty
= tty_port_tty_get(&port
->port
);
2383 (port
->port
.flags
& ASYNC_CLOSING
) ||
2384 !(port
->port
.flags
&
2385 ASYNC_INITIALIZED
)) {
2386 status
= inb(port
->ioaddr
+ UART_LSR
);
2387 outb(0x27, port
->ioaddr
+ UART_FCR
);
2388 inb(port
->ioaddr
+ UART_MSR
);
2393 status
= inb(port
->ioaddr
+ UART_LSR
);
2395 if (status
& UART_LSR_PE
)
2396 port
->err_shadow
|= NPPI_NOTIFY_PARITY
;
2397 if (status
& UART_LSR_FE
)
2398 port
->err_shadow
|= NPPI_NOTIFY_FRAMING
;
2399 if (status
& UART_LSR_OE
)
2401 NPPI_NOTIFY_HW_OVERRUN
;
2402 if (status
& UART_LSR_BI
)
2403 port
->err_shadow
|= NPPI_NOTIFY_BREAK
;
2405 if (port
->board
->chip_flag
) {
2406 if (iir
== MOXA_MUST_IIR_GDA
||
2407 iir
== MOXA_MUST_IIR_RDA
||
2408 iir
== MOXA_MUST_IIR_RTO
||
2409 iir
== MOXA_MUST_IIR_LSR
)
2410 mxser_receive_chars(tty
, port
,
2414 status
&= port
->read_status_mask
;
2415 if (status
& UART_LSR_DR
)
2416 mxser_receive_chars(tty
, port
,
2419 msr
= inb(port
->ioaddr
+ UART_MSR
);
2420 if (msr
& UART_MSR_ANY_DELTA
)
2421 mxser_check_modem_status(tty
, port
, msr
);
2423 if (port
->board
->chip_flag
) {
2424 if (iir
== 0x02 && (status
&
2426 mxser_transmit_chars(tty
, port
);
2428 if (status
& UART_LSR_THRE
)
2429 mxser_transmit_chars(tty
, port
);
2432 } while (int_cnt
++ < MXSER_ISR_PASS_LIMIT
);
2433 spin_unlock(&port
->slock
);
2441 static const struct tty_operations mxser_ops
= {
2443 .close
= mxser_close
,
2444 .write
= mxser_write
,
2445 .put_char
= mxser_put_char
,
2446 .flush_chars
= mxser_flush_chars
,
2447 .write_room
= mxser_write_room
,
2448 .chars_in_buffer
= mxser_chars_in_buffer
,
2449 .flush_buffer
= mxser_flush_buffer
,
2450 .ioctl
= mxser_ioctl
,
2451 .throttle
= mxser_throttle
,
2452 .unthrottle
= mxser_unthrottle
,
2453 .set_termios
= mxser_set_termios
,
2455 .start
= mxser_start
,
2456 .hangup
= mxser_hangup
,
2457 .break_ctl
= mxser_rs_break
,
2458 .wait_until_sent
= mxser_wait_until_sent
,
2459 .tiocmget
= mxser_tiocmget
,
2460 .tiocmset
= mxser_tiocmset
,
2461 .get_icount
= mxser_get_icount
,
2464 struct tty_port_operations mxser_port_ops
= {
2465 .carrier_raised
= mxser_carrier_raised
,
2466 .dtr_rts
= mxser_dtr_rts
,
2470 * The MOXA Smartio/Industio serial driver boot-time initialization code!
2473 static void mxser_release_res(struct mxser_board
*brd
, struct pci_dev
*pdev
,
2477 free_irq(brd
->irq
, brd
);
2478 if (pdev
!= NULL
) { /* PCI */
2480 pci_release_region(pdev
, 2);
2481 pci_release_region(pdev
, 3);
2484 release_region(brd
->ports
[0].ioaddr
, 8 * brd
->info
->nports
);
2485 release_region(brd
->vector
, 1);
2489 static int __devinit
mxser_initbrd(struct mxser_board
*brd
,
2490 struct pci_dev
*pdev
)
2492 struct mxser_port
*info
;
2496 printk(KERN_INFO
"mxser: max. baud rate = %d bps\n",
2497 brd
->ports
[0].max_baud
);
2499 for (i
= 0; i
< brd
->info
->nports
; i
++) {
2500 info
= &brd
->ports
[i
];
2501 tty_port_init(&info
->port
);
2502 info
->port
.ops
= &mxser_port_ops
;
2505 info
->ldisc_stop_rx
= 0;
2507 /* Enhance mode enabled here */
2508 if (brd
->chip_flag
!= MOXA_OTHER_UART
) {
2509 pr_info("mxser: brd->ports[%d]: mxser_enable_must_enchance_mode\n"
2510 "info->ioaddr = 0x%lx\n", i
, info
->ioaddr
);
2511 mxser_enable_must_enchance_mode(info
->ioaddr
);
2514 info
->port
.flags
= ASYNC_SHARE_IRQ
;
2515 info
->type
= brd
->uart_type
;
2517 process_txrx_fifo(info
);
2519 info
->custom_divisor
= info
->baud_base
* 16;
2520 info
->port
.close_delay
= 5 * HZ
/ 10;
2521 info
->port
.closing_wait
= 30 * HZ
;
2522 info
->normal_termios
= mxvar_sdriver
->init_termios
;
2523 memset(&info
->mon_data
, 0, sizeof(struct mxser_mon
));
2524 info
->err_shadow
= 0;
2525 spin_lock_init(&info
->slock
);
2527 /* before set INT ISR, disable all int */
2528 outb(inb(info
->ioaddr
+ UART_IER
) & 0xf0,
2529 info
->ioaddr
+ UART_IER
);
2532 retval
= request_irq(brd
->irq
, mxser_interrupt
, IRQF_SHARED
, "mxser",
2535 printk(KERN_ERR
"Board %s: Request irq failed, IRQ (%d) may "
2536 "conflict with another device.\n",
2537 brd
->info
->name
, brd
->irq
);
2538 /* We hold resources, we need to release them. */
2539 mxser_release_res(brd
, pdev
, 0);
2544 static int __init
mxser_get_ISA_conf(int cap
, struct mxser_board
*brd
)
2547 unsigned short regs
[16], irq
;
2548 unsigned char scratch
, scratch2
;
2550 #ifdef CONFIG_ARCH_MOXART
2551 brd
->chip_flag
= MOXA_MUST_MU860_HWID
;
2552 brd
->info
= &mxser_cards
[32];
2553 brd
->vector_mask
= 0x0c;
2554 brd
->irq
= IRQ_UART
;
2555 brd
->vector
= IO_ADDRESS(MOXART_UART_INT_VEC_BASE
);
2556 brd
->uart_type
= PORT_16550A
;
2557 for (i
= 0; i
< 2; i
++) {
2558 brd
->ports
[i
].ioaddr
= IO_ADDRESS(MOXART_UART3_BASE
) + i
* 32;
2559 brd
->ports
[i
].baud_base
= 921600;
2560 brd
->ports
[i
].max_baud
= 921600;
2561 brd
->ports
[i
].opmode_ioaddr
= IO_ADDRESS(MOXART_UART_MODE_BASE
);
2566 brd
->chip_flag
= MOXA_OTHER_UART
;
2568 id
= mxser_read_register(cap
, regs
);
2571 brd
->info
= &mxser_cards
[0];
2574 brd
->info
= &mxser_cards
[1];
2576 case CI104J_ASIC_ID
:
2577 brd
->info
= &mxser_cards
[2];
2580 brd
->info
= &mxser_cards
[5];
2583 brd
->info
= &mxser_cards
[6];
2586 brd
->info
= &mxser_cards
[7];
2593 /* some ISA cards have 2 ports, but we want to see them as 4-port (why?)
2594 Flag-hack checks if configuration should be read as 2-port here. */
2595 if (brd
->info
->nports
== 2 || (brd
->info
->flags
& MXSER_HAS2
)) {
2596 irq
= regs
[9] & 0xF000;
2597 irq
= irq
| (irq
>> 4);
2598 if (irq
!= (regs
[9] & 0xFF00))
2599 goto err_irqconflict
;
2600 } else if (brd
->info
->nports
== 4) {
2601 irq
= regs
[9] & 0xF000;
2602 irq
= irq
| (irq
>> 4);
2603 irq
= irq
| (irq
>> 8);
2605 goto err_irqconflict
;
2606 } else if (brd
->info
->nports
== 8) {
2607 irq
= regs
[9] & 0xF000;
2608 irq
= irq
| (irq
>> 4);
2609 irq
= irq
| (irq
>> 8);
2610 if ((irq
!= regs
[9]) || (irq
!= regs
[10]))
2611 goto err_irqconflict
;
2615 printk(KERN_ERR
"mxser: interrupt number unset\n");
2618 brd
->irq
= ((int)(irq
& 0xF000) >> 12);
2619 for (i
= 0; i
< 8; i
++)
2620 brd
->ports
[i
].ioaddr
= (int) regs
[i
+ 1] & 0xFFF8;
2621 if ((regs
[12] & 0x80) == 0) {
2622 printk(KERN_ERR
"mxser: invalid interrupt vector\n");
2625 brd
->vector
= (int)regs
[11]; /* interrupt vector */
2627 brd
->vector_mask
= 0x00FF;
2629 brd
->vector_mask
= 0x000F;
2630 for (i
= 7, bits
= 0x0100; i
>= 0; i
--, bits
<<= 1) {
2631 if (regs
[12] & bits
) {
2632 brd
->ports
[i
].baud_base
= 921600;
2633 brd
->ports
[i
].max_baud
= 921600;
2635 brd
->ports
[i
].baud_base
= 115200;
2636 brd
->ports
[i
].max_baud
= 115200;
2639 scratch2
= inb(cap
+ UART_LCR
) & (~UART_LCR_DLAB
);
2640 outb(scratch2
| UART_LCR_DLAB
, cap
+ UART_LCR
);
2641 outb(0, cap
+ UART_EFR
); /* EFR is the same as FCR */
2642 outb(scratch2
, cap
+ UART_LCR
);
2643 outb(UART_FCR_ENABLE_FIFO
, cap
+ UART_FCR
);
2644 scratch
= inb(cap
+ UART_IIR
);
2647 brd
->uart_type
= PORT_16550A
;
2649 brd
->uart_type
= PORT_16450
;
2653 if (!request_region(brd
->ports
[0].ioaddr
, 8 * brd
->info
->nports
,
2655 printk(KERN_ERR
"mxser: can't request ports I/O region: "
2656 "0x%.8lx-0x%.8lx\n",
2657 brd
->ports
[0].ioaddr
, brd
->ports
[0].ioaddr
+
2658 8 * brd
->info
->nports
- 1);
2661 if (!request_region(brd
->vector
, 1, "mxser(vector)")) {
2662 release_region(brd
->ports
[0].ioaddr
, 8 * brd
->info
->nports
);
2663 printk(KERN_ERR
"mxser: can't request interrupt vector region: "
2664 "0x%.8lx-0x%.8lx\n",
2665 brd
->ports
[0].ioaddr
, brd
->ports
[0].ioaddr
+
2666 8 * brd
->info
->nports
- 1);
2669 return brd
->info
->nports
;
2672 printk(KERN_ERR
"mxser: invalid interrupt number\n");
2676 static int __devinit
mxser_probe(struct pci_dev
*pdev
,
2677 const struct pci_device_id
*ent
)
2680 struct mxser_board
*brd
;
2682 unsigned long ioaddress
;
2683 int retval
= -EINVAL
;
2685 for (i
= 0; i
< MXSER_BOARDS
; i
++)
2686 if (mxser_boards
[i
].info
== NULL
)
2689 if (i
>= MXSER_BOARDS
) {
2690 dev_err(&pdev
->dev
, "too many boards found (maximum %d), board "
2691 "not configured\n", MXSER_BOARDS
);
2695 brd
= &mxser_boards
[i
];
2696 brd
->idx
= i
* MXSER_PORTS_PER_BOARD
;
2697 dev_info(&pdev
->dev
, "found MOXA %s board (BusNo=%d, DevNo=%d)\n",
2698 mxser_cards
[ent
->driver_data
].name
,
2699 pdev
->bus
->number
, PCI_SLOT(pdev
->devfn
));
2701 retval
= pci_enable_device(pdev
);
2703 dev_err(&pdev
->dev
, "PCI enable failed\n");
2708 ioaddress
= pci_resource_start(pdev
, 2);
2709 retval
= pci_request_region(pdev
, 2, "mxser(IO)");
2713 brd
->info
= &mxser_cards
[ent
->driver_data
];
2714 for (i
= 0; i
< brd
->info
->nports
; i
++)
2715 brd
->ports
[i
].ioaddr
= ioaddress
+ 8 * i
;
2718 ioaddress
= pci_resource_start(pdev
, 3);
2719 retval
= pci_request_region(pdev
, 3, "mxser(vector)");
2722 brd
->vector
= ioaddress
;
2725 brd
->irq
= pdev
->irq
;
2727 brd
->chip_flag
= CheckIsMoxaMust(brd
->ports
[0].ioaddr
);
2728 brd
->uart_type
= PORT_16550A
;
2729 brd
->vector_mask
= 0;
2731 for (i
= 0; i
< brd
->info
->nports
; i
++) {
2732 for (j
= 0; j
< UART_INFO_NUM
; j
++) {
2733 if (Gpci_uart_info
[j
].type
== brd
->chip_flag
) {
2734 brd
->ports
[i
].max_baud
=
2735 Gpci_uart_info
[j
].max_baud
;
2737 /* exception....CP-102 */
2738 if (brd
->info
->flags
& MXSER_HIGHBAUD
)
2739 brd
->ports
[i
].max_baud
= 921600;
2745 if (brd
->chip_flag
== MOXA_MUST_MU860_HWID
) {
2746 for (i
= 0; i
< brd
->info
->nports
; i
++) {
2748 brd
->ports
[i
].opmode_ioaddr
= ioaddress
+ 4;
2750 brd
->ports
[i
].opmode_ioaddr
= ioaddress
+ 0x0c;
2752 outb(0, ioaddress
+ 4); /* default set to RS232 mode */
2753 outb(0, ioaddress
+ 0x0c); /* default set to RS232 mode */
2756 for (i
= 0; i
< brd
->info
->nports
; i
++) {
2757 brd
->vector_mask
|= (1 << i
);
2758 brd
->ports
[i
].baud_base
= 921600;
2761 /* mxser_initbrd will hook ISR. */
2762 retval
= mxser_initbrd(brd
, pdev
);
2766 for (i
= 0; i
< brd
->info
->nports
; i
++)
2767 tty_register_device(mxvar_sdriver
, brd
->idx
+ i
, &pdev
->dev
);
2769 pci_set_drvdata(pdev
, brd
);
2773 pci_release_region(pdev
, 2);
2783 static void __devexit
mxser_remove(struct pci_dev
*pdev
)
2785 struct mxser_board
*brd
= pci_get_drvdata(pdev
);
2788 for (i
= 0; i
< brd
->info
->nports
; i
++)
2789 tty_unregister_device(mxvar_sdriver
, brd
->idx
+ i
);
2791 mxser_release_res(brd
, pdev
, 1);
2795 static struct pci_driver mxser_driver
= {
2797 .id_table
= mxser_pcibrds
,
2798 .probe
= mxser_probe
,
2799 .remove
= __devexit_p(mxser_remove
)
2802 static int __init
mxser_module_init(void)
2804 struct mxser_board
*brd
;
2805 unsigned int b
, i
, m
;
2808 mxvar_sdriver
= alloc_tty_driver(MXSER_PORTS
+ 1);
2812 printk(KERN_INFO
"MOXA Smartio/Industio family driver version %s\n",
2815 /* Initialize the tty_driver structure */
2816 mxvar_sdriver
->owner
= THIS_MODULE
;
2817 mxvar_sdriver
->magic
= TTY_DRIVER_MAGIC
;
2818 #ifdef CONFIG_ARCH_MOXART
2819 mxvar_sdriver
->name
= "ttyM";
2821 mxvar_sdriver
->name
= "ttyMI";
2823 mxvar_sdriver
->major
= ttymajor
;
2824 mxvar_sdriver
->minor_start
= 0;
2825 mxvar_sdriver
->num
= MXSER_PORTS
+ 1;
2826 mxvar_sdriver
->type
= TTY_DRIVER_TYPE_SERIAL
;
2827 mxvar_sdriver
->subtype
= SERIAL_TYPE_NORMAL
;
2828 mxvar_sdriver
->init_termios
= tty_std_termios
;
2829 mxvar_sdriver
->init_termios
.c_cflag
= B9600
|CS8
|CREAD
|HUPCL
|CLOCAL
;
2830 mxvar_sdriver
->flags
= TTY_DRIVER_REAL_RAW
|TTY_DRIVER_DYNAMIC_DEV
;
2831 tty_set_operations(mxvar_sdriver
, &mxser_ops
);
2833 retval
= tty_register_driver(mxvar_sdriver
);
2835 printk(KERN_ERR
"Couldn't install MOXA Smartio/Industio family "
2840 /* Start finding ISA boards here */
2841 for (m
= 0, b
= 0; b
< MXSER_BOARDS
; b
++) {
2842 #ifndef CONFIG_ARCH_MOXART
2843 /* no continue if no ioaddr param fed to module
2844 (force past for UC-7112-LX) */
2849 brd
= &mxser_boards
[m
];
2850 retval
= mxser_get_ISA_conf(ioaddr
[b
], brd
);
2856 printk(KERN_INFO
"mxser: found MOXA %s board (CAP=0x%lx)\n",
2857 brd
->info
->name
, ioaddr
[b
]);
2859 /* mxser_initbrd will hook ISR. */
2860 if (mxser_initbrd(brd
, NULL
) < 0) {
2865 brd
->idx
= m
* MXSER_PORTS_PER_BOARD
;
2866 for (i
= 0; i
< brd
->info
->nports
; i
++)
2867 tty_register_device(mxvar_sdriver
, brd
->idx
+ i
, NULL
);
2872 retval
= pci_register_driver(&mxser_driver
);
2874 printk(KERN_ERR
"mxser: can't register pci driver\n");
2878 } /* else: we have some ISA cards under control */
2883 tty_unregister_driver(mxvar_sdriver
);
2885 put_tty_driver(mxvar_sdriver
);
2889 static void __exit
mxser_module_exit(void)
2893 pci_unregister_driver(&mxser_driver
);
2895 for (i
= 0; i
< MXSER_BOARDS
; i
++) /* ISA remains */
2896 if (mxser_boards
[i
].info
!= NULL
)
2897 for (j
= 0; j
< mxser_boards
[i
].info
->nports
; j
++)
2898 tty_unregister_device(mxvar_sdriver
,
2899 mxser_boards
[i
].idx
+ j
);
2900 tty_unregister_driver(mxvar_sdriver
);
2901 put_tty_driver(mxvar_sdriver
);
2903 for (i
= 0; i
< MXSER_BOARDS
; i
++)
2904 if (mxser_boards
[i
].info
!= NULL
)
2905 mxser_release_res(&mxser_boards
[i
], NULL
, 1);
2908 module_init(mxser_module_init
);
2909 module_exit(mxser_module_exit
);