blob: 5a53c15b0dc2f5d69f6c3ffff4f5a02bad81c67c [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * This program is free software; you can redistribute it and/or
3 * modify it under the terms of the GNU General Public License
4 * as published by the Free Software Foundation; either version
5 * 2 of the License, or (at your option) any later version.
6 *
7 * Original driver code supplied by Multi-Tech
8 *
9 * Changes
10 * 1/9/98 alan@redhat.com Merge to 2.0.x kernel tree
11 * Obtain and use official major/minors
12 * Loader switched to a misc device
13 * (fixed range check bug as a side effect)
14 * Printk clean up
15 * 9/12/98 alan@redhat.com Rough port to 2.1.x
16 *
17 * 10/6/99 sameer Merged the ISA and PCI drivers to
18 * a new unified driver.
19 *
20 * 3/9/99 sameer Added support for ISI4616 cards.
21 *
22 * 16/9/99 sameer We do not force RTS low anymore.
Jiri Slabyd8d16e42006-01-09 20:54:21 -080023 * This is to prevent the firmware
Linus Torvalds1da177e2005-04-16 15:20:36 -070024 * from getting confused.
25 *
26 * 26/10/99 sameer Cosmetic changes:The driver now
27 * dumps the Port Count information
28 * along with I/O address and IRQ.
29 *
30 * 13/12/99 sameer Fixed the problem with IRQ sharing.
31 *
32 * 10/5/00 sameer Fixed isicom_shutdown_board()
33 * to not lower DTR on all the ports
Jiri Slabyd8d16e42006-01-09 20:54:21 -080034 * when the last port on the card is
Linus Torvalds1da177e2005-04-16 15:20:36 -070035 * closed.
36 *
37 * 10/5/00 sameer Signal mask setup command added
Jiri Slabyd8d16e42006-01-09 20:54:21 -080038 * to isicom_setup_port and
Linus Torvalds1da177e2005-04-16 15:20:36 -070039 * isicom_shutdown_port.
40 *
41 * 24/5/00 sameer The driver is now SMP aware.
Jiri Slabyd8d16e42006-01-09 20:54:21 -080042 *
43 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070044 * 27/11/00 Vinayak P Risbud Fixed the Driver Crash Problem
Jiri Slabyd8d16e42006-01-09 20:54:21 -080045 *
46 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070047 * 03/01/01 anil .s Added support for resetting the
48 * internal modems on ISI cards.
49 *
50 * 08/02/01 anil .s Upgraded the driver for kernel
51 * 2.4.x
52 *
Jiri Slabyd8d16e42006-01-09 20:54:21 -080053 * 11/04/01 Kevin Fixed firmware load problem with
Linus Torvalds1da177e2005-04-16 15:20:36 -070054 * ISIHP-4X card
Jiri Slabyd8d16e42006-01-09 20:54:21 -080055 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070056 * 30/04/01 anil .s Fixed the remote login through
57 * ISI port problem. Now the link
58 * does not go down before password
59 * prompt.
60 *
61 * 03/05/01 anil .s Fixed the problem with IRQ sharing
62 * among ISI-PCI cards.
63 *
64 * 03/05/01 anil .s Added support to display the version
Jiri Slabyd8d16e42006-01-09 20:54:21 -080065 * info during insmod as well as module
Linus Torvalds1da177e2005-04-16 15:20:36 -070066 * listing by lsmod.
Jiri Slabyd8d16e42006-01-09 20:54:21 -080067 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070068 * 10/05/01 anil .s Done the modifications to the source
69 * file and Install script so that the
70 * same installation can be used for
71 * 2.2.x and 2.4.x kernel.
72 *
73 * 06/06/01 anil .s Now we drop both dtr and rts during
74 * shutdown_port as well as raise them
75 * during isicom_config_port.
Jiri Slabyd8d16e42006-01-09 20:54:21 -080076 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070077 * 09/06/01 acme@conectiva.com.br use capable, not suser, do
78 * restore_flags on failure in
79 * isicom_send_break, verify put_user
80 * result
81 *
Jiri Slabyd8d16e42006-01-09 20:54:21 -080082 * 11/02/03 ranjeeth Added support for 230 Kbps and 460 Kbps
83 * Baud index extended to 21
84 *
85 * 20/03/03 ranjeeth Made to work for Linux Advanced server.
86 * Taken care of license warning.
87 *
88 * 10/12/03 Ravindra Made to work for Fedora Core 1 of
Linus Torvalds1da177e2005-04-16 15:20:36 -070089 * Red Hat Distribution
90 *
91 * 06/01/05 Alan Cox Merged the ISI and base kernel strands
92 * into a single 2.6 driver
93 *
94 * ***********************************************************
95 *
Jiri Slabyd8d16e42006-01-09 20:54:21 -080096 * To use this driver you also need the support package. You
Linus Torvalds1da177e2005-04-16 15:20:36 -070097 * can find this in RPM format on
98 * ftp://ftp.linux.org.uk/pub/linux/alan
Jiri Slabyd8d16e42006-01-09 20:54:21 -080099 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700100 * You can find the original tools for this direct from Multitech
101 * ftp://ftp.multitech.com/ISI-Cards/
102 *
103 * Having installed the cards the module options (/etc/modprobe.conf)
104 *
105 * options isicom io=card1,card2,card3,card4 irq=card1,card2,card3,card4
106 *
107 * Omit those entries for boards you don't have installed.
108 *
109 * TODO
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110 * Merge testing
111 * 64-bit verification
112 */
113
114#include <linux/module.h>
Jiri Slabye65c1db2006-01-09 20:54:25 -0800115#include <linux/firmware.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700116#include <linux/kernel.h>
117#include <linux/tty.h>
Alan Cox33f0f882006-01-09 20:54:13 -0800118#include <linux/tty_flip.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700119#include <linux/termios.h>
120#include <linux/fs.h>
121#include <linux/sched.h>
122#include <linux/serial.h>
123#include <linux/mm.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700124#include <linux/interrupt.h>
125#include <linux/timer.h>
126#include <linux/delay.h>
127#include <linux/ioport.h>
128
Alan Cox251b8dd2008-04-30 00:54:12 -0700129#include <linux/uaccess.h>
130#include <linux/io.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -0700131#include <asm/system.h>
132
133#include <linux/pci.h>
134
135#include <linux/isicom.h>
136
Jiri Slabyaaa246e2006-01-09 20:54:23 -0800137#define InterruptTheCard(base) outw(0, (base) + 0xc)
138#define ClearInterrupt(base) inw((base) + 0x0a)
139
Jiri Slaby73b52572007-05-08 00:36:29 -0700140#define pr_dbg(str...) pr_debug("ISICOM: " str)
Jiri Slabyaaa246e2006-01-09 20:54:23 -0800141#ifdef DEBUG
Jiri Slabyaaa246e2006-01-09 20:54:23 -0800142#define isicom_paranoia_check(a, b, c) __isicom_paranoia_check((a), (b), (c))
143#else
Jiri Slabyaaa246e2006-01-09 20:54:23 -0800144#define isicom_paranoia_check(a, b, c) 0
145#endif
146
Jiri Slaby9ac09482006-01-09 20:54:24 -0800147static int isicom_probe(struct pci_dev *, const struct pci_device_id *);
148static void __devexit isicom_remove(struct pci_dev *);
149
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150static struct pci_device_id isicom_pci_tbl[] = {
Jiri Slaby9ac09482006-01-09 20:54:24 -0800151 { PCI_DEVICE(VENDOR_ID, 0x2028) },
152 { PCI_DEVICE(VENDOR_ID, 0x2051) },
153 { PCI_DEVICE(VENDOR_ID, 0x2052) },
154 { PCI_DEVICE(VENDOR_ID, 0x2053) },
155 { PCI_DEVICE(VENDOR_ID, 0x2054) },
156 { PCI_DEVICE(VENDOR_ID, 0x2055) },
157 { PCI_DEVICE(VENDOR_ID, 0x2056) },
158 { PCI_DEVICE(VENDOR_ID, 0x2057) },
159 { PCI_DEVICE(VENDOR_ID, 0x2058) },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160 { 0 }
161};
162MODULE_DEVICE_TABLE(pci, isicom_pci_tbl);
163
Jiri Slaby9ac09482006-01-09 20:54:24 -0800164static struct pci_driver isicom_driver = {
165 .name = "isicom",
166 .id_table = isicom_pci_tbl,
167 .probe = isicom_probe,
168 .remove = __devexit_p(isicom_remove)
169};
170
Linus Torvalds1da177e2005-04-16 15:20:36 -0700171static int prev_card = 3; /* start servicing isi_card[0] */
172static struct tty_driver *isicom_normal;
173
Linus Torvalds1da177e2005-04-16 15:20:36 -0700174static void isicom_tx(unsigned long _data);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800175static void isicom_start(struct tty_struct *tty);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700176
Jiri Slaby34b55b82006-12-08 02:38:55 -0800177static DEFINE_TIMER(tx, isicom_tx, 0, 0);
178
Linus Torvalds1da177e2005-04-16 15:20:36 -0700179/* baud index mappings from linux defns to isi */
180
181static signed char linuxb_to_isib[] = {
Jiri Slaby7edc1362007-02-10 01:44:54 -0800182 -1, 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, 15, 16, 17, 18, 19, 20, 21
Linus Torvalds1da177e2005-04-16 15:20:36 -0700183};
184
185struct isi_board {
Jiri Slaby8070e352006-01-09 20:54:22 -0800186 unsigned long base;
Jiri Slaby4969b3a2007-07-17 04:05:18 -0700187 int irq;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700188 unsigned char port_count;
189 unsigned short status;
Jiri Slabya547dfe2006-01-09 20:54:26 -0800190 unsigned short port_status; /* each bit for each port */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700191 unsigned short shift_count;
Alan Cox251b8dd2008-04-30 00:54:12 -0700192 struct isi_port *ports;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700193 signed char count;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700194 spinlock_t card_lock; /* Card wide lock 11/5/00 -sameer */
195 unsigned long flags;
Jiri Slaby938a7022006-12-08 02:38:52 -0800196 unsigned int index;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700197};
198
199struct isi_port {
200 unsigned short magic;
Alan Coxf1d03222008-07-16 21:55:45 +0100201 struct tty_port port;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700202 int close_delay;
Jiri Slaby8070e352006-01-09 20:54:22 -0800203 u16 channel;
204 u16 status;
205 u16 closing_wait;
Alan Cox251b8dd2008-04-30 00:54:12 -0700206 struct isi_board *card;
Alan Cox251b8dd2008-04-30 00:54:12 -0700207 unsigned char *xmit_buf;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208 int xmit_head;
209 int xmit_tail;
210 int xmit_cnt;
211};
212
213static struct isi_board isi_card[BOARD_COUNT];
214static struct isi_port isi_ports[PORT_COUNT];
215
216/*
217 * Locking functions for card level locking. We need to own both
218 * the kernel lock for the card and have the card in a position that
219 * it wants to talk.
220 */
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800221
Jiri Slaby4969b3a2007-07-17 04:05:18 -0700222static inline int WaitTillCardIsFree(unsigned long base)
Jiri Slabycfe7c092006-12-29 16:48:00 -0800223{
224 unsigned int count = 0;
225 unsigned int a = in_atomic(); /* do we run under spinlock? */
226
227 while (!(inw(base + 0xe) & 0x1) && count++ < 100)
228 if (a)
229 mdelay(1);
230 else
231 msleep(1);
232
233 return !(inw(base + 0xe) & 0x1);
234}
235
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236static int lock_card(struct isi_board *card)
237{
Jiri Slaby8070e352006-01-09 20:54:22 -0800238 unsigned long base = card->base;
Jiri Slaby5b21f9d2007-07-17 04:05:17 -0700239 unsigned int retries, a;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700240
Jiri Slaby5b21f9d2007-07-17 04:05:17 -0700241 for (retries = 0; retries < 10; retries++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700242 spin_lock_irqsave(&card->card_lock, card->flags);
Jiri Slaby5b21f9d2007-07-17 04:05:17 -0700243 for (a = 0; a < 10; a++) {
244 if (inw(base + 0xe) & 0x1)
245 return 1;
246 udelay(10);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700247 }
Jiri Slaby5b21f9d2007-07-17 04:05:17 -0700248 spin_unlock_irqrestore(&card->card_lock, card->flags);
249 msleep(10);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700250 }
Jiri Slabya547dfe2006-01-09 20:54:26 -0800251 printk(KERN_WARNING "ISICOM: Failed to lock Card (0x%lx)\n",
252 card->base);
253
Adrian Bunk04187262006-06-30 18:23:04 +0200254 return 0; /* Failed to acquire the card! */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700255}
256
Linus Torvalds1da177e2005-04-16 15:20:36 -0700257static void unlock_card(struct isi_board *card)
258{
259 spin_unlock_irqrestore(&card->card_lock, card->flags);
260}
261
262/*
263 * ISI Card specific ops ...
264 */
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800265
Jiri Slabycfe7c092006-12-29 16:48:00 -0800266/* card->lock HAS to be held */
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800267static void raise_dtr(struct isi_port *port)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268{
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800269 struct isi_board *card = port->card;
Jiri Slaby8070e352006-01-09 20:54:22 -0800270 unsigned long base = card->base;
271 u16 channel = port->channel;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700272
Jiri Slabycfe7c092006-12-29 16:48:00 -0800273 if (WaitTillCardIsFree(base))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700274 return;
275
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800276 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700277 outw(0x0504, base);
278 InterruptTheCard(base);
279 port->status |= ISI_DTR;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700280}
281
Jiri Slabycfe7c092006-12-29 16:48:00 -0800282/* card->lock HAS to be held */
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800283static inline void drop_dtr(struct isi_port *port)
284{
285 struct isi_board *card = port->card;
Jiri Slaby8070e352006-01-09 20:54:22 -0800286 unsigned long base = card->base;
287 u16 channel = port->channel;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700288
Jiri Slabycfe7c092006-12-29 16:48:00 -0800289 if (WaitTillCardIsFree(base))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700290 return;
291
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800292 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700293 outw(0x0404, base);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800294 InterruptTheCard(base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700295 port->status &= ~ISI_DTR;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700296}
297
Jiri Slabycfe7c092006-12-29 16:48:00 -0800298/* card->lock HAS to be held */
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800299static inline void raise_rts(struct isi_port *port)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700300{
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800301 struct isi_board *card = port->card;
Jiri Slaby8070e352006-01-09 20:54:22 -0800302 unsigned long base = card->base;
303 u16 channel = port->channel;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700304
Jiri Slabycfe7c092006-12-29 16:48:00 -0800305 if (WaitTillCardIsFree(base))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700306 return;
307
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800308 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700309 outw(0x0a04, base);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800310 InterruptTheCard(base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700311 port->status |= ISI_RTS;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700312}
Jiri Slabycfe7c092006-12-29 16:48:00 -0800313
314/* card->lock HAS to be held */
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800315static inline void drop_rts(struct isi_port *port)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700316{
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800317 struct isi_board *card = port->card;
Jiri Slaby8070e352006-01-09 20:54:22 -0800318 unsigned long base = card->base;
319 u16 channel = port->channel;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700320
Jiri Slabycfe7c092006-12-29 16:48:00 -0800321 if (WaitTillCardIsFree(base))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700322 return;
323
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800324 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700325 outw(0x0804, base);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800326 InterruptTheCard(base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700327 port->status &= ~ISI_RTS;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700328}
329
Jiri Slabycfe7c092006-12-29 16:48:00 -0800330/* card->lock MUST NOT be held */
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800331static inline void raise_dtr_rts(struct isi_port *port)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700332{
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800333 struct isi_board *card = port->card;
Jiri Slaby8070e352006-01-09 20:54:22 -0800334 unsigned long base = card->base;
335 u16 channel = port->channel;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700336
337 if (!lock_card(card))
338 return;
339
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800340 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700341 outw(0x0f04, base);
342 InterruptTheCard(base);
343 port->status |= (ISI_DTR | ISI_RTS);
344 unlock_card(card);
345}
346
Jiri Slabycfe7c092006-12-29 16:48:00 -0800347/* card->lock HAS to be held */
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800348static void drop_dtr_rts(struct isi_port *port)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700349{
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800350 struct isi_board *card = port->card;
Jiri Slaby8070e352006-01-09 20:54:22 -0800351 unsigned long base = card->base;
352 u16 channel = port->channel;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700353
Jiri Slabycfe7c092006-12-29 16:48:00 -0800354 if (WaitTillCardIsFree(base))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700355 return;
356
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800357 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700358 outw(0x0c04, base);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800359 InterruptTheCard(base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700360 port->status &= ~(ISI_RTS | ISI_DTR);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700361}
362
Linus Torvalds1da177e2005-04-16 15:20:36 -0700363/*
364 * ISICOM Driver specific routines ...
365 *
366 */
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800367
Jiri Slabyaaa246e2006-01-09 20:54:23 -0800368static inline int __isicom_paranoia_check(struct isi_port const *port,
369 char *name, const char *routine)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700370{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700371 if (!port) {
Jiri Slabyaaa246e2006-01-09 20:54:23 -0800372 printk(KERN_WARNING "ISICOM: Warning: bad isicom magic for "
373 "dev %s in %s.\n", name, routine);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700374 return 1;
375 }
376 if (port->magic != ISICOM_MAGIC) {
Jiri Slabyaaa246e2006-01-09 20:54:23 -0800377 printk(KERN_WARNING "ISICOM: Warning: NULL isicom port for "
378 "dev %s in %s.\n", name, routine);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700379 return 1;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800380 }
Jiri Slabyaaa246e2006-01-09 20:54:23 -0800381
Linus Torvalds1da177e2005-04-16 15:20:36 -0700382 return 0;
383}
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800384
Linus Torvalds1da177e2005-04-16 15:20:36 -0700385/*
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800386 * Transmitter.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700387 *
388 * We shovel data into the card buffers on a regular basis. The card
389 * will do the rest of the work for us.
390 */
391
392static void isicom_tx(unsigned long _data)
393{
Jiri Slaby4969b3a2007-07-17 04:05:18 -0700394 unsigned long flags, base;
Jiri Slaby5b21f9d2007-07-17 04:05:17 -0700395 unsigned int retries;
Jiri Slaby4969b3a2007-07-17 04:05:18 -0700396 short count = (BOARD_COUNT-1), card;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700397 short txcount, wrd, residue, word_count, cnt;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800398 struct isi_port *port;
399 struct tty_struct *tty;
400
Linus Torvalds1da177e2005-04-16 15:20:36 -0700401 /* find next active board */
402 card = (prev_card + 1) & 0x0003;
Alan Cox251b8dd2008-04-30 00:54:12 -0700403 while (count-- > 0) {
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800404 if (isi_card[card].status & BOARD_ACTIVE)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700405 break;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800406 card = (card + 1) & 0x0003;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700407 }
408 if (!(isi_card[card].status & BOARD_ACTIVE))
409 goto sched_again;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800410
Linus Torvalds1da177e2005-04-16 15:20:36 -0700411 prev_card = card;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800412
Linus Torvalds1da177e2005-04-16 15:20:36 -0700413 count = isi_card[card].port_count;
414 port = isi_card[card].ports;
415 base = isi_card[card].base;
Jiri Slaby5b21f9d2007-07-17 04:05:17 -0700416
417 spin_lock_irqsave(&isi_card[card].card_lock, flags);
418 for (retries = 0; retries < 100; retries++) {
419 if (inw(base + 0xe) & 0x1)
420 break;
421 udelay(2);
422 }
423 if (retries >= 100)
424 goto unlock;
425
Alan Cox251b8dd2008-04-30 00:54:12 -0700426 for (; count > 0; count--, port++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700427 /* port not active or tx disabled to force flow control */
Alan Coxf1d03222008-07-16 21:55:45 +0100428 if (!(port->port.flags & ASYNC_INITIALIZED) ||
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800429 !(port->status & ISI_TXOK))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700430 continue;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800431
Alan Coxf1d03222008-07-16 21:55:45 +0100432 tty = port->port.tty;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800433
Jiri Slaby5b21f9d2007-07-17 04:05:17 -0700434 if (tty == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700435 continue;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800436
Linus Torvalds1da177e2005-04-16 15:20:36 -0700437 txcount = min_t(short, TX_SIZE, port->xmit_cnt);
Jiri Slaby5b21f9d2007-07-17 04:05:17 -0700438 if (txcount <= 0 || tty->stopped || tty->hw_stopped)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700439 continue;
Jiri Slaby5b21f9d2007-07-17 04:05:17 -0700440
441 if (!(inw(base + 0x02) & (1 << port->channel)))
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800442 continue;
Jiri Slaby5b21f9d2007-07-17 04:05:17 -0700443
Jiri Slabyaaa246e2006-01-09 20:54:23 -0800444 pr_dbg("txing %d bytes, port%d.\n", txcount,
445 port->channel + 1);
446 outw((port->channel << isi_card[card].shift_count) | txcount,
447 base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700448 residue = NO;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800449 wrd = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700450 while (1) {
Jiri Slabya547dfe2006-01-09 20:54:26 -0800451 cnt = min_t(int, txcount, (SERIAL_XMIT_SIZE
452 - port->xmit_tail));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700453 if (residue == YES) {
454 residue = NO;
455 if (cnt > 0) {
Alan Coxf1d03222008-07-16 21:55:45 +0100456 wrd |= (port->port.xmit_buf[port->xmit_tail]
Jiri Slabya547dfe2006-01-09 20:54:26 -0800457 << 8);
458 port->xmit_tail = (port->xmit_tail + 1)
459 & (SERIAL_XMIT_SIZE - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700460 port->xmit_cnt--;
461 txcount--;
462 cnt--;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800463 outw(wrd, base);
Jiri Slabya547dfe2006-01-09 20:54:26 -0800464 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700465 outw(wrd, base);
466 break;
467 }
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800468 }
Alan Cox251b8dd2008-04-30 00:54:12 -0700469 if (cnt <= 0)
470 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700471 word_count = cnt >> 1;
Alan Coxf1d03222008-07-16 21:55:45 +0100472 outsw(base, port->port.xmit_buf+port->xmit_tail, word_count);
Jiri Slabya547dfe2006-01-09 20:54:26 -0800473 port->xmit_tail = (port->xmit_tail
474 + (word_count << 1)) & (SERIAL_XMIT_SIZE - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700475 txcount -= (word_count << 1);
476 port->xmit_cnt -= (word_count << 1);
477 if (cnt & 0x0001) {
478 residue = YES;
Alan Coxf1d03222008-07-16 21:55:45 +0100479 wrd = port->port.xmit_buf[port->xmit_tail];
Jiri Slabya547dfe2006-01-09 20:54:26 -0800480 port->xmit_tail = (port->xmit_tail + 1)
481 & (SERIAL_XMIT_SIZE - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700482 port->xmit_cnt--;
483 txcount--;
484 }
485 }
486
487 InterruptTheCard(base);
488 if (port->xmit_cnt <= 0)
489 port->status &= ~ISI_TXOK;
490 if (port->xmit_cnt <= WAKEUP_CHARS)
Jiri Slaby0aa5de82007-02-10 01:44:47 -0800491 tty_wakeup(tty);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800492 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700493
Jiri Slaby5b21f9d2007-07-17 04:05:17 -0700494unlock:
495 spin_unlock_irqrestore(&isi_card[card].card_lock, flags);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800496 /* schedule another tx for hopefully in about 10ms */
497sched_again:
Jiri Slaby34b55b82006-12-08 02:38:55 -0800498 mod_timer(&tx, jiffies + msecs_to_jiffies(10));
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800499}
500
Linus Torvalds1da177e2005-04-16 15:20:36 -0700501/*
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800502 * Main interrupt handler routine
Linus Torvalds1da177e2005-04-16 15:20:36 -0700503 */
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800504
David Howells7d12e782006-10-05 14:55:46 +0100505static irqreturn_t isicom_interrupt(int irq, void *dev_id)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700506{
Jiri Slaby8070e352006-01-09 20:54:22 -0800507 struct isi_board *card = dev_id;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800508 struct isi_port *port;
509 struct tty_struct *tty;
Jiri Slaby8070e352006-01-09 20:54:22 -0800510 unsigned long base;
511 u16 header, word_count, count, channel;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700512 short byte_count;
Alan Cox33f0f882006-01-09 20:54:13 -0800513 unsigned char *rp;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800514
Linus Torvalds1da177e2005-04-16 15:20:36 -0700515 if (!card || !(card->status & FIRMWARE_LOADED))
516 return IRQ_NONE;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800517
Linus Torvalds1da177e2005-04-16 15:20:36 -0700518 base = card->base;
Jiri Slabycb4a10c2007-02-10 01:44:53 -0800519
520 /* did the card interrupt us? */
521 if (!(inw(base + 0x0e) & 0x02))
522 return IRQ_NONE;
523
Linus Torvalds1da177e2005-04-16 15:20:36 -0700524 spin_lock(&card->card_lock);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800525
Jiri Slaby18234f82006-12-08 02:38:51 -0800526 /*
527 * disable any interrupts from the PCI card and lower the
528 * interrupt line
529 */
530 outw(0x8000, base+0x04);
531 ClearInterrupt(base);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800532
Linus Torvalds1da177e2005-04-16 15:20:36 -0700533 inw(base); /* get the dummy word out */
534 header = inw(base);
535 channel = (header & 0x7800) >> card->shift_count;
536 byte_count = header & 0xff;
537
538 if (channel + 1 > card->port_count) {
Jiri Slabya547dfe2006-01-09 20:54:26 -0800539 printk(KERN_WARNING "ISICOM: isicom_interrupt(0x%lx): "
540 "%d(channel) > port_count.\n", base, channel+1);
Jiri Slaby18234f82006-12-08 02:38:51 -0800541 outw(0x0000, base+0x04); /* enable interrupts */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700542 spin_unlock(&card->card_lock);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800543 return IRQ_HANDLED;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700544 }
545 port = card->ports + channel;
Alan Coxf1d03222008-07-16 21:55:45 +0100546 if (!(port->port.flags & ASYNC_INITIALIZED)) {
Jiri Slaby18234f82006-12-08 02:38:51 -0800547 outw(0x0000, base+0x04); /* enable interrupts */
Jiri Slaby174f1302007-02-10 01:44:52 -0800548 spin_unlock(&card->card_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700549 return IRQ_HANDLED;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800550 }
551
Alan Coxf1d03222008-07-16 21:55:45 +0100552 tty = port->port.tty;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700553 if (tty == NULL) {
554 word_count = byte_count >> 1;
Alan Cox251b8dd2008-04-30 00:54:12 -0700555 while (byte_count > 1) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700556 inw(base);
557 byte_count -= 2;
558 }
559 if (byte_count & 0x01)
560 inw(base);
Jiri Slaby18234f82006-12-08 02:38:51 -0800561 outw(0x0000, base+0x04); /* enable interrupts */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700562 spin_unlock(&card->card_lock);
563 return IRQ_HANDLED;
564 }
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800565
Linus Torvalds1da177e2005-04-16 15:20:36 -0700566 if (header & 0x8000) { /* Status Packet */
567 header = inw(base);
Alan Cox251b8dd2008-04-30 00:54:12 -0700568 switch (header & 0xff) {
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800569 case 0: /* Change in EIA signals */
Alan Coxf1d03222008-07-16 21:55:45 +0100570 if (port->port.flags & ASYNC_CHECK_CD) {
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800571 if (port->status & ISI_DCD) {
572 if (!(header & ISI_DCD)) {
573 /* Carrier has been lost */
Jiri Slabya547dfe2006-01-09 20:54:26 -0800574 pr_dbg("interrupt: DCD->low.\n"
575 );
Linus Torvalds1da177e2005-04-16 15:20:36 -0700576 port->status &= ~ISI_DCD;
Jiri Slaby0aa5de82007-02-10 01:44:47 -0800577 tty_hangup(tty);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700578 }
Jiri Slabya547dfe2006-01-09 20:54:26 -0800579 } else if (header & ISI_DCD) {
580 /* Carrier has been detected */
581 pr_dbg("interrupt: DCD->high.\n");
582 port->status |= ISI_DCD;
Alan Coxf1d03222008-07-16 21:55:45 +0100583 wake_up_interruptible(&port->port.open_wait);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700584 }
Jiri Slabya547dfe2006-01-09 20:54:26 -0800585 } else {
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800586 if (header & ISI_DCD)
587 port->status |= ISI_DCD;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700588 else
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800589 port->status &= ~ISI_DCD;
590 }
591
Alan Coxf1d03222008-07-16 21:55:45 +0100592 if (port->port.flags & ASYNC_CTS_FLOW) {
593 if (port->port.tty->hw_stopped) {
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800594 if (header & ISI_CTS) {
Alan Coxf1d03222008-07-16 21:55:45 +0100595 port->port.tty->hw_stopped = 0;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800596 /* start tx ing */
Jiri Slabya547dfe2006-01-09 20:54:26 -0800597 port->status |= (ISI_TXOK
598 | ISI_CTS);
Jiri Slaby0aa5de82007-02-10 01:44:47 -0800599 tty_wakeup(tty);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800600 }
Jiri Slabya547dfe2006-01-09 20:54:26 -0800601 } else if (!(header & ISI_CTS)) {
Alan Coxf1d03222008-07-16 21:55:45 +0100602 port->port.tty->hw_stopped = 1;
Jiri Slabya547dfe2006-01-09 20:54:26 -0800603 /* stop tx ing */
604 port->status &= ~(ISI_TXOK | ISI_CTS);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800605 }
Jiri Slabya547dfe2006-01-09 20:54:26 -0800606 } else {
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800607 if (header & ISI_CTS)
608 port->status |= ISI_CTS;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700609 else
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800610 port->status &= ~ISI_CTS;
611 }
612
613 if (header & ISI_DSR)
614 port->status |= ISI_DSR;
615 else
616 port->status &= ~ISI_DSR;
617
618 if (header & ISI_RI)
619 port->status |= ISI_RI;
620 else
621 port->status &= ~ISI_RI;
622
623 break;
624
Jiri Slabya547dfe2006-01-09 20:54:26 -0800625 case 1: /* Received Break !!! */
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800626 tty_insert_flip_char(tty, 0, TTY_BREAK);
Alan Coxf1d03222008-07-16 21:55:45 +0100627 if (port->port.flags & ASYNC_SAK)
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800628 do_SAK(tty);
629 tty_flip_buffer_push(tty);
630 break;
631
632 case 2: /* Statistics */
Jiri Slabyaaa246e2006-01-09 20:54:23 -0800633 pr_dbg("isicom_interrupt: stats!!!.\n");
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800634 break;
635
636 default:
Jiri Slabyaaa246e2006-01-09 20:54:23 -0800637 pr_dbg("Intr: Unknown code in status packet.\n");
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800638 break;
639 }
Jiri Slabya547dfe2006-01-09 20:54:26 -0800640 } else { /* Data Packet */
Alan Cox33f0f882006-01-09 20:54:13 -0800641
642 count = tty_prepare_flip_string(tty, &rp, byte_count & ~1);
Jiri Slabyaaa246e2006-01-09 20:54:23 -0800643 pr_dbg("Intr: Can rx %d of %d bytes.\n", count, byte_count);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700644 word_count = count >> 1;
Alan Cox33f0f882006-01-09 20:54:13 -0800645 insw(base, rp, word_count);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700646 byte_count -= (word_count << 1);
647 if (count & 0x0001) {
Jiri Slabya547dfe2006-01-09 20:54:26 -0800648 tty_insert_flip_char(tty, inw(base) & 0xff,
649 TTY_NORMAL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650 byte_count -= 2;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800651 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700652 if (byte_count > 0) {
Jiri Slabyaaa246e2006-01-09 20:54:23 -0800653 pr_dbg("Intr(0x%lx:%d): Flip buffer overflow! dropping "
654 "bytes...\n", base, channel + 1);
Alan Cox251b8dd2008-04-30 00:54:12 -0700655 /* drain out unread xtra data */
656 while (byte_count > 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700657 inw(base);
658 byte_count -= 2;
659 }
660 }
Alan Cox33f0f882006-01-09 20:54:13 -0800661 tty_flip_buffer_push(tty);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700662 }
Jiri Slaby18234f82006-12-08 02:38:51 -0800663 outw(0x0000, base+0x04); /* enable interrupts */
Jiri Slaby174f1302007-02-10 01:44:52 -0800664 spin_unlock(&card->card_lock);
Jiri Slabya547dfe2006-01-09 20:54:26 -0800665
Linus Torvalds1da177e2005-04-16 15:20:36 -0700666 return IRQ_HANDLED;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800667}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700668
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800669static void isicom_config_port(struct isi_port *port)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700670{
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800671 struct isi_board *card = port->card;
672 struct tty_struct *tty;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700673 unsigned long baud;
Jiri Slaby8070e352006-01-09 20:54:22 -0800674 unsigned long base = card->base;
675 u16 channel_setup, channel = port->channel,
676 shift_count = card->shift_count;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700677 unsigned char flow_ctrl;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800678
Alan Coxf1d03222008-07-16 21:55:45 +0100679 tty = port->port.tty;
Alan Cox251b8dd2008-04-30 00:54:12 -0700680
681 if (tty == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700682 return;
Alan Cox251b8dd2008-04-30 00:54:12 -0700683 /* FIXME: Switch to new tty baud API */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700684 baud = C_BAUD(tty);
685 if (baud & CBAUDEX) {
686 baud &= ~CBAUDEX;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800687
Linus Torvalds1da177e2005-04-16 15:20:36 -0700688 /* if CBAUDEX bit is on and the baud is set to either 50 or 75
689 * then the card is programmed for 57.6Kbps or 115Kbps
690 * respectively.
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800691 */
692
Jiri Slaby7edc1362007-02-10 01:44:54 -0800693 /* 1,2,3,4 => 57.6, 115.2, 230, 460 kbps resp. */
694 if (baud < 1 || baud > 4)
Alan Coxf1d03222008-07-16 21:55:45 +0100695 port->port.tty->termios->c_cflag &= ~CBAUDEX;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700696 else
697 baud += 15;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800698 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700699 if (baud == 15) {
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800700
701 /* the ASYNC_SPD_HI and ASYNC_SPD_VHI options are set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700702 * by the set_serial_info ioctl ... this is done by
703 * the 'setserial' utility.
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800704 */
705
Alan Coxf1d03222008-07-16 21:55:45 +0100706 if ((port->port.flags & ASYNC_SPD_MASK) == ASYNC_SPD_HI)
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800707 baud++; /* 57.6 Kbps */
Alan Coxf1d03222008-07-16 21:55:45 +0100708 if ((port->port.flags & ASYNC_SPD_MASK) == ASYNC_SPD_VHI)
Alan Cox251b8dd2008-04-30 00:54:12 -0700709 baud += 2; /* 115 Kbps */
Alan Coxf1d03222008-07-16 21:55:45 +0100710 if ((port->port.flags & ASYNC_SPD_MASK) == ASYNC_SPD_SHI)
Jiri Slaby7edc1362007-02-10 01:44:54 -0800711 baud += 3; /* 230 kbps*/
Alan Coxf1d03222008-07-16 21:55:45 +0100712 if ((port->port.flags & ASYNC_SPD_MASK) == ASYNC_SPD_WARP)
Jiri Slaby7edc1362007-02-10 01:44:54 -0800713 baud += 4; /* 460 kbps*/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700714 }
715 if (linuxb_to_isib[baud] == -1) {
716 /* hang up */
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800717 drop_dtr(port);
718 return;
Alan Cox251b8dd2008-04-30 00:54:12 -0700719 } else
Linus Torvalds1da177e2005-04-16 15:20:36 -0700720 raise_dtr(port);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800721
Jiri Slabycfe7c092006-12-29 16:48:00 -0800722 if (WaitTillCardIsFree(base) == 0) {
Alan Cox251b8dd2008-04-30 00:54:12 -0700723 outw(0x8000 | (channel << shift_count) | 0x03, base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700724 outw(linuxb_to_isib[baud] << 8 | 0x03, base);
725 channel_setup = 0;
Alan Cox251b8dd2008-04-30 00:54:12 -0700726 switch (C_CSIZE(tty)) {
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800727 case CS5:
728 channel_setup |= ISICOM_CS5;
729 break;
730 case CS6:
731 channel_setup |= ISICOM_CS6;
732 break;
733 case CS7:
734 channel_setup |= ISICOM_CS7;
735 break;
736 case CS8:
737 channel_setup |= ISICOM_CS8;
738 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700739 }
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800740
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741 if (C_CSTOPB(tty))
742 channel_setup |= ISICOM_2SB;
743 if (C_PARENB(tty)) {
744 channel_setup |= ISICOM_EVPAR;
745 if (C_PARODD(tty))
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800746 channel_setup |= ISICOM_ODPAR;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700747 }
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800748 outw(channel_setup, base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700749 InterruptTheCard(base);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800750 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700751 if (C_CLOCAL(tty))
Alan Coxf1d03222008-07-16 21:55:45 +0100752 port->port.flags &= ~ASYNC_CHECK_CD;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700753 else
Alan Coxf1d03222008-07-16 21:55:45 +0100754 port->port.flags |= ASYNC_CHECK_CD;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800755
Linus Torvalds1da177e2005-04-16 15:20:36 -0700756 /* flow control settings ...*/
757 flow_ctrl = 0;
Alan Coxf1d03222008-07-16 21:55:45 +0100758 port->port.flags &= ~ASYNC_CTS_FLOW;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700759 if (C_CRTSCTS(tty)) {
Alan Coxf1d03222008-07-16 21:55:45 +0100760 port->port.flags |= ASYNC_CTS_FLOW;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700761 flow_ctrl |= ISICOM_CTSRTS;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800762 }
763 if (I_IXON(tty))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700764 flow_ctrl |= ISICOM_RESPOND_XONXOFF;
765 if (I_IXOFF(tty))
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800766 flow_ctrl |= ISICOM_INITIATE_XONXOFF;
767
Jiri Slabycfe7c092006-12-29 16:48:00 -0800768 if (WaitTillCardIsFree(base) == 0) {
Alan Cox251b8dd2008-04-30 00:54:12 -0700769 outw(0x8000 | (channel << shift_count) | 0x04, base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700770 outw(flow_ctrl << 8 | 0x05, base);
771 outw((STOP_CHAR(tty)) << 8 | (START_CHAR(tty)), base);
772 InterruptTheCard(base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700773 }
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800774
Linus Torvalds1da177e2005-04-16 15:20:36 -0700775 /* rx enabled -> enable port for rx on the card */
776 if (C_CREAD(tty)) {
777 card->port_status |= (1 << channel);
778 outw(card->port_status, base + 0x02);
779 }
780}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700781
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800782/* open et all */
783
784static inline void isicom_setup_board(struct isi_board *bp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700785{
786 int channel;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800787 struct isi_port *port;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700788 unsigned long flags;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800789
Linus Torvalds1da177e2005-04-16 15:20:36 -0700790 spin_lock_irqsave(&bp->card_lock, flags);
791 if (bp->status & BOARD_ACTIVE) {
792 spin_unlock_irqrestore(&bp->card_lock, flags);
793 return;
794 }
795 port = bp->ports;
796 bp->status |= BOARD_ACTIVE;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800797 for (channel = 0; channel < bp->port_count; channel++, port++)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700798 drop_dtr_rts(port);
Jiri Slabycfe7c092006-12-29 16:48:00 -0800799 spin_unlock_irqrestore(&bp->card_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700800}
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800801
802static int isicom_setup_port(struct isi_port *port)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700803{
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800804 struct isi_board *card = port->card;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700805 unsigned long flags;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800806
Alan Coxf1d03222008-07-16 21:55:45 +0100807 if (port->port.flags & ASYNC_INITIALIZED)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700808 return 0;
Alan Coxf1d03222008-07-16 21:55:45 +0100809 if (tty_port_alloc_xmit_buf(&port->port) < 0)
810 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700811
812 spin_lock_irqsave(&card->card_lock, flags);
Alan Coxf1d03222008-07-16 21:55:45 +0100813 if (port->port.tty)
814 clear_bit(TTY_IO_ERROR, &port->port.tty->flags);
815 if (port->port.count == 1)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700816 card->count++;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800817
Linus Torvalds1da177e2005-04-16 15:20:36 -0700818 port->xmit_cnt = port->xmit_head = port->xmit_tail = 0;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800819
Linus Torvalds1da177e2005-04-16 15:20:36 -0700820 /* discard any residual data */
Jiri Slabycfe7c092006-12-29 16:48:00 -0800821 if (WaitTillCardIsFree(card->base) == 0) {
822 outw(0x8000 | (port->channel << card->shift_count) | 0x02,
823 card->base);
824 outw(((ISICOM_KILLTX | ISICOM_KILLRX) << 8) | 0x06, card->base);
825 InterruptTheCard(card->base);
826 }
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800827
Linus Torvalds1da177e2005-04-16 15:20:36 -0700828 isicom_config_port(port);
Alan Coxf1d03222008-07-16 21:55:45 +0100829 port->port.flags |= ASYNC_INITIALIZED;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700830 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800831
832 return 0;
833}
834
Jiri Slabya547dfe2006-01-09 20:54:26 -0800835static int block_til_ready(struct tty_struct *tty, struct file *filp,
836 struct isi_port *port)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700837{
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800838 struct isi_board *card = port->card;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700839 int do_clocal = 0, retval;
840 unsigned long flags;
841 DECLARE_WAITQUEUE(wait, current);
842
843 /* block if port is in the process of being closed */
844
Alan Coxf1d03222008-07-16 21:55:45 +0100845 if (tty_hung_up_p(filp) || port->port.flags & ASYNC_CLOSING) {
Jiri Slabyaaa246e2006-01-09 20:54:23 -0800846 pr_dbg("block_til_ready: close in progress.\n");
Alan Coxf1d03222008-07-16 21:55:45 +0100847 interruptible_sleep_on(&port->port.close_wait);
848 if (port->port.flags & ASYNC_HUP_NOTIFY)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700849 return -EAGAIN;
850 else
851 return -ERESTARTSYS;
852 }
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800853
Linus Torvalds1da177e2005-04-16 15:20:36 -0700854 /* if non-blocking mode is set ... */
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800855
Jiri Slabya547dfe2006-01-09 20:54:26 -0800856 if ((filp->f_flags & O_NONBLOCK) ||
857 (tty->flags & (1 << TTY_IO_ERROR))) {
Jiri Slabyaaa246e2006-01-09 20:54:23 -0800858 pr_dbg("block_til_ready: non-block mode.\n");
Alan Coxf1d03222008-07-16 21:55:45 +0100859 port->port.flags |= ASYNC_NORMAL_ACTIVE;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800860 return 0;
861 }
862
Linus Torvalds1da177e2005-04-16 15:20:36 -0700863 if (C_CLOCAL(tty))
864 do_clocal = 1;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800865
866 /* block waiting for DCD to be asserted, and while
Linus Torvalds1da177e2005-04-16 15:20:36 -0700867 callout dev is busy */
868 retval = 0;
Alan Coxf1d03222008-07-16 21:55:45 +0100869 add_wait_queue(&port->port.open_wait, &wait);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700870
871 spin_lock_irqsave(&card->card_lock, flags);
872 if (!tty_hung_up_p(filp))
Alan Coxf1d03222008-07-16 21:55:45 +0100873 port->port.count--;
874 port->port.blocked_open++;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700875 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800876
Linus Torvalds1da177e2005-04-16 15:20:36 -0700877 while (1) {
878 raise_dtr_rts(port);
879
880 set_current_state(TASK_INTERRUPTIBLE);
Alan Coxf1d03222008-07-16 21:55:45 +0100881 if (tty_hung_up_p(filp) || !(port->port.flags & ASYNC_INITIALIZED)) {
882 if (port->port.flags & ASYNC_HUP_NOTIFY)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700883 retval = -EAGAIN;
884 else
885 retval = -ERESTARTSYS;
886 break;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800887 }
Alan Coxf1d03222008-07-16 21:55:45 +0100888 if (!(port->port.flags & ASYNC_CLOSING) &&
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800889 (do_clocal || (port->status & ISI_DCD))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700890 break;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800891 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700892 if (signal_pending(current)) {
893 retval = -ERESTARTSYS;
894 break;
895 }
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800896 schedule();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700897 }
898 set_current_state(TASK_RUNNING);
Alan Coxf1d03222008-07-16 21:55:45 +0100899 remove_wait_queue(&port->port.open_wait, &wait);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700900 spin_lock_irqsave(&card->card_lock, flags);
901 if (!tty_hung_up_p(filp))
Alan Coxf1d03222008-07-16 21:55:45 +0100902 port->port.count++;
903 port->port.blocked_open--;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700904 spin_unlock_irqrestore(&card->card_lock, flags);
905 if (retval)
906 return retval;
Alan Coxf1d03222008-07-16 21:55:45 +0100907 port->port.flags |= ASYNC_NORMAL_ACTIVE;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700908 return 0;
909}
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800910
911static int isicom_open(struct tty_struct *tty, struct file *filp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700912{
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800913 struct isi_port *port;
914 struct isi_board *card;
Jiri Slaby17c4edf2006-12-08 02:38:57 -0800915 unsigned int board;
916 int error, line;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700917
918 line = tty->index;
919 if (line < 0 || line > PORT_COUNT-1)
920 return -ENODEV;
921 board = BOARD(line);
922 card = &isi_card[board];
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800923
Linus Torvalds1da177e2005-04-16 15:20:36 -0700924 if (!(card->status & FIRMWARE_LOADED))
925 return -ENODEV;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800926
Linus Torvalds1da177e2005-04-16 15:20:36 -0700927 /* open on a port greater than the port count for the card !!! */
928 if (line > ((board * 16) + card->port_count - 1))
929 return -ENODEV;
930
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800931 port = &isi_ports[line];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700932 if (isicom_paranoia_check(port, tty->name, "isicom_open"))
933 return -ENODEV;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800934
935 isicom_setup_board(card);
936
Alan Coxf1d03222008-07-16 21:55:45 +0100937 port->port.count++;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700938 tty->driver_data = port;
Alan Coxf1d03222008-07-16 21:55:45 +0100939 port->port.tty = tty;
Alan Cox251b8dd2008-04-30 00:54:12 -0700940 error = isicom_setup_port(port);
941 if (error == 0)
942 error = block_til_ready(tty, filp, port);
943 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700944}
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800945
Linus Torvalds1da177e2005-04-16 15:20:36 -0700946/* close et all */
947
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800948static inline void isicom_shutdown_board(struct isi_board *bp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700949{
Alan Cox251b8dd2008-04-30 00:54:12 -0700950 if (bp->status & BOARD_ACTIVE)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700951 bp->status &= ~BOARD_ACTIVE;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700952}
953
Jiri Slabycfe7c092006-12-29 16:48:00 -0800954/* card->lock HAS to be held */
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800955static void isicom_shutdown_port(struct isi_port *port)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700956{
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800957 struct isi_board *card = port->card;
958 struct tty_struct *tty;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800959
Alan Coxf1d03222008-07-16 21:55:45 +0100960 tty = port->port.tty;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700961
Alan Coxf1d03222008-07-16 21:55:45 +0100962 if (!(port->port.flags & ASYNC_INITIALIZED))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700963 return;
Jiri Slabycfe7c092006-12-29 16:48:00 -0800964
Alan Coxf1d03222008-07-16 21:55:45 +0100965 tty_port_free_xmit_buf(&port->port);
966 port->port.flags &= ~ASYNC_INITIALIZED;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700967 /* 3rd October 2000 : Vinayak P Risbud */
Alan Coxf1d03222008-07-16 21:55:45 +0100968 port->port.tty = NULL;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800969
Linus Torvalds1da177e2005-04-16 15:20:36 -0700970 /*Fix done by Anil .S on 30-04-2001
971 remote login through isi port has dtr toggle problem
972 due to which the carrier drops before the password prompt
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800973 appears on the remote end. Now we drop the dtr only if the
Linus Torvalds1da177e2005-04-16 15:20:36 -0700974 HUPCL(Hangup on close) flag is set for the tty*/
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800975
976 if (C_HUPCL(tty))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700977 /* drop dtr on this port */
978 drop_dtr(port);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800979
980 /* any other port uninits */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700981 if (tty)
982 set_bit(TTY_IO_ERROR, &tty->flags);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800983
Linus Torvalds1da177e2005-04-16 15:20:36 -0700984 if (--card->count < 0) {
Jiri Slabyaaa246e2006-01-09 20:54:23 -0800985 pr_dbg("isicom_shutdown_port: bad board(0x%lx) count %d.\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700986 card->base, card->count);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800987 card->count = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700988 }
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800989
Jiri Slabya547dfe2006-01-09 20:54:26 -0800990 /* last port was closed, shutdown that boad too */
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800991 if (C_HUPCL(tty)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700992 if (!card->count)
993 isicom_shutdown_board(card);
994 }
995}
996
Alan Cox978e5952008-04-30 00:53:59 -0700997static void isicom_flush_buffer(struct tty_struct *tty)
998{
999 struct isi_port *port = tty->driver_data;
1000 struct isi_board *card = port->card;
1001 unsigned long flags;
1002
1003 if (isicom_paranoia_check(port, tty->name, "isicom_flush_buffer"))
1004 return;
1005
1006 spin_lock_irqsave(&card->card_lock, flags);
1007 port->xmit_cnt = port->xmit_head = port->xmit_tail = 0;
1008 spin_unlock_irqrestore(&card->card_lock, flags);
1009
1010 tty_wakeup(tty);
1011}
1012
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001013static void isicom_close(struct tty_struct *tty, struct file *filp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001014{
Jiri Slaby8070e352006-01-09 20:54:22 -08001015 struct isi_port *port = tty->driver_data;
Jiri Slabyc387fd82006-11-15 00:30:17 +01001016 struct isi_board *card;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001017 unsigned long flags;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001018
Linus Torvalds1da177e2005-04-16 15:20:36 -07001019 if (!port)
1020 return;
Jiri Slabyc387fd82006-11-15 00:30:17 +01001021 card = port->card;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001022 if (isicom_paranoia_check(port, tty->name, "isicom_close"))
1023 return;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001024
Jiri Slabyaaa246e2006-01-09 20:54:23 -08001025 pr_dbg("Close start!!!.\n");
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001026
Linus Torvalds1da177e2005-04-16 15:20:36 -07001027 spin_lock_irqsave(&card->card_lock, flags);
1028 if (tty_hung_up_p(filp)) {
1029 spin_unlock_irqrestore(&card->card_lock, flags);
1030 return;
1031 }
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001032
Alan Coxf1d03222008-07-16 21:55:45 +01001033 if (tty->count == 1 && port->port.count != 1) {
Jiri Slabya547dfe2006-01-09 20:54:26 -08001034 printk(KERN_WARNING "ISICOM:(0x%lx) isicom_close: bad port "
1035 "count tty->count = 1 port count = %d.\n",
Alan Coxf1d03222008-07-16 21:55:45 +01001036 card->base, port->port.count);
1037 port->port.count = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001038 }
Alan Coxf1d03222008-07-16 21:55:45 +01001039 if (--port->port.count < 0) {
Jiri Slabya547dfe2006-01-09 20:54:26 -08001040 printk(KERN_WARNING "ISICOM:(0x%lx) isicom_close: bad port "
1041 "count for channel%d = %d", card->base, port->channel,
Alan Coxf1d03222008-07-16 21:55:45 +01001042 port->port.count);
1043 port->port.count = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001044 }
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001045
Alan Coxf1d03222008-07-16 21:55:45 +01001046 if (port->port.count) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001047 spin_unlock_irqrestore(&card->card_lock, flags);
1048 return;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001049 }
Alan Coxf1d03222008-07-16 21:55:45 +01001050 port->port.flags |= ASYNC_CLOSING;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001051 tty->closing = 1;
1052 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001053
Linus Torvalds1da177e2005-04-16 15:20:36 -07001054 if (port->closing_wait != ASYNC_CLOSING_WAIT_NONE)
1055 tty_wait_until_sent(tty, port->closing_wait);
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001056 /* indicate to the card that no more data can be received
Linus Torvalds1da177e2005-04-16 15:20:36 -07001057 on this port */
1058 spin_lock_irqsave(&card->card_lock, flags);
Alan Coxf1d03222008-07-16 21:55:45 +01001059 if (port->port.flags & ASYNC_INITIALIZED) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001060 card->port_status &= ~(1 << port->channel);
1061 outw(card->port_status, card->base + 0x02);
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001062 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001063 isicom_shutdown_port(port);
1064 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001065
Alan Cox978e5952008-04-30 00:53:59 -07001066 isicom_flush_buffer(tty);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001067 tty_ldisc_flush(tty);
1068
1069 spin_lock_irqsave(&card->card_lock, flags);
1070 tty->closing = 0;
1071
Alan Coxf1d03222008-07-16 21:55:45 +01001072 if (port->port.blocked_open) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001073 spin_unlock_irqrestore(&card->card_lock, flags);
1074 if (port->close_delay) {
Jiri Slabyaaa246e2006-01-09 20:54:23 -08001075 pr_dbg("scheduling until time out.\n");
Jiri Slabya547dfe2006-01-09 20:54:26 -08001076 msleep_interruptible(
1077 jiffies_to_msecs(port->close_delay));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001078 }
1079 spin_lock_irqsave(&card->card_lock, flags);
Alan Coxf1d03222008-07-16 21:55:45 +01001080 wake_up_interruptible(&port->port.open_wait);
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001081 }
Alan Coxf1d03222008-07-16 21:55:45 +01001082 port->port.flags &= ~(ASYNC_NORMAL_ACTIVE | ASYNC_CLOSING);
1083 wake_up_interruptible(&port->port.close_wait);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001084 spin_unlock_irqrestore(&card->card_lock, flags);
1085}
1086
1087/* write et all */
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001088static int isicom_write(struct tty_struct *tty, const unsigned char *buf,
1089 int count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001090{
Jiri Slaby8070e352006-01-09 20:54:22 -08001091 struct isi_port *port = tty->driver_data;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001092 struct isi_board *card = port->card;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001093 unsigned long flags;
1094 int cnt, total = 0;
1095
1096 if (isicom_paranoia_check(port, tty->name, "isicom_write"))
1097 return 0;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001098
Linus Torvalds1da177e2005-04-16 15:20:36 -07001099 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001100
Alan Cox251b8dd2008-04-30 00:54:12 -07001101 while (1) {
Jiri Slabya547dfe2006-01-09 20:54:26 -08001102 cnt = min_t(int, count, min(SERIAL_XMIT_SIZE - port->xmit_cnt
1103 - 1, SERIAL_XMIT_SIZE - port->xmit_head));
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001104 if (cnt <= 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001105 break;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001106
Alan Coxf1d03222008-07-16 21:55:45 +01001107 memcpy(port->port.xmit_buf + port->xmit_head, buf, cnt);
Jiri Slabya547dfe2006-01-09 20:54:26 -08001108 port->xmit_head = (port->xmit_head + cnt) & (SERIAL_XMIT_SIZE
1109 - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001110 port->xmit_cnt += cnt;
1111 buf += cnt;
1112 count -= cnt;
1113 total += cnt;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001114 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001115 if (port->xmit_cnt && !tty->stopped && !tty->hw_stopped)
1116 port->status |= ISI_TXOK;
1117 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001118 return total;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001119}
1120
1121/* put_char et all */
Alan Coxf34d7a52008-04-30 00:54:13 -07001122static int isicom_put_char(struct tty_struct *tty, unsigned char ch)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001123{
Jiri Slaby8070e352006-01-09 20:54:22 -08001124 struct isi_port *port = tty->driver_data;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001125 struct isi_board *card = port->card;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001126 unsigned long flags;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001127
Linus Torvalds1da177e2005-04-16 15:20:36 -07001128 if (isicom_paranoia_check(port, tty->name, "isicom_put_char"))
Alan Coxf34d7a52008-04-30 00:54:13 -07001129 return 0;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001130
Linus Torvalds1da177e2005-04-16 15:20:36 -07001131 spin_lock_irqsave(&card->card_lock, flags);
Alan Coxf34d7a52008-04-30 00:54:13 -07001132 if (port->xmit_cnt >= SERIAL_XMIT_SIZE - 1) {
1133 spin_unlock_irqrestore(&card->card_lock, flags);
1134 return 0;
1135 }
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001136
Alan Coxf1d03222008-07-16 21:55:45 +01001137 port->port.xmit_buf[port->xmit_head++] = ch;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001138 port->xmit_head &= (SERIAL_XMIT_SIZE - 1);
1139 port->xmit_cnt++;
1140 spin_unlock_irqrestore(&card->card_lock, flags);
Alan Coxf34d7a52008-04-30 00:54:13 -07001141 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001142}
1143
1144/* flush_chars et all */
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001145static void isicom_flush_chars(struct tty_struct *tty)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001146{
Jiri Slaby8070e352006-01-09 20:54:22 -08001147 struct isi_port *port = tty->driver_data;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001148
Linus Torvalds1da177e2005-04-16 15:20:36 -07001149 if (isicom_paranoia_check(port, tty->name, "isicom_flush_chars"))
1150 return;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001151
Jiri Slabya547dfe2006-01-09 20:54:26 -08001152 if (port->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped ||
Alan Coxf1d03222008-07-16 21:55:45 +01001153 !port->port.xmit_buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001154 return;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001155
Linus Torvalds1da177e2005-04-16 15:20:36 -07001156 /* this tells the transmitter to consider this port for
1157 data output to the card ... that's the best we can do. */
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001158 port->status |= ISI_TXOK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001159}
1160
1161/* write_room et all */
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001162static int isicom_write_room(struct tty_struct *tty)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001163{
Jiri Slaby8070e352006-01-09 20:54:22 -08001164 struct isi_port *port = tty->driver_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001165 int free;
1166
1167 if (isicom_paranoia_check(port, tty->name, "isicom_write_room"))
1168 return 0;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001169
Linus Torvalds1da177e2005-04-16 15:20:36 -07001170 free = SERIAL_XMIT_SIZE - port->xmit_cnt - 1;
1171 if (free < 0)
1172 free = 0;
1173 return free;
1174}
1175
1176/* chars_in_buffer et all */
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001177static int isicom_chars_in_buffer(struct tty_struct *tty)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178{
Jiri Slaby8070e352006-01-09 20:54:22 -08001179 struct isi_port *port = tty->driver_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001180 if (isicom_paranoia_check(port, tty->name, "isicom_chars_in_buffer"))
1181 return 0;
1182 return port->xmit_cnt;
1183}
1184
1185/* ioctl et all */
Jiri Slabya547dfe2006-01-09 20:54:26 -08001186static inline void isicom_send_break(struct isi_port *port,
1187 unsigned long length)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001188{
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001189 struct isi_board *card = port->card;
Jiri Slaby8070e352006-01-09 20:54:22 -08001190 unsigned long base = card->base;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001191
1192 if (!lock_card(card))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001193 return;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001194
Linus Torvalds1da177e2005-04-16 15:20:36 -07001195 outw(0x8000 | ((port->channel) << (card->shift_count)) | 0x3, base);
1196 outw((length & 0xff) << 8 | 0x00, base);
1197 outw((length & 0xff00), base);
1198 InterruptTheCard(base);
1199
1200 unlock_card(card);
1201}
1202
1203static int isicom_tiocmget(struct tty_struct *tty, struct file *file)
1204{
Jiri Slaby8070e352006-01-09 20:54:22 -08001205 struct isi_port *port = tty->driver_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001206 /* just send the port status */
Jiri Slaby8070e352006-01-09 20:54:22 -08001207 u16 status = port->status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001208
1209 if (isicom_paranoia_check(port, tty->name, "isicom_ioctl"))
1210 return -ENODEV;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001211
Linus Torvalds1da177e2005-04-16 15:20:36 -07001212 return ((status & ISI_RTS) ? TIOCM_RTS : 0) |
1213 ((status & ISI_DTR) ? TIOCM_DTR : 0) |
1214 ((status & ISI_DCD) ? TIOCM_CAR : 0) |
1215 ((status & ISI_DSR) ? TIOCM_DSR : 0) |
1216 ((status & ISI_CTS) ? TIOCM_CTS : 0) |
1217 ((status & ISI_RI ) ? TIOCM_RI : 0);
1218}
1219
1220static int isicom_tiocmset(struct tty_struct *tty, struct file *file,
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001221 unsigned int set, unsigned int clear)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001222{
Jiri Slaby8070e352006-01-09 20:54:22 -08001223 struct isi_port *port = tty->driver_data;
Jiri Slabycfe7c092006-12-29 16:48:00 -08001224 unsigned long flags;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001225
Linus Torvalds1da177e2005-04-16 15:20:36 -07001226 if (isicom_paranoia_check(port, tty->name, "isicom_ioctl"))
1227 return -ENODEV;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001228
Jiri Slabycfe7c092006-12-29 16:48:00 -08001229 spin_lock_irqsave(&port->card->card_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001230 if (set & TIOCM_RTS)
1231 raise_rts(port);
1232 if (set & TIOCM_DTR)
1233 raise_dtr(port);
1234
1235 if (clear & TIOCM_RTS)
1236 drop_rts(port);
1237 if (clear & TIOCM_DTR)
1238 drop_dtr(port);
Jiri Slabycfe7c092006-12-29 16:48:00 -08001239 spin_unlock_irqrestore(&port->card->card_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001240
1241 return 0;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001242}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001243
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001244static int isicom_set_serial_info(struct isi_port *port,
1245 struct serial_struct __user *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001246{
1247 struct serial_struct newinfo;
1248 int reconfig_port;
1249
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001250 if (copy_from_user(&newinfo, info, sizeof(newinfo)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001251 return -EFAULT;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001252
Alan Cox1eac4942008-04-30 00:53:19 -07001253 lock_kernel();
1254
Alan Coxf1d03222008-07-16 21:55:45 +01001255 reconfig_port = ((port->port.flags & ASYNC_SPD_MASK) !=
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001256 (newinfo.flags & ASYNC_SPD_MASK));
1257
Linus Torvalds1da177e2005-04-16 15:20:36 -07001258 if (!capable(CAP_SYS_ADMIN)) {
1259 if ((newinfo.close_delay != port->close_delay) ||
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001260 (newinfo.closing_wait != port->closing_wait) ||
1261 ((newinfo.flags & ~ASYNC_USR_MASK) !=
Alan Coxf1d03222008-07-16 21:55:45 +01001262 (port->port.flags & ~ASYNC_USR_MASK))) {
Alan Cox1eac4942008-04-30 00:53:19 -07001263 unlock_kernel();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001264 return -EPERM;
Alan Cox1eac4942008-04-30 00:53:19 -07001265 }
Alan Coxf1d03222008-07-16 21:55:45 +01001266 port->port.flags = ((port->port.flags & ~ASYNC_USR_MASK) |
Linus Torvalds1da177e2005-04-16 15:20:36 -07001267 (newinfo.flags & ASYNC_USR_MASK));
Alan Cox251b8dd2008-04-30 00:54:12 -07001268 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001269 port->close_delay = newinfo.close_delay;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001270 port->closing_wait = newinfo.closing_wait;
Alan Coxf1d03222008-07-16 21:55:45 +01001271 port->port.flags = ((port->port.flags & ~ASYNC_FLAGS) |
Linus Torvalds1da177e2005-04-16 15:20:36 -07001272 (newinfo.flags & ASYNC_FLAGS));
1273 }
1274 if (reconfig_port) {
Jiri Slabycfe7c092006-12-29 16:48:00 -08001275 unsigned long flags;
1276 spin_lock_irqsave(&port->card->card_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001277 isicom_config_port(port);
Jiri Slabycfe7c092006-12-29 16:48:00 -08001278 spin_unlock_irqrestore(&port->card->card_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001279 }
Alan Cox1eac4942008-04-30 00:53:19 -07001280 unlock_kernel();
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001281 return 0;
1282}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001283
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001284static int isicom_get_serial_info(struct isi_port *port,
1285 struct serial_struct __user *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001286{
1287 struct serial_struct out_info;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001288
Alan Cox1eac4942008-04-30 00:53:19 -07001289 lock_kernel();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001290 memset(&out_info, 0, sizeof(out_info));
1291/* out_info.type = ? */
1292 out_info.line = port - isi_ports;
1293 out_info.port = port->card->base;
1294 out_info.irq = port->card->irq;
Alan Coxf1d03222008-07-16 21:55:45 +01001295 out_info.flags = port->port.flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001296/* out_info.baud_base = ? */
1297 out_info.close_delay = port->close_delay;
1298 out_info.closing_wait = port->closing_wait;
Alan Cox1eac4942008-04-30 00:53:19 -07001299 unlock_kernel();
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001300 if (copy_to_user(info, &out_info, sizeof(out_info)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001301 return -EFAULT;
1302 return 0;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001303}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001304
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001305static int isicom_ioctl(struct tty_struct *tty, struct file *filp,
1306 unsigned int cmd, unsigned long arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001307{
Jiri Slaby8070e352006-01-09 20:54:22 -08001308 struct isi_port *port = tty->driver_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001309 void __user *argp = (void __user *)arg;
1310 int retval;
1311
1312 if (isicom_paranoia_check(port, tty->name, "isicom_ioctl"))
1313 return -ENODEV;
1314
Alan Cox251b8dd2008-04-30 00:54:12 -07001315 switch (cmd) {
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001316 case TCSBRK:
1317 retval = tty_check_change(tty);
1318 if (retval)
1319 return retval;
1320 tty_wait_until_sent(tty, 0);
1321 if (!arg)
1322 isicom_send_break(port, HZ/4);
1323 return 0;
1324
1325 case TCSBRKP:
1326 retval = tty_check_change(tty);
1327 if (retval)
1328 return retval;
1329 tty_wait_until_sent(tty, 0);
1330 isicom_send_break(port, arg ? arg * (HZ/10) : HZ/4);
1331 return 0;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001332 case TIOCGSERIAL:
1333 return isicom_get_serial_info(port, argp);
1334
1335 case TIOCSSERIAL:
1336 return isicom_set_serial_info(port, argp);
1337
1338 default:
1339 return -ENOIOCTLCMD;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001340 }
1341 return 0;
1342}
1343
1344/* set_termios et all */
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001345static void isicom_set_termios(struct tty_struct *tty,
Alan Cox606d0992006-12-08 02:38:45 -08001346 struct ktermios *old_termios)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001347{
Jiri Slaby8070e352006-01-09 20:54:22 -08001348 struct isi_port *port = tty->driver_data;
Jiri Slabycfe7c092006-12-29 16:48:00 -08001349 unsigned long flags;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001350
Linus Torvalds1da177e2005-04-16 15:20:36 -07001351 if (isicom_paranoia_check(port, tty->name, "isicom_set_termios"))
1352 return;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001353
Linus Torvalds1da177e2005-04-16 15:20:36 -07001354 if (tty->termios->c_cflag == old_termios->c_cflag &&
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001355 tty->termios->c_iflag == old_termios->c_iflag)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001356 return;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001357
Jiri Slabycfe7c092006-12-29 16:48:00 -08001358 spin_lock_irqsave(&port->card->card_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001359 isicom_config_port(port);
Jiri Slabycfe7c092006-12-29 16:48:00 -08001360 spin_unlock_irqrestore(&port->card->card_lock, flags);
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001361
Linus Torvalds1da177e2005-04-16 15:20:36 -07001362 if ((old_termios->c_cflag & CRTSCTS) &&
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001363 !(tty->termios->c_cflag & CRTSCTS)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001364 tty->hw_stopped = 0;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001365 isicom_start(tty);
1366 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001367}
1368
1369/* throttle et all */
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001370static void isicom_throttle(struct tty_struct *tty)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001371{
Jiri Slaby8070e352006-01-09 20:54:22 -08001372 struct isi_port *port = tty->driver_data;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001373 struct isi_board *card = port->card;
1374
Linus Torvalds1da177e2005-04-16 15:20:36 -07001375 if (isicom_paranoia_check(port, tty->name, "isicom_throttle"))
1376 return;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001377
Linus Torvalds1da177e2005-04-16 15:20:36 -07001378 /* tell the card that this port cannot handle any more data for now */
1379 card->port_status &= ~(1 << port->channel);
1380 outw(card->port_status, card->base + 0x02);
1381}
1382
1383/* unthrottle et all */
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001384static void isicom_unthrottle(struct tty_struct *tty)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001385{
Jiri Slaby8070e352006-01-09 20:54:22 -08001386 struct isi_port *port = tty->driver_data;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001387 struct isi_board *card = port->card;
1388
Linus Torvalds1da177e2005-04-16 15:20:36 -07001389 if (isicom_paranoia_check(port, tty->name, "isicom_unthrottle"))
1390 return;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001391
Linus Torvalds1da177e2005-04-16 15:20:36 -07001392 /* tell the card that this port is ready to accept more data */
1393 card->port_status |= (1 << port->channel);
1394 outw(card->port_status, card->base + 0x02);
1395}
1396
1397/* stop et all */
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001398static void isicom_stop(struct tty_struct *tty)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001399{
Jiri Slaby8070e352006-01-09 20:54:22 -08001400 struct isi_port *port = tty->driver_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001401
1402 if (isicom_paranoia_check(port, tty->name, "isicom_stop"))
1403 return;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001404
Linus Torvalds1da177e2005-04-16 15:20:36 -07001405 /* this tells the transmitter not to consider this port for
1406 data output to the card. */
1407 port->status &= ~ISI_TXOK;
1408}
1409
1410/* start et all */
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001411static void isicom_start(struct tty_struct *tty)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001412{
Jiri Slaby8070e352006-01-09 20:54:22 -08001413 struct isi_port *port = tty->driver_data;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001414
Linus Torvalds1da177e2005-04-16 15:20:36 -07001415 if (isicom_paranoia_check(port, tty->name, "isicom_start"))
1416 return;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001417
Linus Torvalds1da177e2005-04-16 15:20:36 -07001418 /* this tells the transmitter to consider this port for
1419 data output to the card. */
1420 port->status |= ISI_TXOK;
1421}
1422
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001423static void isicom_hangup(struct tty_struct *tty)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001424{
Jiri Slaby8070e352006-01-09 20:54:22 -08001425 struct isi_port *port = tty->driver_data;
Jiri Slabycfe7c092006-12-29 16:48:00 -08001426 unsigned long flags;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001427
Linus Torvalds1da177e2005-04-16 15:20:36 -07001428 if (isicom_paranoia_check(port, tty->name, "isicom_hangup"))
1429 return;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001430
Jiri Slabycfe7c092006-12-29 16:48:00 -08001431 spin_lock_irqsave(&port->card->card_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001432 isicom_shutdown_port(port);
Jiri Slabycfe7c092006-12-29 16:48:00 -08001433 spin_unlock_irqrestore(&port->card->card_lock, flags);
1434
Alan Coxf1d03222008-07-16 21:55:45 +01001435 port->port.count = 0;
1436 port->port.flags &= ~ASYNC_NORMAL_ACTIVE;
1437 port->port.tty = NULL;
1438 wake_up_interruptible(&port->port.open_wait);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001439}
1440
Linus Torvalds1da177e2005-04-16 15:20:36 -07001441
Jiri Slaby9ac09482006-01-09 20:54:24 -08001442/*
1443 * Driver init and deinit functions
1444 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001445
Jeff Dikeb68e31d2006-10-02 02:17:18 -07001446static const struct tty_operations isicom_ops = {
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001447 .open = isicom_open,
1448 .close = isicom_close,
1449 .write = isicom_write,
1450 .put_char = isicom_put_char,
1451 .flush_chars = isicom_flush_chars,
1452 .write_room = isicom_write_room,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001453 .chars_in_buffer = isicom_chars_in_buffer,
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001454 .ioctl = isicom_ioctl,
1455 .set_termios = isicom_set_termios,
1456 .throttle = isicom_throttle,
1457 .unthrottle = isicom_unthrottle,
1458 .stop = isicom_stop,
1459 .start = isicom_start,
1460 .hangup = isicom_hangup,
1461 .flush_buffer = isicom_flush_buffer,
1462 .tiocmget = isicom_tiocmget,
1463 .tiocmset = isicom_tiocmset,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001464};
1465
Jiri Slaby9ac09482006-01-09 20:54:24 -08001466static int __devinit reset_card(struct pci_dev *pdev,
1467 const unsigned int card, unsigned int *signature)
1468{
1469 struct isi_board *board = pci_get_drvdata(pdev);
1470 unsigned long base = board->base;
Jiri Slabyf0a0ba62007-02-10 01:44:52 -08001471 unsigned int sig, portcount = 0;
Jiri Slaby9ac09482006-01-09 20:54:24 -08001472 int retval = 0;
1473
1474 dev_dbg(&pdev->dev, "ISILoad:Resetting Card%d at 0x%lx\n", card + 1,
1475 base);
1476
1477 inw(base + 0x8);
1478
Jiri Slabyf0a0ba62007-02-10 01:44:52 -08001479 msleep(10);
Jiri Slaby9ac09482006-01-09 20:54:24 -08001480
1481 outw(0, base + 0x8); /* Reset */
1482
Jiri Slabyf0a0ba62007-02-10 01:44:52 -08001483 msleep(1000);
Jiri Slaby9ac09482006-01-09 20:54:24 -08001484
Jiri Slabyf0a0ba62007-02-10 01:44:52 -08001485 sig = inw(base + 0x4) & 0xff;
Jiri Slaby9ac09482006-01-09 20:54:24 -08001486
Jiri Slabyf0a0ba62007-02-10 01:44:52 -08001487 if (sig != 0xa5 && sig != 0xbb && sig != 0xcc && sig != 0xdd &&
1488 sig != 0xee) {
1489 dev_warn(&pdev->dev, "ISILoad:Card%u reset failure (Possible "
1490 "bad I/O Port Address 0x%lx).\n", card + 1, base);
1491 dev_dbg(&pdev->dev, "Sig=0x%x\n", sig);
Jiri Slaby18234f82006-12-08 02:38:51 -08001492 retval = -EIO;
1493 goto end;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001494 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001495
Jiri Slabyf0a0ba62007-02-10 01:44:52 -08001496 msleep(10);
1497
1498 portcount = inw(base + 0x2);
Julia Lawall07fb6f22008-03-04 14:29:17 -08001499 if (!(inw(base + 0xe) & 0x1) || (portcount != 0 && portcount != 4 &&
Jiri Slabyf0a0ba62007-02-10 01:44:52 -08001500 portcount != 8 && portcount != 16)) {
Joe Perches898eb712007-10-18 03:06:30 -07001501 dev_err(&pdev->dev, "ISILoad:PCI Card%d reset failure.\n",
Jiri Slabyf0a0ba62007-02-10 01:44:52 -08001502 card + 1);
1503 retval = -EIO;
1504 goto end;
1505 }
1506
1507 switch (sig) {
Jiri Slaby9ac09482006-01-09 20:54:24 -08001508 case 0xa5:
1509 case 0xbb:
1510 case 0xdd:
Jiri Slaby18234f82006-12-08 02:38:51 -08001511 board->port_count = (portcount == 4) ? 4 : 8;
Jiri Slaby9ac09482006-01-09 20:54:24 -08001512 board->shift_count = 12;
1513 break;
1514 case 0xcc:
Jiri Slabyf0a0ba62007-02-10 01:44:52 -08001515 case 0xee:
Jiri Slaby9ac09482006-01-09 20:54:24 -08001516 board->port_count = 16;
1517 board->shift_count = 11;
1518 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001519 }
Jiri Slaby9ac09482006-01-09 20:54:24 -08001520 dev_info(&pdev->dev, "-Done\n");
Jiri Slabyf0a0ba62007-02-10 01:44:52 -08001521 *signature = sig;
Jiri Slaby9ac09482006-01-09 20:54:24 -08001522
1523end:
1524 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001525}
1526
Jiri Slabye65c1db2006-01-09 20:54:25 -08001527static int __devinit load_firmware(struct pci_dev *pdev,
1528 const unsigned int index, const unsigned int signature)
1529{
1530 struct isi_board *board = pci_get_drvdata(pdev);
1531 const struct firmware *fw;
1532 unsigned long base = board->base;
1533 unsigned int a;
1534 u16 word_count, status;
1535 int retval = -EIO;
1536 char *name;
1537 u8 *data;
1538
1539 struct stframe {
1540 u16 addr;
1541 u16 count;
1542 u8 data[0];
1543 } *frame;
1544
1545 switch (signature) {
1546 case 0xa5:
1547 name = "isi608.bin";
1548 break;
1549 case 0xbb:
1550 name = "isi608em.bin";
1551 break;
1552 case 0xcc:
1553 name = "isi616em.bin";
1554 break;
1555 case 0xdd:
1556 name = "isi4608.bin";
1557 break;
1558 case 0xee:
1559 name = "isi4616.bin";
1560 break;
1561 default:
1562 dev_err(&pdev->dev, "Unknown signature.\n");
1563 goto end;
Alan Cox251b8dd2008-04-30 00:54:12 -07001564 }
Jiri Slabye65c1db2006-01-09 20:54:25 -08001565
1566 retval = request_firmware(&fw, name, &pdev->dev);
1567 if (retval)
1568 goto end;
1569
Jiri Slabye4e04082006-09-30 23:27:50 -07001570 retval = -EIO;
1571
Jiri Slabye65c1db2006-01-09 20:54:25 -08001572 for (frame = (struct stframe *)fw->data;
1573 frame < (struct stframe *)(fw->data + fw->size);
Jiri Slabye4e04082006-09-30 23:27:50 -07001574 frame = (struct stframe *)((u8 *)(frame + 1) +
1575 frame->count)) {
Jiri Slabye65c1db2006-01-09 20:54:25 -08001576 if (WaitTillCardIsFree(base))
1577 goto errrelfw;
1578
1579 outw(0xf0, base); /* start upload sequence */
1580 outw(0x00, base);
1581 outw(frame->addr, base); /* lsb of address */
1582
1583 word_count = frame->count / 2 + frame->count % 2;
1584 outw(word_count, base);
1585 InterruptTheCard(base);
1586
1587 udelay(100); /* 0x2f */
1588
1589 if (WaitTillCardIsFree(base))
1590 goto errrelfw;
1591
Alan Cox251b8dd2008-04-30 00:54:12 -07001592 status = inw(base + 0x4);
1593 if (status != 0) {
Jiri Slabye65c1db2006-01-09 20:54:25 -08001594 dev_warn(&pdev->dev, "Card%d rejected load header:\n"
Joe Perches898eb712007-10-18 03:06:30 -07001595 KERN_WARNING "Address:0x%x\n"
1596 KERN_WARNING "Count:0x%x\n"
1597 KERN_WARNING "Status:0x%x\n",
Jiri Slabye65c1db2006-01-09 20:54:25 -08001598 index + 1, frame->addr, frame->count, status);
1599 goto errrelfw;
1600 }
1601 outsw(base, frame->data, word_count);
1602
1603 InterruptTheCard(base);
1604
1605 udelay(50); /* 0x0f */
1606
1607 if (WaitTillCardIsFree(base))
1608 goto errrelfw;
1609
Alan Cox251b8dd2008-04-30 00:54:12 -07001610 status = inw(base + 0x4);
1611 if (status != 0) {
Jiri Slabye65c1db2006-01-09 20:54:25 -08001612 dev_err(&pdev->dev, "Card%d got out of sync.Card "
1613 "Status:0x%x\n", index + 1, status);
1614 goto errrelfw;
1615 }
Alan Cox251b8dd2008-04-30 00:54:12 -07001616 }
Jiri Slabye65c1db2006-01-09 20:54:25 -08001617
Jiri Slabye65c1db2006-01-09 20:54:25 -08001618/* XXX: should we test it by reading it back and comparing with original like
1619 * in load firmware package? */
Jiri Slabye4e04082006-09-30 23:27:50 -07001620 for (frame = (struct stframe *)fw->data;
1621 frame < (struct stframe *)(fw->data + fw->size);
1622 frame = (struct stframe *)((u8 *)(frame + 1) +
1623 frame->count)) {
Jiri Slabye65c1db2006-01-09 20:54:25 -08001624 if (WaitTillCardIsFree(base))
1625 goto errrelfw;
1626
1627 outw(0xf1, base); /* start download sequence */
1628 outw(0x00, base);
1629 outw(frame->addr, base); /* lsb of address */
1630
1631 word_count = (frame->count >> 1) + frame->count % 2;
1632 outw(word_count + 1, base);
1633 InterruptTheCard(base);
1634
1635 udelay(50); /* 0xf */
1636
1637 if (WaitTillCardIsFree(base))
1638 goto errrelfw;
1639
Alan Cox251b8dd2008-04-30 00:54:12 -07001640 status = inw(base + 0x4);
1641 if (status != 0) {
Jiri Slabye65c1db2006-01-09 20:54:25 -08001642 dev_warn(&pdev->dev, "Card%d rejected verify header:\n"
Joe Perches898eb712007-10-18 03:06:30 -07001643 KERN_WARNING "Address:0x%x\n"
1644 KERN_WARNING "Count:0x%x\n"
1645 KERN_WARNING "Status: 0x%x\n",
Jiri Slabye65c1db2006-01-09 20:54:25 -08001646 index + 1, frame->addr, frame->count, status);
1647 goto errrelfw;
1648 }
1649
1650 data = kmalloc(word_count * 2, GFP_KERNEL);
Jiri Slabyf0671372006-12-08 02:38:54 -08001651 if (data == NULL) {
1652 dev_err(&pdev->dev, "Card%d, firmware upload "
1653 "failed, not enough memory\n", index + 1);
1654 goto errrelfw;
1655 }
Jiri Slabye65c1db2006-01-09 20:54:25 -08001656 inw(base);
1657 insw(base, data, word_count);
1658 InterruptTheCard(base);
1659
1660 for (a = 0; a < frame->count; a++)
1661 if (data[a] != frame->data[a]) {
1662 kfree(data);
1663 dev_err(&pdev->dev, "Card%d, firmware upload "
1664 "failed\n", index + 1);
1665 goto errrelfw;
1666 }
1667 kfree(data);
1668
1669 udelay(50); /* 0xf */
1670
1671 if (WaitTillCardIsFree(base))
1672 goto errrelfw;
1673
Alan Cox251b8dd2008-04-30 00:54:12 -07001674 status = inw(base + 0x4);
1675 if (status != 0) {
Jiri Slabye65c1db2006-01-09 20:54:25 -08001676 dev_err(&pdev->dev, "Card%d verify got out of sync. "
1677 "Card Status:0x%x\n", index + 1, status);
1678 goto errrelfw;
1679 }
1680 }
1681
Jiri Slabye4e04082006-09-30 23:27:50 -07001682 /* xfer ctrl */
1683 if (WaitTillCardIsFree(base))
1684 goto errrelfw;
1685
1686 outw(0xf2, base);
1687 outw(0x800, base);
1688 outw(0x0, base);
1689 outw(0x0, base);
1690 InterruptTheCard(base);
1691 outw(0x0, base + 0x4); /* for ISI4608 cards */
1692
Jiri Slabye65c1db2006-01-09 20:54:25 -08001693 board->status |= FIRMWARE_LOADED;
1694 retval = 0;
1695
1696errrelfw:
1697 release_firmware(fw);
1698end:
1699 return retval;
1700}
1701
Jiri Slaby9ac09482006-01-09 20:54:24 -08001702/*
1703 * Insmod can set static symbols so keep these static
1704 */
Jiri Slaby1ed0c0b2007-02-10 01:44:55 -08001705static unsigned int card_count;
Jiri Slaby9ac09482006-01-09 20:54:24 -08001706
1707static int __devinit isicom_probe(struct pci_dev *pdev,
1708 const struct pci_device_id *ent)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001709{
Jiri Slaby4969b3a2007-07-17 04:05:18 -07001710 unsigned int signature, index;
Jiri Slaby9ac09482006-01-09 20:54:24 -08001711 int retval = -EPERM;
Jiri Slaby9ac09482006-01-09 20:54:24 -08001712 struct isi_board *board = NULL;
1713
Jiri Slaby1ed0c0b2007-02-10 01:44:55 -08001714 if (card_count >= BOARD_COUNT)
Jiri Slaby9ac09482006-01-09 20:54:24 -08001715 goto err;
1716
Jiri Slabye1e57702008-07-16 21:52:56 +01001717 retval = pci_enable_device(pdev);
1718 if (retval) {
1719 dev_err(&pdev->dev, "failed to enable\n");
1720 goto err;
1721 }
1722
Jiri Slaby9ac09482006-01-09 20:54:24 -08001723 dev_info(&pdev->dev, "ISI PCI Card(Device ID 0x%x)\n", ent->device);
1724
1725 /* allot the first empty slot in the array */
1726 for (index = 0; index < BOARD_COUNT; index++)
1727 if (isi_card[index].base == 0) {
1728 board = &isi_card[index];
1729 break;
1730 }
1731
Jiri Slaby938a7022006-12-08 02:38:52 -08001732 board->index = index;
Jiri Slaby4969b3a2007-07-17 04:05:18 -07001733 board->base = pci_resource_start(pdev, 3);
1734 board->irq = pdev->irq;
Jiri Slaby1ed0c0b2007-02-10 01:44:55 -08001735 card_count++;
Jiri Slaby9ac09482006-01-09 20:54:24 -08001736
1737 pci_set_drvdata(pdev, board);
1738
Jiri Slaby78028da2006-12-08 02:38:53 -08001739 retval = pci_request_region(pdev, 3, ISICOM_NAME);
1740 if (retval) {
Jiri Slaby09a4a112006-12-08 02:38:49 -08001741 dev_err(&pdev->dev, "I/O Region 0x%lx-0x%lx is busy. Card%d "
1742 "will be disabled.\n", board->base, board->base + 15,
1743 index + 1);
1744 retval = -EBUSY;
Jiri Slaby1ed0c0b2007-02-10 01:44:55 -08001745 goto errdec;
Alan Cox251b8dd2008-04-30 00:54:12 -07001746 }
Jiri Slaby9ac09482006-01-09 20:54:24 -08001747
Jiri Slaby09a4a112006-12-08 02:38:49 -08001748 retval = request_irq(board->irq, isicom_interrupt,
1749 IRQF_SHARED | IRQF_DISABLED, ISICOM_NAME, board);
1750 if (retval < 0) {
1751 dev_err(&pdev->dev, "Could not install handler at Irq %d. "
1752 "Card%d will be disabled.\n", board->irq, index + 1);
Jiri Slaby9ac09482006-01-09 20:54:24 -08001753 goto errunrr;
Jiri Slaby09a4a112006-12-08 02:38:49 -08001754 }
Jiri Slaby9ac09482006-01-09 20:54:24 -08001755
1756 retval = reset_card(pdev, index, &signature);
1757 if (retval < 0)
1758 goto errunri;
1759
Jiri Slabye65c1db2006-01-09 20:54:25 -08001760 retval = load_firmware(pdev, index, signature);
1761 if (retval < 0)
1762 goto errunri;
1763
Jiri Slaby938a7022006-12-08 02:38:52 -08001764 for (index = 0; index < board->port_count; index++)
1765 tty_register_device(isicom_normal, board->index * 16 + index,
1766 &pdev->dev);
1767
Jiri Slaby9ac09482006-01-09 20:54:24 -08001768 return 0;
1769
1770errunri:
1771 free_irq(board->irq, board);
1772errunrr:
Jiri Slaby78028da2006-12-08 02:38:53 -08001773 pci_release_region(pdev, 3);
Jiri Slaby1ed0c0b2007-02-10 01:44:55 -08001774errdec:
Jiri Slaby9ac09482006-01-09 20:54:24 -08001775 board->base = 0;
Jiri Slaby1ed0c0b2007-02-10 01:44:55 -08001776 card_count--;
Jiri Slabye1e57702008-07-16 21:52:56 +01001777 pci_disable_device(pdev);
Jiri Slaby1ed0c0b2007-02-10 01:44:55 -08001778err:
Jiri Slaby9ac09482006-01-09 20:54:24 -08001779 return retval;
1780}
1781
1782static void __devexit isicom_remove(struct pci_dev *pdev)
1783{
1784 struct isi_board *board = pci_get_drvdata(pdev);
Jiri Slaby938a7022006-12-08 02:38:52 -08001785 unsigned int i;
1786
1787 for (i = 0; i < board->port_count; i++)
1788 tty_unregister_device(isicom_normal, board->index * 16 + i);
Jiri Slaby9ac09482006-01-09 20:54:24 -08001789
1790 free_irq(board->irq, board);
Jiri Slaby78028da2006-12-08 02:38:53 -08001791 pci_release_region(pdev, 3);
Jiri Slaby1ed0c0b2007-02-10 01:44:55 -08001792 board->base = 0;
1793 card_count--;
Jiri Slabye1e57702008-07-16 21:52:56 +01001794 pci_disable_device(pdev);
Jiri Slaby9ac09482006-01-09 20:54:24 -08001795}
1796
Jiri Slabyca262002006-12-08 02:38:50 -08001797static int __init isicom_init(void)
Jiri Slaby9ac09482006-01-09 20:54:24 -08001798{
1799 int retval, idx, channel;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001800 struct isi_port *port;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001801
Alan Cox251b8dd2008-04-30 00:54:12 -07001802 for (idx = 0; idx < BOARD_COUNT; idx++) {
Jiri Slaby9ac09482006-01-09 20:54:24 -08001803 port = &isi_ports[idx * 16];
1804 isi_card[idx].ports = port;
1805 spin_lock_init(&isi_card[idx].card_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001806 for (channel = 0; channel < 16; channel++, port++) {
1807 port->magic = ISICOM_MAGIC;
Jiri Slaby9ac09482006-01-09 20:54:24 -08001808 port->card = &isi_card[idx];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001809 port->channel = channel;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001810 port->close_delay = 50 * HZ/100;
1811 port->closing_wait = 3000 * HZ/100;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001812 port->status = 0;
Alan Coxf1d03222008-07-16 21:55:45 +01001813 tty_port_init(&port->port);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001814 /* . . . */
Alan Cox251b8dd2008-04-30 00:54:12 -07001815 }
Jiri Slaby9ac09482006-01-09 20:54:24 -08001816 isi_card[idx].base = 0;
1817 isi_card[idx].irq = 0;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001818 }
1819
Jiri Slaby09a4a112006-12-08 02:38:49 -08001820 /* tty driver structure initialization */
1821 isicom_normal = alloc_tty_driver(PORT_COUNT);
1822 if (!isicom_normal) {
1823 retval = -ENOMEM;
Jiri Slaby9ac09482006-01-09 20:54:24 -08001824 goto error;
Jiri Slaby09a4a112006-12-08 02:38:49 -08001825 }
1826
1827 isicom_normal->owner = THIS_MODULE;
1828 isicom_normal->name = "ttyM";
1829 isicom_normal->major = ISICOM_NMAJOR;
1830 isicom_normal->minor_start = 0;
1831 isicom_normal->type = TTY_DRIVER_TYPE_SERIAL;
1832 isicom_normal->subtype = SERIAL_TYPE_NORMAL;
1833 isicom_normal->init_termios = tty_std_termios;
1834 isicom_normal->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL |
1835 CLOCAL;
Jiri Slaby938a7022006-12-08 02:38:52 -08001836 isicom_normal->flags = TTY_DRIVER_REAL_RAW |
1837 TTY_DRIVER_DYNAMIC_DEV;
Jiri Slaby09a4a112006-12-08 02:38:49 -08001838 tty_set_operations(isicom_normal, &isicom_ops);
1839
1840 retval = tty_register_driver(isicom_normal);
1841 if (retval) {
1842 pr_dbg("Couldn't register the dialin driver\n");
1843 goto err_puttty;
1844 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001845
Jiri Slaby9ac09482006-01-09 20:54:24 -08001846 retval = pci_register_driver(&isicom_driver);
1847 if (retval < 0) {
1848 printk(KERN_ERR "ISICOM: Unable to register pci driver.\n");
Jiri Slaby09a4a112006-12-08 02:38:49 -08001849 goto err_unrtty;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001850 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001851
Jiri Slaby34b55b82006-12-08 02:38:55 -08001852 mod_timer(&tx, jiffies + 1);
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001853
Linus Torvalds1da177e2005-04-16 15:20:36 -07001854 return 0;
Jiri Slaby09a4a112006-12-08 02:38:49 -08001855err_unrtty:
1856 tty_unregister_driver(isicom_normal);
1857err_puttty:
1858 put_tty_driver(isicom_normal);
Jiri Slaby9ac09482006-01-09 20:54:24 -08001859error:
1860 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001861}
1862
1863static void __exit isicom_exit(void)
1864{
Jiri Slabye3273252007-07-17 04:05:18 -07001865 del_timer_sync(&tx);
Jiri Slabyaaa246e2006-01-09 20:54:23 -08001866
Jiri Slaby9ac09482006-01-09 20:54:24 -08001867 pci_unregister_driver(&isicom_driver);
Jiri Slaby09a4a112006-12-08 02:38:49 -08001868 tty_unregister_driver(isicom_normal);
1869 put_tty_driver(isicom_normal);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870}
1871
Jiri Slabyca262002006-12-08 02:38:50 -08001872module_init(isicom_init);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001873module_exit(isicom_exit);
Jiri Slabyaaa246e2006-01-09 20:54:23 -08001874
1875MODULE_AUTHOR("MultiTech");
1876MODULE_DESCRIPTION("Driver for the ISI series of cards by MultiTech");
1877MODULE_LICENSE("GPL");