blob: 8f7cc190b62d420116b5c0d30e70899c3332c94d [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;
Jiri Slaby8070e352006-01-09 20:54:22 -0800202 u16 channel;
203 u16 status;
Alan Cox251b8dd2008-04-30 00:54:12 -0700204 struct isi_board *card;
Alan Cox251b8dd2008-04-30 00:54:12 -0700205 unsigned char *xmit_buf;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700206 int xmit_head;
207 int xmit_tail;
208 int xmit_cnt;
209};
210
211static struct isi_board isi_card[BOARD_COUNT];
212static struct isi_port isi_ports[PORT_COUNT];
213
214/*
215 * Locking functions for card level locking. We need to own both
216 * the kernel lock for the card and have the card in a position that
217 * it wants to talk.
218 */
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800219
Jiri Slaby4969b3a2007-07-17 04:05:18 -0700220static inline int WaitTillCardIsFree(unsigned long base)
Jiri Slabycfe7c09a2006-12-29 16:48:00 -0800221{
222 unsigned int count = 0;
223 unsigned int a = in_atomic(); /* do we run under spinlock? */
224
225 while (!(inw(base + 0xe) & 0x1) && count++ < 100)
226 if (a)
227 mdelay(1);
228 else
229 msleep(1);
230
231 return !(inw(base + 0xe) & 0x1);
232}
233
Linus Torvalds1da177e2005-04-16 15:20:36 -0700234static int lock_card(struct isi_board *card)
235{
Jiri Slaby8070e352006-01-09 20:54:22 -0800236 unsigned long base = card->base;
Jiri Slaby5b21f9d2007-07-17 04:05:17 -0700237 unsigned int retries, a;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700238
Jiri Slaby5b21f9d2007-07-17 04:05:17 -0700239 for (retries = 0; retries < 10; retries++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700240 spin_lock_irqsave(&card->card_lock, card->flags);
Jiri Slaby5b21f9d2007-07-17 04:05:17 -0700241 for (a = 0; a < 10; a++) {
242 if (inw(base + 0xe) & 0x1)
243 return 1;
244 udelay(10);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700245 }
Jiri Slaby5b21f9d2007-07-17 04:05:17 -0700246 spin_unlock_irqrestore(&card->card_lock, card->flags);
247 msleep(10);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700248 }
Jiri Slabya547dfe2006-01-09 20:54:26 -0800249 printk(KERN_WARNING "ISICOM: Failed to lock Card (0x%lx)\n",
250 card->base);
251
Adrian Bunk04187262006-06-30 18:23:04 +0200252 return 0; /* Failed to acquire the card! */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700253}
254
Linus Torvalds1da177e2005-04-16 15:20:36 -0700255static void unlock_card(struct isi_board *card)
256{
257 spin_unlock_irqrestore(&card->card_lock, card->flags);
258}
259
260/*
261 * ISI Card specific ops ...
262 */
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800263
Jiri Slabycfe7c09a2006-12-29 16:48:00 -0800264/* card->lock HAS to be held */
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800265static void raise_dtr(struct isi_port *port)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700266{
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800267 struct isi_board *card = port->card;
Jiri Slaby8070e352006-01-09 20:54:22 -0800268 unsigned long base = card->base;
269 u16 channel = port->channel;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700270
Jiri Slabycfe7c09a2006-12-29 16:48:00 -0800271 if (WaitTillCardIsFree(base))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700272 return;
273
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800274 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700275 outw(0x0504, base);
276 InterruptTheCard(base);
277 port->status |= ISI_DTR;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700278}
279
Jiri Slabycfe7c09a2006-12-29 16:48:00 -0800280/* card->lock HAS to be held */
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800281static inline void drop_dtr(struct isi_port *port)
282{
283 struct isi_board *card = port->card;
Jiri Slaby8070e352006-01-09 20:54:22 -0800284 unsigned long base = card->base;
285 u16 channel = port->channel;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700286
Jiri Slabycfe7c09a2006-12-29 16:48:00 -0800287 if (WaitTillCardIsFree(base))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700288 return;
289
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800290 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700291 outw(0x0404, base);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800292 InterruptTheCard(base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700293 port->status &= ~ISI_DTR;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700294}
295
Jiri Slabycfe7c09a2006-12-29 16:48:00 -0800296/* card->lock HAS to be held */
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800297static inline void raise_rts(struct isi_port *port)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700298{
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800299 struct isi_board *card = port->card;
Jiri Slaby8070e352006-01-09 20:54:22 -0800300 unsigned long base = card->base;
301 u16 channel = port->channel;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700302
Jiri Slabycfe7c09a2006-12-29 16:48:00 -0800303 if (WaitTillCardIsFree(base))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700304 return;
305
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800306 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700307 outw(0x0a04, base);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800308 InterruptTheCard(base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700309 port->status |= ISI_RTS;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700310}
Jiri Slabycfe7c09a2006-12-29 16:48:00 -0800311
312/* card->lock HAS to be held */
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800313static inline void drop_rts(struct isi_port *port)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700314{
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800315 struct isi_board *card = port->card;
Jiri Slaby8070e352006-01-09 20:54:22 -0800316 unsigned long base = card->base;
317 u16 channel = port->channel;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700318
Jiri Slabycfe7c09a2006-12-29 16:48:00 -0800319 if (WaitTillCardIsFree(base))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700320 return;
321
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800322 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700323 outw(0x0804, base);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800324 InterruptTheCard(base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700325 port->status &= ~ISI_RTS;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700326}
327
Jiri Slabycfe7c09a2006-12-29 16:48:00 -0800328/* card->lock MUST NOT be held */
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800329static inline void raise_dtr_rts(struct isi_port *port)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700330{
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800331 struct isi_board *card = port->card;
Jiri Slaby8070e352006-01-09 20:54:22 -0800332 unsigned long base = card->base;
333 u16 channel = port->channel;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700334
335 if (!lock_card(card))
336 return;
337
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800338 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700339 outw(0x0f04, base);
340 InterruptTheCard(base);
341 port->status |= (ISI_DTR | ISI_RTS);
342 unlock_card(card);
343}
344
Jiri Slabycfe7c09a2006-12-29 16:48:00 -0800345/* card->lock HAS to be held */
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800346static void drop_dtr_rts(struct isi_port *port)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700347{
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800348 struct isi_board *card = port->card;
Jiri Slaby8070e352006-01-09 20:54:22 -0800349 unsigned long base = card->base;
350 u16 channel = port->channel;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700351
Jiri Slabycfe7c09a2006-12-29 16:48:00 -0800352 if (WaitTillCardIsFree(base))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700353 return;
354
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800355 outw(0x8000 | (channel << card->shift_count) | 0x02, base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700356 outw(0x0c04, base);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800357 InterruptTheCard(base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700358 port->status &= ~(ISI_RTS | ISI_DTR);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700359}
360
Linus Torvalds1da177e2005-04-16 15:20:36 -0700361/*
362 * ISICOM Driver specific routines ...
363 *
364 */
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800365
Jiri Slabyaaa246e2006-01-09 20:54:23 -0800366static inline int __isicom_paranoia_check(struct isi_port const *port,
367 char *name, const char *routine)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700368{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700369 if (!port) {
Jiri Slabyaaa246e2006-01-09 20:54:23 -0800370 printk(KERN_WARNING "ISICOM: Warning: bad isicom magic for "
371 "dev %s in %s.\n", name, routine);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700372 return 1;
373 }
374 if (port->magic != ISICOM_MAGIC) {
Jiri Slabyaaa246e2006-01-09 20:54:23 -0800375 printk(KERN_WARNING "ISICOM: Warning: NULL isicom port for "
376 "dev %s in %s.\n", name, routine);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700377 return 1;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800378 }
Jiri Slabyaaa246e2006-01-09 20:54:23 -0800379
Linus Torvalds1da177e2005-04-16 15:20:36 -0700380 return 0;
381}
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800382
Linus Torvalds1da177e2005-04-16 15:20:36 -0700383/*
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800384 * Transmitter.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700385 *
386 * We shovel data into the card buffers on a regular basis. The card
387 * will do the rest of the work for us.
388 */
389
390static void isicom_tx(unsigned long _data)
391{
Jiri Slaby4969b3a2007-07-17 04:05:18 -0700392 unsigned long flags, base;
Jiri Slaby5b21f9d2007-07-17 04:05:17 -0700393 unsigned int retries;
Jiri Slaby4969b3a2007-07-17 04:05:18 -0700394 short count = (BOARD_COUNT-1), card;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700395 short txcount, wrd, residue, word_count, cnt;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800396 struct isi_port *port;
397 struct tty_struct *tty;
398
Linus Torvalds1da177e2005-04-16 15:20:36 -0700399 /* find next active board */
400 card = (prev_card + 1) & 0x0003;
Alan Cox251b8dd2008-04-30 00:54:12 -0700401 while (count-- > 0) {
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800402 if (isi_card[card].status & BOARD_ACTIVE)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700403 break;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800404 card = (card + 1) & 0x0003;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700405 }
406 if (!(isi_card[card].status & BOARD_ACTIVE))
407 goto sched_again;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800408
Linus Torvalds1da177e2005-04-16 15:20:36 -0700409 prev_card = card;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800410
Linus Torvalds1da177e2005-04-16 15:20:36 -0700411 count = isi_card[card].port_count;
412 port = isi_card[card].ports;
413 base = isi_card[card].base;
Jiri Slaby5b21f9d2007-07-17 04:05:17 -0700414
415 spin_lock_irqsave(&isi_card[card].card_lock, flags);
416 for (retries = 0; retries < 100; retries++) {
417 if (inw(base + 0xe) & 0x1)
418 break;
419 udelay(2);
420 }
421 if (retries >= 100)
422 goto unlock;
423
Alan Cox251b8dd2008-04-30 00:54:12 -0700424 for (; count > 0; count--, port++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425 /* port not active or tx disabled to force flow control */
Alan Coxf1d03222008-07-16 21:55:45 +0100426 if (!(port->port.flags & ASYNC_INITIALIZED) ||
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800427 !(port->status & ISI_TXOK))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700428 continue;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800429
Alan Coxf1d03222008-07-16 21:55:45 +0100430 tty = port->port.tty;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800431
Jiri Slaby5b21f9d2007-07-17 04:05:17 -0700432 if (tty == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433 continue;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800434
Linus Torvalds1da177e2005-04-16 15:20:36 -0700435 txcount = min_t(short, TX_SIZE, port->xmit_cnt);
Jiri Slaby5b21f9d2007-07-17 04:05:17 -0700436 if (txcount <= 0 || tty->stopped || tty->hw_stopped)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700437 continue;
Jiri Slaby5b21f9d2007-07-17 04:05:17 -0700438
439 if (!(inw(base + 0x02) & (1 << port->channel)))
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800440 continue;
Jiri Slaby5b21f9d2007-07-17 04:05:17 -0700441
Jiri Slabyaaa246e2006-01-09 20:54:23 -0800442 pr_dbg("txing %d bytes, port%d.\n", txcount,
443 port->channel + 1);
444 outw((port->channel << isi_card[card].shift_count) | txcount,
445 base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700446 residue = NO;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800447 wrd = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700448 while (1) {
Jiri Slabya547dfe2006-01-09 20:54:26 -0800449 cnt = min_t(int, txcount, (SERIAL_XMIT_SIZE
450 - port->xmit_tail));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700451 if (residue == YES) {
452 residue = NO;
453 if (cnt > 0) {
Alan Coxf1d03222008-07-16 21:55:45 +0100454 wrd |= (port->port.xmit_buf[port->xmit_tail]
Jiri Slabya547dfe2006-01-09 20:54:26 -0800455 << 8);
456 port->xmit_tail = (port->xmit_tail + 1)
457 & (SERIAL_XMIT_SIZE - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700458 port->xmit_cnt--;
459 txcount--;
460 cnt--;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800461 outw(wrd, base);
Jiri Slabya547dfe2006-01-09 20:54:26 -0800462 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700463 outw(wrd, base);
464 break;
465 }
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800466 }
Alan Cox251b8dd2008-04-30 00:54:12 -0700467 if (cnt <= 0)
468 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700469 word_count = cnt >> 1;
Alan Coxf1d03222008-07-16 21:55:45 +0100470 outsw(base, port->port.xmit_buf+port->xmit_tail, word_count);
Jiri Slabya547dfe2006-01-09 20:54:26 -0800471 port->xmit_tail = (port->xmit_tail
472 + (word_count << 1)) & (SERIAL_XMIT_SIZE - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700473 txcount -= (word_count << 1);
474 port->xmit_cnt -= (word_count << 1);
475 if (cnt & 0x0001) {
476 residue = YES;
Alan Coxf1d03222008-07-16 21:55:45 +0100477 wrd = port->port.xmit_buf[port->xmit_tail];
Jiri Slabya547dfe2006-01-09 20:54:26 -0800478 port->xmit_tail = (port->xmit_tail + 1)
479 & (SERIAL_XMIT_SIZE - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700480 port->xmit_cnt--;
481 txcount--;
482 }
483 }
484
485 InterruptTheCard(base);
486 if (port->xmit_cnt <= 0)
487 port->status &= ~ISI_TXOK;
488 if (port->xmit_cnt <= WAKEUP_CHARS)
Jiri Slaby0aa5de82007-02-10 01:44:47 -0800489 tty_wakeup(tty);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800490 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700491
Jiri Slaby5b21f9d2007-07-17 04:05:17 -0700492unlock:
493 spin_unlock_irqrestore(&isi_card[card].card_lock, flags);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800494 /* schedule another tx for hopefully in about 10ms */
495sched_again:
Jiri Slaby34b55b82006-12-08 02:38:55 -0800496 mod_timer(&tx, jiffies + msecs_to_jiffies(10));
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800497}
498
Linus Torvalds1da177e2005-04-16 15:20:36 -0700499/*
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800500 * Main interrupt handler routine
Linus Torvalds1da177e2005-04-16 15:20:36 -0700501 */
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800502
David Howells7d12e782006-10-05 14:55:46 +0100503static irqreturn_t isicom_interrupt(int irq, void *dev_id)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700504{
Jiri Slaby8070e352006-01-09 20:54:22 -0800505 struct isi_board *card = dev_id;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800506 struct isi_port *port;
507 struct tty_struct *tty;
Jiri Slaby8070e352006-01-09 20:54:22 -0800508 unsigned long base;
509 u16 header, word_count, count, channel;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700510 short byte_count;
Alan Cox33f0f882006-01-09 20:54:13 -0800511 unsigned char *rp;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800512
Linus Torvalds1da177e2005-04-16 15:20:36 -0700513 if (!card || !(card->status & FIRMWARE_LOADED))
514 return IRQ_NONE;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800515
Linus Torvalds1da177e2005-04-16 15:20:36 -0700516 base = card->base;
Jiri Slabycb4a10c2007-02-10 01:44:53 -0800517
518 /* did the card interrupt us? */
519 if (!(inw(base + 0x0e) & 0x02))
520 return IRQ_NONE;
521
Linus Torvalds1da177e2005-04-16 15:20:36 -0700522 spin_lock(&card->card_lock);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800523
Jiri Slaby18234f82006-12-08 02:38:51 -0800524 /*
525 * disable any interrupts from the PCI card and lower the
526 * interrupt line
527 */
528 outw(0x8000, base+0x04);
529 ClearInterrupt(base);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800530
Linus Torvalds1da177e2005-04-16 15:20:36 -0700531 inw(base); /* get the dummy word out */
532 header = inw(base);
533 channel = (header & 0x7800) >> card->shift_count;
534 byte_count = header & 0xff;
535
536 if (channel + 1 > card->port_count) {
Jiri Slabya547dfe2006-01-09 20:54:26 -0800537 printk(KERN_WARNING "ISICOM: isicom_interrupt(0x%lx): "
538 "%d(channel) > port_count.\n", base, channel+1);
Jiri Slaby18234f82006-12-08 02:38:51 -0800539 outw(0x0000, base+0x04); /* enable interrupts */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700540 spin_unlock(&card->card_lock);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800541 return IRQ_HANDLED;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700542 }
543 port = card->ports + channel;
Alan Coxf1d03222008-07-16 21:55:45 +0100544 if (!(port->port.flags & ASYNC_INITIALIZED)) {
Jiri Slaby18234f82006-12-08 02:38:51 -0800545 outw(0x0000, base+0x04); /* enable interrupts */
Jiri Slaby174f1302007-02-10 01:44:52 -0800546 spin_unlock(&card->card_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700547 return IRQ_HANDLED;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800548 }
549
Alan Coxf1d03222008-07-16 21:55:45 +0100550 tty = port->port.tty;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700551 if (tty == NULL) {
552 word_count = byte_count >> 1;
Alan Cox251b8dd2008-04-30 00:54:12 -0700553 while (byte_count > 1) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700554 inw(base);
555 byte_count -= 2;
556 }
557 if (byte_count & 0x01)
558 inw(base);
Jiri Slaby18234f82006-12-08 02:38:51 -0800559 outw(0x0000, base+0x04); /* enable interrupts */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700560 spin_unlock(&card->card_lock);
561 return IRQ_HANDLED;
562 }
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800563
Linus Torvalds1da177e2005-04-16 15:20:36 -0700564 if (header & 0x8000) { /* Status Packet */
565 header = inw(base);
Alan Cox251b8dd2008-04-30 00:54:12 -0700566 switch (header & 0xff) {
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800567 case 0: /* Change in EIA signals */
Alan Coxf1d03222008-07-16 21:55:45 +0100568 if (port->port.flags & ASYNC_CHECK_CD) {
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800569 if (port->status & ISI_DCD) {
570 if (!(header & ISI_DCD)) {
571 /* Carrier has been lost */
Jiri Slabya547dfe2006-01-09 20:54:26 -0800572 pr_dbg("interrupt: DCD->low.\n"
573 );
Linus Torvalds1da177e2005-04-16 15:20:36 -0700574 port->status &= ~ISI_DCD;
Jiri Slaby0aa5de82007-02-10 01:44:47 -0800575 tty_hangup(tty);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700576 }
Jiri Slabya547dfe2006-01-09 20:54:26 -0800577 } else if (header & ISI_DCD) {
578 /* Carrier has been detected */
579 pr_dbg("interrupt: DCD->high.\n");
580 port->status |= ISI_DCD;
Alan Coxf1d03222008-07-16 21:55:45 +0100581 wake_up_interruptible(&port->port.open_wait);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700582 }
Jiri Slabya547dfe2006-01-09 20:54:26 -0800583 } else {
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800584 if (header & ISI_DCD)
585 port->status |= ISI_DCD;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700586 else
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800587 port->status &= ~ISI_DCD;
588 }
589
Alan Coxf1d03222008-07-16 21:55:45 +0100590 if (port->port.flags & ASYNC_CTS_FLOW) {
591 if (port->port.tty->hw_stopped) {
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800592 if (header & ISI_CTS) {
Alan Coxf1d03222008-07-16 21:55:45 +0100593 port->port.tty->hw_stopped = 0;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800594 /* start tx ing */
Jiri Slabya547dfe2006-01-09 20:54:26 -0800595 port->status |= (ISI_TXOK
596 | ISI_CTS);
Jiri Slaby0aa5de82007-02-10 01:44:47 -0800597 tty_wakeup(tty);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800598 }
Jiri Slabya547dfe2006-01-09 20:54:26 -0800599 } else if (!(header & ISI_CTS)) {
Alan Coxf1d03222008-07-16 21:55:45 +0100600 port->port.tty->hw_stopped = 1;
Jiri Slabya547dfe2006-01-09 20:54:26 -0800601 /* stop tx ing */
602 port->status &= ~(ISI_TXOK | ISI_CTS);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800603 }
Jiri Slabya547dfe2006-01-09 20:54:26 -0800604 } else {
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800605 if (header & ISI_CTS)
606 port->status |= ISI_CTS;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700607 else
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800608 port->status &= ~ISI_CTS;
609 }
610
611 if (header & ISI_DSR)
612 port->status |= ISI_DSR;
613 else
614 port->status &= ~ISI_DSR;
615
616 if (header & ISI_RI)
617 port->status |= ISI_RI;
618 else
619 port->status &= ~ISI_RI;
620
621 break;
622
Jiri Slabya547dfe2006-01-09 20:54:26 -0800623 case 1: /* Received Break !!! */
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800624 tty_insert_flip_char(tty, 0, TTY_BREAK);
Alan Coxf1d03222008-07-16 21:55:45 +0100625 if (port->port.flags & ASYNC_SAK)
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800626 do_SAK(tty);
627 tty_flip_buffer_push(tty);
628 break;
629
630 case 2: /* Statistics */
Jiri Slabyaaa246e2006-01-09 20:54:23 -0800631 pr_dbg("isicom_interrupt: stats!!!.\n");
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800632 break;
633
634 default:
Jiri Slabyaaa246e2006-01-09 20:54:23 -0800635 pr_dbg("Intr: Unknown code in status packet.\n");
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800636 break;
637 }
Jiri Slabya547dfe2006-01-09 20:54:26 -0800638 } else { /* Data Packet */
Alan Cox33f0f882006-01-09 20:54:13 -0800639
640 count = tty_prepare_flip_string(tty, &rp, byte_count & ~1);
Jiri Slabyaaa246e2006-01-09 20:54:23 -0800641 pr_dbg("Intr: Can rx %d of %d bytes.\n", count, byte_count);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700642 word_count = count >> 1;
Alan Cox33f0f882006-01-09 20:54:13 -0800643 insw(base, rp, word_count);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700644 byte_count -= (word_count << 1);
645 if (count & 0x0001) {
Jiri Slabya547dfe2006-01-09 20:54:26 -0800646 tty_insert_flip_char(tty, inw(base) & 0xff,
647 TTY_NORMAL);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700648 byte_count -= 2;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800649 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700650 if (byte_count > 0) {
Jiri Slabyaaa246e2006-01-09 20:54:23 -0800651 pr_dbg("Intr(0x%lx:%d): Flip buffer overflow! dropping "
652 "bytes...\n", base, channel + 1);
Alan Cox251b8dd2008-04-30 00:54:12 -0700653 /* drain out unread xtra data */
654 while (byte_count > 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700655 inw(base);
656 byte_count -= 2;
657 }
658 }
Alan Cox33f0f882006-01-09 20:54:13 -0800659 tty_flip_buffer_push(tty);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700660 }
Jiri Slaby18234f82006-12-08 02:38:51 -0800661 outw(0x0000, base+0x04); /* enable interrupts */
Jiri Slaby174f1302007-02-10 01:44:52 -0800662 spin_unlock(&card->card_lock);
Jiri Slabya547dfe2006-01-09 20:54:26 -0800663
Linus Torvalds1da177e2005-04-16 15:20:36 -0700664 return IRQ_HANDLED;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800665}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700666
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800667static void isicom_config_port(struct isi_port *port)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700668{
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800669 struct isi_board *card = port->card;
670 struct tty_struct *tty;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700671 unsigned long baud;
Jiri Slaby8070e352006-01-09 20:54:22 -0800672 unsigned long base = card->base;
673 u16 channel_setup, channel = port->channel,
674 shift_count = card->shift_count;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700675 unsigned char flow_ctrl;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800676
Alan Coxf1d03222008-07-16 21:55:45 +0100677 tty = port->port.tty;
Alan Cox251b8dd2008-04-30 00:54:12 -0700678
679 if (tty == NULL)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700680 return;
Alan Cox251b8dd2008-04-30 00:54:12 -0700681 /* FIXME: Switch to new tty baud API */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700682 baud = C_BAUD(tty);
683 if (baud & CBAUDEX) {
684 baud &= ~CBAUDEX;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800685
Linus Torvalds1da177e2005-04-16 15:20:36 -0700686 /* if CBAUDEX bit is on and the baud is set to either 50 or 75
687 * then the card is programmed for 57.6Kbps or 115Kbps
688 * respectively.
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800689 */
690
Jiri Slaby7edc1362007-02-10 01:44:54 -0800691 /* 1,2,3,4 => 57.6, 115.2, 230, 460 kbps resp. */
692 if (baud < 1 || baud > 4)
Alan Coxf1d03222008-07-16 21:55:45 +0100693 port->port.tty->termios->c_cflag &= ~CBAUDEX;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700694 else
695 baud += 15;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800696 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700697 if (baud == 15) {
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800698
699 /* the ASYNC_SPD_HI and ASYNC_SPD_VHI options are set
Linus Torvalds1da177e2005-04-16 15:20:36 -0700700 * by the set_serial_info ioctl ... this is done by
701 * the 'setserial' utility.
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800702 */
703
Alan Coxf1d03222008-07-16 21:55:45 +0100704 if ((port->port.flags & ASYNC_SPD_MASK) == ASYNC_SPD_HI)
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800705 baud++; /* 57.6 Kbps */
Alan Coxf1d03222008-07-16 21:55:45 +0100706 if ((port->port.flags & ASYNC_SPD_MASK) == ASYNC_SPD_VHI)
Alan Cox251b8dd2008-04-30 00:54:12 -0700707 baud += 2; /* 115 Kbps */
Alan Coxf1d03222008-07-16 21:55:45 +0100708 if ((port->port.flags & ASYNC_SPD_MASK) == ASYNC_SPD_SHI)
Jiri Slaby7edc1362007-02-10 01:44:54 -0800709 baud += 3; /* 230 kbps*/
Alan Coxf1d03222008-07-16 21:55:45 +0100710 if ((port->port.flags & ASYNC_SPD_MASK) == ASYNC_SPD_WARP)
Jiri Slaby7edc1362007-02-10 01:44:54 -0800711 baud += 4; /* 460 kbps*/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700712 }
713 if (linuxb_to_isib[baud] == -1) {
714 /* hang up */
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800715 drop_dtr(port);
716 return;
Alan Cox251b8dd2008-04-30 00:54:12 -0700717 } else
Linus Torvalds1da177e2005-04-16 15:20:36 -0700718 raise_dtr(port);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800719
Jiri Slabycfe7c09a2006-12-29 16:48:00 -0800720 if (WaitTillCardIsFree(base) == 0) {
Alan Cox251b8dd2008-04-30 00:54:12 -0700721 outw(0x8000 | (channel << shift_count) | 0x03, base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700722 outw(linuxb_to_isib[baud] << 8 | 0x03, base);
723 channel_setup = 0;
Alan Cox251b8dd2008-04-30 00:54:12 -0700724 switch (C_CSIZE(tty)) {
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800725 case CS5:
726 channel_setup |= ISICOM_CS5;
727 break;
728 case CS6:
729 channel_setup |= ISICOM_CS6;
730 break;
731 case CS7:
732 channel_setup |= ISICOM_CS7;
733 break;
734 case CS8:
735 channel_setup |= ISICOM_CS8;
736 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700737 }
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800738
Linus Torvalds1da177e2005-04-16 15:20:36 -0700739 if (C_CSTOPB(tty))
740 channel_setup |= ISICOM_2SB;
741 if (C_PARENB(tty)) {
742 channel_setup |= ISICOM_EVPAR;
743 if (C_PARODD(tty))
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800744 channel_setup |= ISICOM_ODPAR;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700745 }
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800746 outw(channel_setup, base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700747 InterruptTheCard(base);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800748 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700749 if (C_CLOCAL(tty))
Alan Coxf1d03222008-07-16 21:55:45 +0100750 port->port.flags &= ~ASYNC_CHECK_CD;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700751 else
Alan Coxf1d03222008-07-16 21:55:45 +0100752 port->port.flags |= ASYNC_CHECK_CD;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800753
Linus Torvalds1da177e2005-04-16 15:20:36 -0700754 /* flow control settings ...*/
755 flow_ctrl = 0;
Alan Coxf1d03222008-07-16 21:55:45 +0100756 port->port.flags &= ~ASYNC_CTS_FLOW;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700757 if (C_CRTSCTS(tty)) {
Alan Coxf1d03222008-07-16 21:55:45 +0100758 port->port.flags |= ASYNC_CTS_FLOW;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700759 flow_ctrl |= ISICOM_CTSRTS;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800760 }
761 if (I_IXON(tty))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700762 flow_ctrl |= ISICOM_RESPOND_XONXOFF;
763 if (I_IXOFF(tty))
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800764 flow_ctrl |= ISICOM_INITIATE_XONXOFF;
765
Jiri Slabycfe7c09a2006-12-29 16:48:00 -0800766 if (WaitTillCardIsFree(base) == 0) {
Alan Cox251b8dd2008-04-30 00:54:12 -0700767 outw(0x8000 | (channel << shift_count) | 0x04, base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700768 outw(flow_ctrl << 8 | 0x05, base);
769 outw((STOP_CHAR(tty)) << 8 | (START_CHAR(tty)), base);
770 InterruptTheCard(base);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700771 }
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800772
Linus Torvalds1da177e2005-04-16 15:20:36 -0700773 /* rx enabled -> enable port for rx on the card */
774 if (C_CREAD(tty)) {
775 card->port_status |= (1 << channel);
776 outw(card->port_status, base + 0x02);
777 }
778}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700779
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800780/* open et all */
781
782static inline void isicom_setup_board(struct isi_board *bp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700783{
784 int channel;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800785 struct isi_port *port;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700786 unsigned long flags;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800787
Linus Torvalds1da177e2005-04-16 15:20:36 -0700788 spin_lock_irqsave(&bp->card_lock, flags);
789 if (bp->status & BOARD_ACTIVE) {
790 spin_unlock_irqrestore(&bp->card_lock, flags);
791 return;
792 }
793 port = bp->ports;
794 bp->status |= BOARD_ACTIVE;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800795 for (channel = 0; channel < bp->port_count; channel++, port++)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700796 drop_dtr_rts(port);
Jiri Slabycfe7c09a2006-12-29 16:48:00 -0800797 spin_unlock_irqrestore(&bp->card_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700798}
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800799
800static int isicom_setup_port(struct isi_port *port)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700801{
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800802 struct isi_board *card = port->card;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700803 unsigned long flags;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800804
Alan Coxf1d03222008-07-16 21:55:45 +0100805 if (port->port.flags & ASYNC_INITIALIZED)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700806 return 0;
Alan Coxf1d03222008-07-16 21:55:45 +0100807 if (tty_port_alloc_xmit_buf(&port->port) < 0)
808 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700809
810 spin_lock_irqsave(&card->card_lock, flags);
Alan Coxf1d03222008-07-16 21:55:45 +0100811 if (port->port.tty)
812 clear_bit(TTY_IO_ERROR, &port->port.tty->flags);
813 if (port->port.count == 1)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700814 card->count++;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800815
Linus Torvalds1da177e2005-04-16 15:20:36 -0700816 port->xmit_cnt = port->xmit_head = port->xmit_tail = 0;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800817
Linus Torvalds1da177e2005-04-16 15:20:36 -0700818 /* discard any residual data */
Jiri Slabycfe7c09a2006-12-29 16:48:00 -0800819 if (WaitTillCardIsFree(card->base) == 0) {
820 outw(0x8000 | (port->channel << card->shift_count) | 0x02,
821 card->base);
822 outw(((ISICOM_KILLTX | ISICOM_KILLRX) << 8) | 0x06, card->base);
823 InterruptTheCard(card->base);
824 }
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800825
Linus Torvalds1da177e2005-04-16 15:20:36 -0700826 isicom_config_port(port);
Alan Coxf1d03222008-07-16 21:55:45 +0100827 port->port.flags |= ASYNC_INITIALIZED;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700828 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800829
830 return 0;
831}
832
Jiri Slabya547dfe2006-01-09 20:54:26 -0800833static int block_til_ready(struct tty_struct *tty, struct file *filp,
834 struct isi_port *port)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700835{
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800836 struct isi_board *card = port->card;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700837 int do_clocal = 0, retval;
838 unsigned long flags;
839 DECLARE_WAITQUEUE(wait, current);
840
841 /* block if port is in the process of being closed */
842
Alan Coxf1d03222008-07-16 21:55:45 +0100843 if (tty_hung_up_p(filp) || port->port.flags & ASYNC_CLOSING) {
Jiri Slabyaaa246e2006-01-09 20:54:23 -0800844 pr_dbg("block_til_ready: close in progress.\n");
Alan Coxf1d03222008-07-16 21:55:45 +0100845 interruptible_sleep_on(&port->port.close_wait);
846 if (port->port.flags & ASYNC_HUP_NOTIFY)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700847 return -EAGAIN;
848 else
849 return -ERESTARTSYS;
850 }
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800851
Linus Torvalds1da177e2005-04-16 15:20:36 -0700852 /* if non-blocking mode is set ... */
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800853
Jiri Slabya547dfe2006-01-09 20:54:26 -0800854 if ((filp->f_flags & O_NONBLOCK) ||
855 (tty->flags & (1 << TTY_IO_ERROR))) {
Jiri Slabyaaa246e2006-01-09 20:54:23 -0800856 pr_dbg("block_til_ready: non-block mode.\n");
Alan Coxf1d03222008-07-16 21:55:45 +0100857 port->port.flags |= ASYNC_NORMAL_ACTIVE;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800858 return 0;
859 }
860
Linus Torvalds1da177e2005-04-16 15:20:36 -0700861 if (C_CLOCAL(tty))
862 do_clocal = 1;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800863
864 /* block waiting for DCD to be asserted, and while
Linus Torvalds1da177e2005-04-16 15:20:36 -0700865 callout dev is busy */
866 retval = 0;
Alan Coxf1d03222008-07-16 21:55:45 +0100867 add_wait_queue(&port->port.open_wait, &wait);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700868
869 spin_lock_irqsave(&card->card_lock, flags);
870 if (!tty_hung_up_p(filp))
Alan Coxf1d03222008-07-16 21:55:45 +0100871 port->port.count--;
872 port->port.blocked_open++;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700873 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800874
Linus Torvalds1da177e2005-04-16 15:20:36 -0700875 while (1) {
876 raise_dtr_rts(port);
877
878 set_current_state(TASK_INTERRUPTIBLE);
Alan Coxf1d03222008-07-16 21:55:45 +0100879 if (tty_hung_up_p(filp) || !(port->port.flags & ASYNC_INITIALIZED)) {
880 if (port->port.flags & ASYNC_HUP_NOTIFY)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700881 retval = -EAGAIN;
882 else
883 retval = -ERESTARTSYS;
884 break;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800885 }
Alan Coxf1d03222008-07-16 21:55:45 +0100886 if (!(port->port.flags & ASYNC_CLOSING) &&
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800887 (do_clocal || (port->status & ISI_DCD))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700888 break;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800889 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700890 if (signal_pending(current)) {
891 retval = -ERESTARTSYS;
892 break;
893 }
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800894 schedule();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700895 }
896 set_current_state(TASK_RUNNING);
Alan Coxf1d03222008-07-16 21:55:45 +0100897 remove_wait_queue(&port->port.open_wait, &wait);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700898 spin_lock_irqsave(&card->card_lock, flags);
899 if (!tty_hung_up_p(filp))
Alan Coxf1d03222008-07-16 21:55:45 +0100900 port->port.count++;
901 port->port.blocked_open--;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700902 spin_unlock_irqrestore(&card->card_lock, flags);
903 if (retval)
904 return retval;
Alan Coxf1d03222008-07-16 21:55:45 +0100905 port->port.flags |= ASYNC_NORMAL_ACTIVE;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700906 return 0;
907}
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800908
909static int isicom_open(struct tty_struct *tty, struct file *filp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700910{
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800911 struct isi_port *port;
912 struct isi_board *card;
Jiri Slaby17c4edf2006-12-08 02:38:57 -0800913 unsigned int board;
914 int error, line;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700915
916 line = tty->index;
917 if (line < 0 || line > PORT_COUNT-1)
918 return -ENODEV;
919 board = BOARD(line);
920 card = &isi_card[board];
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800921
Linus Torvalds1da177e2005-04-16 15:20:36 -0700922 if (!(card->status & FIRMWARE_LOADED))
923 return -ENODEV;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800924
Linus Torvalds1da177e2005-04-16 15:20:36 -0700925 /* open on a port greater than the port count for the card !!! */
926 if (line > ((board * 16) + card->port_count - 1))
927 return -ENODEV;
928
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800929 port = &isi_ports[line];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700930 if (isicom_paranoia_check(port, tty->name, "isicom_open"))
931 return -ENODEV;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800932
933 isicom_setup_board(card);
934
Alan Coxf1d03222008-07-16 21:55:45 +0100935 port->port.count++;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700936 tty->driver_data = port;
Alan Coxf1d03222008-07-16 21:55:45 +0100937 port->port.tty = tty;
Alan Cox251b8dd2008-04-30 00:54:12 -0700938 error = isicom_setup_port(port);
939 if (error == 0)
940 error = block_til_ready(tty, filp, port);
941 return error;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700942}
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800943
Linus Torvalds1da177e2005-04-16 15:20:36 -0700944/* close et all */
945
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800946static inline void isicom_shutdown_board(struct isi_board *bp)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700947{
Alan Cox251b8dd2008-04-30 00:54:12 -0700948 if (bp->status & BOARD_ACTIVE)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700949 bp->status &= ~BOARD_ACTIVE;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700950}
951
Jiri Slabycfe7c09a2006-12-29 16:48:00 -0800952/* card->lock HAS to be held */
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800953static void isicom_shutdown_port(struct isi_port *port)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700954{
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800955 struct isi_board *card = port->card;
956 struct tty_struct *tty;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800957
Alan Coxf1d03222008-07-16 21:55:45 +0100958 tty = port->port.tty;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700959
Alan Coxf1d03222008-07-16 21:55:45 +0100960 if (!(port->port.flags & ASYNC_INITIALIZED))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700961 return;
Jiri Slabycfe7c09a2006-12-29 16:48:00 -0800962
Alan Coxf1d03222008-07-16 21:55:45 +0100963 tty_port_free_xmit_buf(&port->port);
964 port->port.flags &= ~ASYNC_INITIALIZED;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965 /* 3rd October 2000 : Vinayak P Risbud */
Alan Coxf1d03222008-07-16 21:55:45 +0100966 port->port.tty = NULL;
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800967
Linus Torvalds1da177e2005-04-16 15:20:36 -0700968 /*Fix done by Anil .S on 30-04-2001
969 remote login through isi port has dtr toggle problem
970 due to which the carrier drops before the password prompt
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800971 appears on the remote end. Now we drop the dtr only if the
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972 HUPCL(Hangup on close) flag is set for the tty*/
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800973
974 if (C_HUPCL(tty))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700975 /* drop dtr on this port */
976 drop_dtr(port);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800977
978 /* any other port uninits */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700979 if (tty)
980 set_bit(TTY_IO_ERROR, &tty->flags);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800981
Linus Torvalds1da177e2005-04-16 15:20:36 -0700982 if (--card->count < 0) {
Jiri Slabyaaa246e2006-01-09 20:54:23 -0800983 pr_dbg("isicom_shutdown_port: bad board(0x%lx) count %d.\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700984 card->base, card->count);
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800985 card->count = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700986 }
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800987
Jiri Slabya547dfe2006-01-09 20:54:26 -0800988 /* last port was closed, shutdown that boad too */
Jiri Slabyd8d16e42006-01-09 20:54:21 -0800989 if (C_HUPCL(tty)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700990 if (!card->count)
991 isicom_shutdown_board(card);
992 }
993}
994
Alan Cox978e5952008-04-30 00:53:59 -0700995static void isicom_flush_buffer(struct tty_struct *tty)
996{
997 struct isi_port *port = tty->driver_data;
998 struct isi_board *card = port->card;
999 unsigned long flags;
1000
1001 if (isicom_paranoia_check(port, tty->name, "isicom_flush_buffer"))
1002 return;
1003
1004 spin_lock_irqsave(&card->card_lock, flags);
1005 port->xmit_cnt = port->xmit_head = port->xmit_tail = 0;
1006 spin_unlock_irqrestore(&card->card_lock, flags);
1007
1008 tty_wakeup(tty);
1009}
1010
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001011static void isicom_close(struct tty_struct *tty, struct file *filp)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001012{
Jiri Slaby8070e352006-01-09 20:54:22 -08001013 struct isi_port *port = tty->driver_data;
Jiri Slabyc387fd82006-11-15 00:30:17 +01001014 struct isi_board *card;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001015 unsigned long flags;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001016
Linus Torvalds1da177e2005-04-16 15:20:36 -07001017 if (!port)
1018 return;
Jiri Slabyc387fd82006-11-15 00:30:17 +01001019 card = port->card;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001020 if (isicom_paranoia_check(port, tty->name, "isicom_close"))
1021 return;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001022
Jiri Slabyaaa246e2006-01-09 20:54:23 -08001023 pr_dbg("Close start!!!.\n");
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001024
Linus Torvalds1da177e2005-04-16 15:20:36 -07001025 spin_lock_irqsave(&card->card_lock, flags);
1026 if (tty_hung_up_p(filp)) {
1027 spin_unlock_irqrestore(&card->card_lock, flags);
1028 return;
1029 }
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001030
Alan Coxf1d03222008-07-16 21:55:45 +01001031 if (tty->count == 1 && port->port.count != 1) {
Jiri Slabya547dfe2006-01-09 20:54:26 -08001032 printk(KERN_WARNING "ISICOM:(0x%lx) isicom_close: bad port "
1033 "count tty->count = 1 port count = %d.\n",
Alan Coxf1d03222008-07-16 21:55:45 +01001034 card->base, port->port.count);
1035 port->port.count = 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001036 }
Alan Coxf1d03222008-07-16 21:55:45 +01001037 if (--port->port.count < 0) {
Jiri Slabya547dfe2006-01-09 20:54:26 -08001038 printk(KERN_WARNING "ISICOM:(0x%lx) isicom_close: bad port "
1039 "count for channel%d = %d", card->base, port->channel,
Alan Coxf1d03222008-07-16 21:55:45 +01001040 port->port.count);
1041 port->port.count = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001042 }
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001043
Alan Coxf1d03222008-07-16 21:55:45 +01001044 if (port->port.count) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001045 spin_unlock_irqrestore(&card->card_lock, flags);
1046 return;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001047 }
Alan Coxf1d03222008-07-16 21:55:45 +01001048 port->port.flags |= ASYNC_CLOSING;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001049 tty->closing = 1;
1050 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001051
Alan Cox44b7d1b2008-07-16 21:57:18 +01001052 if (port->port.closing_wait != ASYNC_CLOSING_WAIT_NONE)
1053 tty_wait_until_sent(tty, port->port.closing_wait);
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001054 /* indicate to the card that no more data can be received
Linus Torvalds1da177e2005-04-16 15:20:36 -07001055 on this port */
1056 spin_lock_irqsave(&card->card_lock, flags);
Alan Coxf1d03222008-07-16 21:55:45 +01001057 if (port->port.flags & ASYNC_INITIALIZED) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001058 card->port_status &= ~(1 << port->channel);
1059 outw(card->port_status, card->base + 0x02);
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001060 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001061 isicom_shutdown_port(port);
1062 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001063
Alan Cox978e5952008-04-30 00:53:59 -07001064 isicom_flush_buffer(tty);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001065 tty_ldisc_flush(tty);
1066
1067 spin_lock_irqsave(&card->card_lock, flags);
1068 tty->closing = 0;
1069
Alan Coxf1d03222008-07-16 21:55:45 +01001070 if (port->port.blocked_open) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001071 spin_unlock_irqrestore(&card->card_lock, flags);
Alan Cox44b7d1b2008-07-16 21:57:18 +01001072 if (port->port.close_delay) {
Jiri Slabyaaa246e2006-01-09 20:54:23 -08001073 pr_dbg("scheduling until time out.\n");
Jiri Slabya547dfe2006-01-09 20:54:26 -08001074 msleep_interruptible(
Alan Cox44b7d1b2008-07-16 21:57:18 +01001075 jiffies_to_msecs(port->port.close_delay));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001076 }
1077 spin_lock_irqsave(&card->card_lock, flags);
Alan Coxf1d03222008-07-16 21:55:45 +01001078 wake_up_interruptible(&port->port.open_wait);
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001079 }
Alan Coxf1d03222008-07-16 21:55:45 +01001080 port->port.flags &= ~(ASYNC_NORMAL_ACTIVE | ASYNC_CLOSING);
1081 wake_up_interruptible(&port->port.close_wait);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001082 spin_unlock_irqrestore(&card->card_lock, flags);
1083}
1084
1085/* write et all */
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001086static int isicom_write(struct tty_struct *tty, const unsigned char *buf,
1087 int count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001088{
Jiri Slaby8070e352006-01-09 20:54:22 -08001089 struct isi_port *port = tty->driver_data;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001090 struct isi_board *card = port->card;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001091 unsigned long flags;
1092 int cnt, total = 0;
1093
1094 if (isicom_paranoia_check(port, tty->name, "isicom_write"))
1095 return 0;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001096
Linus Torvalds1da177e2005-04-16 15:20:36 -07001097 spin_lock_irqsave(&card->card_lock, flags);
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001098
Alan Cox251b8dd2008-04-30 00:54:12 -07001099 while (1) {
Jiri Slabya547dfe2006-01-09 20:54:26 -08001100 cnt = min_t(int, count, min(SERIAL_XMIT_SIZE - port->xmit_cnt
1101 - 1, SERIAL_XMIT_SIZE - port->xmit_head));
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001102 if (cnt <= 0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001103 break;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001104
Alan Coxf1d03222008-07-16 21:55:45 +01001105 memcpy(port->port.xmit_buf + port->xmit_head, buf, cnt);
Jiri Slabya547dfe2006-01-09 20:54:26 -08001106 port->xmit_head = (port->xmit_head + cnt) & (SERIAL_XMIT_SIZE
1107 - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001108 port->xmit_cnt += cnt;
1109 buf += cnt;
1110 count -= cnt;
1111 total += cnt;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001112 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001113 if (port->xmit_cnt && !tty->stopped && !tty->hw_stopped)
1114 port->status |= ISI_TXOK;
1115 spin_unlock_irqrestore(&card->card_lock, flags);
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001116 return total;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001117}
1118
1119/* put_char et all */
Alan Coxf34d7a52008-04-30 00:54:13 -07001120static int isicom_put_char(struct tty_struct *tty, unsigned char ch)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001121{
Jiri Slaby8070e352006-01-09 20:54:22 -08001122 struct isi_port *port = tty->driver_data;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001123 struct isi_board *card = port->card;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001124 unsigned long flags;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001125
Linus Torvalds1da177e2005-04-16 15:20:36 -07001126 if (isicom_paranoia_check(port, tty->name, "isicom_put_char"))
Alan Coxf34d7a52008-04-30 00:54:13 -07001127 return 0;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001128
Linus Torvalds1da177e2005-04-16 15:20:36 -07001129 spin_lock_irqsave(&card->card_lock, flags);
Alan Coxf34d7a52008-04-30 00:54:13 -07001130 if (port->xmit_cnt >= SERIAL_XMIT_SIZE - 1) {
1131 spin_unlock_irqrestore(&card->card_lock, flags);
1132 return 0;
1133 }
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001134
Alan Coxf1d03222008-07-16 21:55:45 +01001135 port->port.xmit_buf[port->xmit_head++] = ch;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001136 port->xmit_head &= (SERIAL_XMIT_SIZE - 1);
1137 port->xmit_cnt++;
1138 spin_unlock_irqrestore(&card->card_lock, flags);
Alan Coxf34d7a52008-04-30 00:54:13 -07001139 return 1;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001140}
1141
1142/* flush_chars et all */
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001143static void isicom_flush_chars(struct tty_struct *tty)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001144{
Jiri Slaby8070e352006-01-09 20:54:22 -08001145 struct isi_port *port = tty->driver_data;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001146
Linus Torvalds1da177e2005-04-16 15:20:36 -07001147 if (isicom_paranoia_check(port, tty->name, "isicom_flush_chars"))
1148 return;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001149
Jiri Slabya547dfe2006-01-09 20:54:26 -08001150 if (port->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped ||
Alan Coxf1d03222008-07-16 21:55:45 +01001151 !port->port.xmit_buf)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001152 return;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001153
Linus Torvalds1da177e2005-04-16 15:20:36 -07001154 /* this tells the transmitter to consider this port for
1155 data output to the card ... that's the best we can do. */
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001156 port->status |= ISI_TXOK;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001157}
1158
1159/* write_room et all */
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001160static int isicom_write_room(struct tty_struct *tty)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001161{
Jiri Slaby8070e352006-01-09 20:54:22 -08001162 struct isi_port *port = tty->driver_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001163 int free;
1164
1165 if (isicom_paranoia_check(port, tty->name, "isicom_write_room"))
1166 return 0;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001167
Linus Torvalds1da177e2005-04-16 15:20:36 -07001168 free = SERIAL_XMIT_SIZE - port->xmit_cnt - 1;
1169 if (free < 0)
1170 free = 0;
1171 return free;
1172}
1173
1174/* chars_in_buffer et all */
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001175static int isicom_chars_in_buffer(struct tty_struct *tty)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001176{
Jiri Slaby8070e352006-01-09 20:54:22 -08001177 struct isi_port *port = tty->driver_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178 if (isicom_paranoia_check(port, tty->name, "isicom_chars_in_buffer"))
1179 return 0;
1180 return port->xmit_cnt;
1181}
1182
1183/* ioctl et all */
Alan Cox6d889722008-07-22 11:18:21 +01001184static int isicom_send_break(struct tty_struct *tty, int length)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001185{
Alan Cox6d889722008-07-22 11:18:21 +01001186 struct isi_port *port = tty->driver_data;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001187 struct isi_board *card = port->card;
Jiri Slaby8070e352006-01-09 20:54:22 -08001188 unsigned long base = card->base;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001189
Alan Cox6d889722008-07-22 11:18:21 +01001190 if (length == -1)
1191 return -EOPNOTSUPP;
1192
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001193 if (!lock_card(card))
Alan Cox6d889722008-07-22 11:18:21 +01001194 return -EINVAL;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001195
Linus Torvalds1da177e2005-04-16 15:20:36 -07001196 outw(0x8000 | ((port->channel) << (card->shift_count)) | 0x3, base);
1197 outw((length & 0xff) << 8 | 0x00, base);
1198 outw((length & 0xff00), base);
1199 InterruptTheCard(base);
1200
1201 unlock_card(card);
Alan Cox6d889722008-07-22 11:18:21 +01001202 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001203}
1204
1205static int isicom_tiocmget(struct tty_struct *tty, struct file *file)
1206{
Jiri Slaby8070e352006-01-09 20:54:22 -08001207 struct isi_port *port = tty->driver_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001208 /* just send the port status */
Jiri Slaby8070e352006-01-09 20:54:22 -08001209 u16 status = port->status;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001210
1211 if (isicom_paranoia_check(port, tty->name, "isicom_ioctl"))
1212 return -ENODEV;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001213
Linus Torvalds1da177e2005-04-16 15:20:36 -07001214 return ((status & ISI_RTS) ? TIOCM_RTS : 0) |
1215 ((status & ISI_DTR) ? TIOCM_DTR : 0) |
1216 ((status & ISI_DCD) ? TIOCM_CAR : 0) |
1217 ((status & ISI_DSR) ? TIOCM_DSR : 0) |
1218 ((status & ISI_CTS) ? TIOCM_CTS : 0) |
1219 ((status & ISI_RI ) ? TIOCM_RI : 0);
1220}
1221
1222static int isicom_tiocmset(struct tty_struct *tty, struct file *file,
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001223 unsigned int set, unsigned int clear)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001224{
Jiri Slaby8070e352006-01-09 20:54:22 -08001225 struct isi_port *port = tty->driver_data;
Jiri Slabycfe7c09a2006-12-29 16:48:00 -08001226 unsigned long flags;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001227
Linus Torvalds1da177e2005-04-16 15:20:36 -07001228 if (isicom_paranoia_check(port, tty->name, "isicom_ioctl"))
1229 return -ENODEV;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001230
Jiri Slabycfe7c09a2006-12-29 16:48:00 -08001231 spin_lock_irqsave(&port->card->card_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001232 if (set & TIOCM_RTS)
1233 raise_rts(port);
1234 if (set & TIOCM_DTR)
1235 raise_dtr(port);
1236
1237 if (clear & TIOCM_RTS)
1238 drop_rts(port);
1239 if (clear & TIOCM_DTR)
1240 drop_dtr(port);
Jiri Slabycfe7c09a2006-12-29 16:48:00 -08001241 spin_unlock_irqrestore(&port->card->card_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001242
1243 return 0;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001244}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001245
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001246static int isicom_set_serial_info(struct isi_port *port,
1247 struct serial_struct __user *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001248{
1249 struct serial_struct newinfo;
1250 int reconfig_port;
1251
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001252 if (copy_from_user(&newinfo, info, sizeof(newinfo)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001253 return -EFAULT;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001254
Alan Cox1eac4942008-04-30 00:53:19 -07001255 lock_kernel();
1256
Alan Coxf1d03222008-07-16 21:55:45 +01001257 reconfig_port = ((port->port.flags & ASYNC_SPD_MASK) !=
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001258 (newinfo.flags & ASYNC_SPD_MASK));
1259
Linus Torvalds1da177e2005-04-16 15:20:36 -07001260 if (!capable(CAP_SYS_ADMIN)) {
Alan Cox44b7d1b2008-07-16 21:57:18 +01001261 if ((newinfo.close_delay != port->port.close_delay) ||
1262 (newinfo.closing_wait != port->port.closing_wait) ||
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001263 ((newinfo.flags & ~ASYNC_USR_MASK) !=
Alan Coxf1d03222008-07-16 21:55:45 +01001264 (port->port.flags & ~ASYNC_USR_MASK))) {
Alan Cox1eac4942008-04-30 00:53:19 -07001265 unlock_kernel();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001266 return -EPERM;
Alan Cox1eac4942008-04-30 00:53:19 -07001267 }
Alan Coxf1d03222008-07-16 21:55:45 +01001268 port->port.flags = ((port->port.flags & ~ASYNC_USR_MASK) |
Linus Torvalds1da177e2005-04-16 15:20:36 -07001269 (newinfo.flags & ASYNC_USR_MASK));
Alan Cox251b8dd2008-04-30 00:54:12 -07001270 } else {
Alan Cox44b7d1b2008-07-16 21:57:18 +01001271 port->port.close_delay = newinfo.close_delay;
1272 port->port.closing_wait = newinfo.closing_wait;
Alan Coxf1d03222008-07-16 21:55:45 +01001273 port->port.flags = ((port->port.flags & ~ASYNC_FLAGS) |
Linus Torvalds1da177e2005-04-16 15:20:36 -07001274 (newinfo.flags & ASYNC_FLAGS));
1275 }
1276 if (reconfig_port) {
Jiri Slabycfe7c09a2006-12-29 16:48:00 -08001277 unsigned long flags;
1278 spin_lock_irqsave(&port->card->card_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001279 isicom_config_port(port);
Jiri Slabycfe7c09a2006-12-29 16:48:00 -08001280 spin_unlock_irqrestore(&port->card->card_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001281 }
Alan Cox1eac4942008-04-30 00:53:19 -07001282 unlock_kernel();
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001283 return 0;
1284}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001285
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001286static int isicom_get_serial_info(struct isi_port *port,
1287 struct serial_struct __user *info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001288{
1289 struct serial_struct out_info;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001290
Alan Cox1eac4942008-04-30 00:53:19 -07001291 lock_kernel();
Linus Torvalds1da177e2005-04-16 15:20:36 -07001292 memset(&out_info, 0, sizeof(out_info));
1293/* out_info.type = ? */
1294 out_info.line = port - isi_ports;
1295 out_info.port = port->card->base;
1296 out_info.irq = port->card->irq;
Alan Coxf1d03222008-07-16 21:55:45 +01001297 out_info.flags = port->port.flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001298/* out_info.baud_base = ? */
Alan Cox44b7d1b2008-07-16 21:57:18 +01001299 out_info.close_delay = port->port.close_delay;
1300 out_info.closing_wait = port->port.closing_wait;
Alan Cox1eac4942008-04-30 00:53:19 -07001301 unlock_kernel();
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001302 if (copy_to_user(info, &out_info, sizeof(out_info)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07001303 return -EFAULT;
1304 return 0;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001305}
Linus Torvalds1da177e2005-04-16 15:20:36 -07001306
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001307static int isicom_ioctl(struct tty_struct *tty, struct file *filp,
1308 unsigned int cmd, unsigned long arg)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001309{
Jiri Slaby8070e352006-01-09 20:54:22 -08001310 struct isi_port *port = tty->driver_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001311 void __user *argp = (void __user *)arg;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001312
1313 if (isicom_paranoia_check(port, tty->name, "isicom_ioctl"))
1314 return -ENODEV;
1315
Alan Cox251b8dd2008-04-30 00:54:12 -07001316 switch (cmd) {
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001317 case TIOCGSERIAL:
1318 return isicom_get_serial_info(port, argp);
1319
1320 case TIOCSSERIAL:
1321 return isicom_set_serial_info(port, argp);
1322
1323 default:
1324 return -ENOIOCTLCMD;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001325 }
1326 return 0;
1327}
1328
1329/* set_termios et all */
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001330static void isicom_set_termios(struct tty_struct *tty,
Alan Cox606d0992006-12-08 02:38:45 -08001331 struct ktermios *old_termios)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001332{
Jiri Slaby8070e352006-01-09 20:54:22 -08001333 struct isi_port *port = tty->driver_data;
Jiri Slabycfe7c09a2006-12-29 16:48:00 -08001334 unsigned long flags;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001335
Linus Torvalds1da177e2005-04-16 15:20:36 -07001336 if (isicom_paranoia_check(port, tty->name, "isicom_set_termios"))
1337 return;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001338
Linus Torvalds1da177e2005-04-16 15:20:36 -07001339 if (tty->termios->c_cflag == old_termios->c_cflag &&
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001340 tty->termios->c_iflag == old_termios->c_iflag)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001341 return;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001342
Jiri Slabycfe7c09a2006-12-29 16:48:00 -08001343 spin_lock_irqsave(&port->card->card_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001344 isicom_config_port(port);
Jiri Slabycfe7c09a2006-12-29 16:48:00 -08001345 spin_unlock_irqrestore(&port->card->card_lock, flags);
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001346
Linus Torvalds1da177e2005-04-16 15:20:36 -07001347 if ((old_termios->c_cflag & CRTSCTS) &&
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001348 !(tty->termios->c_cflag & CRTSCTS)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001349 tty->hw_stopped = 0;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001350 isicom_start(tty);
1351 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001352}
1353
1354/* throttle et all */
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001355static void isicom_throttle(struct tty_struct *tty)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001356{
Jiri Slaby8070e352006-01-09 20:54:22 -08001357 struct isi_port *port = tty->driver_data;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001358 struct isi_board *card = port->card;
1359
Linus Torvalds1da177e2005-04-16 15:20:36 -07001360 if (isicom_paranoia_check(port, tty->name, "isicom_throttle"))
1361 return;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001362
Linus Torvalds1da177e2005-04-16 15:20:36 -07001363 /* tell the card that this port cannot handle any more data for now */
1364 card->port_status &= ~(1 << port->channel);
1365 outw(card->port_status, card->base + 0x02);
1366}
1367
1368/* unthrottle et all */
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001369static void isicom_unthrottle(struct tty_struct *tty)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001370{
Jiri Slaby8070e352006-01-09 20:54:22 -08001371 struct isi_port *port = tty->driver_data;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001372 struct isi_board *card = port->card;
1373
Linus Torvalds1da177e2005-04-16 15:20:36 -07001374 if (isicom_paranoia_check(port, tty->name, "isicom_unthrottle"))
1375 return;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001376
Linus Torvalds1da177e2005-04-16 15:20:36 -07001377 /* tell the card that this port is ready to accept more data */
1378 card->port_status |= (1 << port->channel);
1379 outw(card->port_status, card->base + 0x02);
1380}
1381
1382/* stop et all */
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001383static void isicom_stop(struct tty_struct *tty)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001384{
Jiri Slaby8070e352006-01-09 20:54:22 -08001385 struct isi_port *port = tty->driver_data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001386
1387 if (isicom_paranoia_check(port, tty->name, "isicom_stop"))
1388 return;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001389
Linus Torvalds1da177e2005-04-16 15:20:36 -07001390 /* this tells the transmitter not to consider this port for
1391 data output to the card. */
1392 port->status &= ~ISI_TXOK;
1393}
1394
1395/* start et all */
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001396static void isicom_start(struct tty_struct *tty)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001397{
Jiri Slaby8070e352006-01-09 20:54:22 -08001398 struct isi_port *port = tty->driver_data;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001399
Linus Torvalds1da177e2005-04-16 15:20:36 -07001400 if (isicom_paranoia_check(port, tty->name, "isicom_start"))
1401 return;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001402
Linus Torvalds1da177e2005-04-16 15:20:36 -07001403 /* this tells the transmitter to consider this port for
1404 data output to the card. */
1405 port->status |= ISI_TXOK;
1406}
1407
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001408static void isicom_hangup(struct tty_struct *tty)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001409{
Jiri Slaby8070e352006-01-09 20:54:22 -08001410 struct isi_port *port = tty->driver_data;
Jiri Slabycfe7c09a2006-12-29 16:48:00 -08001411 unsigned long flags;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001412
Linus Torvalds1da177e2005-04-16 15:20:36 -07001413 if (isicom_paranoia_check(port, tty->name, "isicom_hangup"))
1414 return;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001415
Jiri Slabycfe7c09a2006-12-29 16:48:00 -08001416 spin_lock_irqsave(&port->card->card_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001417 isicom_shutdown_port(port);
Jiri Slabycfe7c09a2006-12-29 16:48:00 -08001418 spin_unlock_irqrestore(&port->card->card_lock, flags);
1419
Alan Coxf1d03222008-07-16 21:55:45 +01001420 port->port.count = 0;
1421 port->port.flags &= ~ASYNC_NORMAL_ACTIVE;
1422 port->port.tty = NULL;
1423 wake_up_interruptible(&port->port.open_wait);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001424}
1425
Linus Torvalds1da177e2005-04-16 15:20:36 -07001426
Jiri Slaby9ac09482006-01-09 20:54:24 -08001427/*
1428 * Driver init and deinit functions
1429 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001430
Jeff Dikeb68e31d2006-10-02 02:17:18 -07001431static const struct tty_operations isicom_ops = {
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001432 .open = isicom_open,
1433 .close = isicom_close,
1434 .write = isicom_write,
1435 .put_char = isicom_put_char,
1436 .flush_chars = isicom_flush_chars,
1437 .write_room = isicom_write_room,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001438 .chars_in_buffer = isicom_chars_in_buffer,
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001439 .ioctl = isicom_ioctl,
1440 .set_termios = isicom_set_termios,
1441 .throttle = isicom_throttle,
1442 .unthrottle = isicom_unthrottle,
1443 .stop = isicom_stop,
1444 .start = isicom_start,
1445 .hangup = isicom_hangup,
1446 .flush_buffer = isicom_flush_buffer,
1447 .tiocmget = isicom_tiocmget,
1448 .tiocmset = isicom_tiocmset,
Alan Cox6d889722008-07-22 11:18:21 +01001449 .break_ctl = isicom_send_break,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001450};
1451
Jiri Slaby9ac09482006-01-09 20:54:24 -08001452static int __devinit reset_card(struct pci_dev *pdev,
1453 const unsigned int card, unsigned int *signature)
1454{
1455 struct isi_board *board = pci_get_drvdata(pdev);
1456 unsigned long base = board->base;
Jiri Slabyf0a0ba62007-02-10 01:44:52 -08001457 unsigned int sig, portcount = 0;
Jiri Slaby9ac09482006-01-09 20:54:24 -08001458 int retval = 0;
1459
1460 dev_dbg(&pdev->dev, "ISILoad:Resetting Card%d at 0x%lx\n", card + 1,
1461 base);
1462
1463 inw(base + 0x8);
1464
Jiri Slabyf0a0ba62007-02-10 01:44:52 -08001465 msleep(10);
Jiri Slaby9ac09482006-01-09 20:54:24 -08001466
1467 outw(0, base + 0x8); /* Reset */
1468
Jiri Slabyf0a0ba62007-02-10 01:44:52 -08001469 msleep(1000);
Jiri Slaby9ac09482006-01-09 20:54:24 -08001470
Jiri Slabyf0a0ba62007-02-10 01:44:52 -08001471 sig = inw(base + 0x4) & 0xff;
Jiri Slaby9ac09482006-01-09 20:54:24 -08001472
Jiri Slabyf0a0ba62007-02-10 01:44:52 -08001473 if (sig != 0xa5 && sig != 0xbb && sig != 0xcc && sig != 0xdd &&
1474 sig != 0xee) {
1475 dev_warn(&pdev->dev, "ISILoad:Card%u reset failure (Possible "
1476 "bad I/O Port Address 0x%lx).\n", card + 1, base);
1477 dev_dbg(&pdev->dev, "Sig=0x%x\n", sig);
Jiri Slaby18234f82006-12-08 02:38:51 -08001478 retval = -EIO;
1479 goto end;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001480 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001481
Jiri Slabyf0a0ba62007-02-10 01:44:52 -08001482 msleep(10);
1483
1484 portcount = inw(base + 0x2);
Julia Lawall07fb6f22008-03-04 14:29:17 -08001485 if (!(inw(base + 0xe) & 0x1) || (portcount != 0 && portcount != 4 &&
Jiri Slabyf0a0ba62007-02-10 01:44:52 -08001486 portcount != 8 && portcount != 16)) {
Joe Perches898eb712007-10-18 03:06:30 -07001487 dev_err(&pdev->dev, "ISILoad:PCI Card%d reset failure.\n",
Jiri Slabyf0a0ba62007-02-10 01:44:52 -08001488 card + 1);
1489 retval = -EIO;
1490 goto end;
1491 }
1492
1493 switch (sig) {
Jiri Slaby9ac09482006-01-09 20:54:24 -08001494 case 0xa5:
1495 case 0xbb:
1496 case 0xdd:
Jiri Slaby18234f82006-12-08 02:38:51 -08001497 board->port_count = (portcount == 4) ? 4 : 8;
Jiri Slaby9ac09482006-01-09 20:54:24 -08001498 board->shift_count = 12;
1499 break;
1500 case 0xcc:
Jiri Slabyf0a0ba62007-02-10 01:44:52 -08001501 case 0xee:
Jiri Slaby9ac09482006-01-09 20:54:24 -08001502 board->port_count = 16;
1503 board->shift_count = 11;
1504 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001505 }
Jiri Slaby9ac09482006-01-09 20:54:24 -08001506 dev_info(&pdev->dev, "-Done\n");
Jiri Slabyf0a0ba62007-02-10 01:44:52 -08001507 *signature = sig;
Jiri Slaby9ac09482006-01-09 20:54:24 -08001508
1509end:
1510 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001511}
1512
Jiri Slabye65c1db2006-01-09 20:54:25 -08001513static int __devinit load_firmware(struct pci_dev *pdev,
1514 const unsigned int index, const unsigned int signature)
1515{
1516 struct isi_board *board = pci_get_drvdata(pdev);
1517 const struct firmware *fw;
1518 unsigned long base = board->base;
1519 unsigned int a;
1520 u16 word_count, status;
1521 int retval = -EIO;
1522 char *name;
1523 u8 *data;
1524
1525 struct stframe {
1526 u16 addr;
1527 u16 count;
1528 u8 data[0];
1529 } *frame;
1530
1531 switch (signature) {
1532 case 0xa5:
1533 name = "isi608.bin";
1534 break;
1535 case 0xbb:
1536 name = "isi608em.bin";
1537 break;
1538 case 0xcc:
1539 name = "isi616em.bin";
1540 break;
1541 case 0xdd:
1542 name = "isi4608.bin";
1543 break;
1544 case 0xee:
1545 name = "isi4616.bin";
1546 break;
1547 default:
1548 dev_err(&pdev->dev, "Unknown signature.\n");
1549 goto end;
Alan Cox251b8dd2008-04-30 00:54:12 -07001550 }
Jiri Slabye65c1db2006-01-09 20:54:25 -08001551
1552 retval = request_firmware(&fw, name, &pdev->dev);
1553 if (retval)
1554 goto end;
1555
Jiri Slabye4e04082006-09-30 23:27:50 -07001556 retval = -EIO;
1557
Jiri Slabye65c1db2006-01-09 20:54:25 -08001558 for (frame = (struct stframe *)fw->data;
1559 frame < (struct stframe *)(fw->data + fw->size);
Jiri Slabye4e04082006-09-30 23:27:50 -07001560 frame = (struct stframe *)((u8 *)(frame + 1) +
1561 frame->count)) {
Jiri Slabye65c1db2006-01-09 20:54:25 -08001562 if (WaitTillCardIsFree(base))
1563 goto errrelfw;
1564
1565 outw(0xf0, base); /* start upload sequence */
1566 outw(0x00, base);
1567 outw(frame->addr, base); /* lsb of address */
1568
1569 word_count = frame->count / 2 + frame->count % 2;
1570 outw(word_count, base);
1571 InterruptTheCard(base);
1572
1573 udelay(100); /* 0x2f */
1574
1575 if (WaitTillCardIsFree(base))
1576 goto errrelfw;
1577
Alan Cox251b8dd2008-04-30 00:54:12 -07001578 status = inw(base + 0x4);
1579 if (status != 0) {
Jiri Slabye65c1db2006-01-09 20:54:25 -08001580 dev_warn(&pdev->dev, "Card%d rejected load header:\n"
Joe Perches898eb712007-10-18 03:06:30 -07001581 KERN_WARNING "Address:0x%x\n"
1582 KERN_WARNING "Count:0x%x\n"
1583 KERN_WARNING "Status:0x%x\n",
Jiri Slabye65c1db2006-01-09 20:54:25 -08001584 index + 1, frame->addr, frame->count, status);
1585 goto errrelfw;
1586 }
1587 outsw(base, frame->data, word_count);
1588
1589 InterruptTheCard(base);
1590
1591 udelay(50); /* 0x0f */
1592
1593 if (WaitTillCardIsFree(base))
1594 goto errrelfw;
1595
Alan Cox251b8dd2008-04-30 00:54:12 -07001596 status = inw(base + 0x4);
1597 if (status != 0) {
Jiri Slabye65c1db2006-01-09 20:54:25 -08001598 dev_err(&pdev->dev, "Card%d got out of sync.Card "
1599 "Status:0x%x\n", index + 1, status);
1600 goto errrelfw;
1601 }
Alan Cox251b8dd2008-04-30 00:54:12 -07001602 }
Jiri Slabye65c1db2006-01-09 20:54:25 -08001603
Jiri Slabye65c1db2006-01-09 20:54:25 -08001604/* XXX: should we test it by reading it back and comparing with original like
1605 * in load firmware package? */
Jiri Slabye4e04082006-09-30 23:27:50 -07001606 for (frame = (struct stframe *)fw->data;
1607 frame < (struct stframe *)(fw->data + fw->size);
1608 frame = (struct stframe *)((u8 *)(frame + 1) +
1609 frame->count)) {
Jiri Slabye65c1db2006-01-09 20:54:25 -08001610 if (WaitTillCardIsFree(base))
1611 goto errrelfw;
1612
1613 outw(0xf1, base); /* start download sequence */
1614 outw(0x00, base);
1615 outw(frame->addr, base); /* lsb of address */
1616
1617 word_count = (frame->count >> 1) + frame->count % 2;
1618 outw(word_count + 1, base);
1619 InterruptTheCard(base);
1620
1621 udelay(50); /* 0xf */
1622
1623 if (WaitTillCardIsFree(base))
1624 goto errrelfw;
1625
Alan Cox251b8dd2008-04-30 00:54:12 -07001626 status = inw(base + 0x4);
1627 if (status != 0) {
Jiri Slabye65c1db2006-01-09 20:54:25 -08001628 dev_warn(&pdev->dev, "Card%d rejected verify header:\n"
Joe Perches898eb712007-10-18 03:06:30 -07001629 KERN_WARNING "Address:0x%x\n"
1630 KERN_WARNING "Count:0x%x\n"
1631 KERN_WARNING "Status: 0x%x\n",
Jiri Slabye65c1db2006-01-09 20:54:25 -08001632 index + 1, frame->addr, frame->count, status);
1633 goto errrelfw;
1634 }
1635
1636 data = kmalloc(word_count * 2, GFP_KERNEL);
Jiri Slabyf0671372006-12-08 02:38:54 -08001637 if (data == NULL) {
1638 dev_err(&pdev->dev, "Card%d, firmware upload "
1639 "failed, not enough memory\n", index + 1);
1640 goto errrelfw;
1641 }
Jiri Slabye65c1db2006-01-09 20:54:25 -08001642 inw(base);
1643 insw(base, data, word_count);
1644 InterruptTheCard(base);
1645
1646 for (a = 0; a < frame->count; a++)
1647 if (data[a] != frame->data[a]) {
1648 kfree(data);
1649 dev_err(&pdev->dev, "Card%d, firmware upload "
1650 "failed\n", index + 1);
1651 goto errrelfw;
1652 }
1653 kfree(data);
1654
1655 udelay(50); /* 0xf */
1656
1657 if (WaitTillCardIsFree(base))
1658 goto errrelfw;
1659
Alan Cox251b8dd2008-04-30 00:54:12 -07001660 status = inw(base + 0x4);
1661 if (status != 0) {
Jiri Slabye65c1db2006-01-09 20:54:25 -08001662 dev_err(&pdev->dev, "Card%d verify got out of sync. "
1663 "Card Status:0x%x\n", index + 1, status);
1664 goto errrelfw;
1665 }
1666 }
1667
Jiri Slabye4e04082006-09-30 23:27:50 -07001668 /* xfer ctrl */
1669 if (WaitTillCardIsFree(base))
1670 goto errrelfw;
1671
1672 outw(0xf2, base);
1673 outw(0x800, base);
1674 outw(0x0, base);
1675 outw(0x0, base);
1676 InterruptTheCard(base);
1677 outw(0x0, base + 0x4); /* for ISI4608 cards */
1678
Jiri Slabye65c1db2006-01-09 20:54:25 -08001679 board->status |= FIRMWARE_LOADED;
1680 retval = 0;
1681
1682errrelfw:
1683 release_firmware(fw);
1684end:
1685 return retval;
1686}
1687
Jiri Slaby9ac09482006-01-09 20:54:24 -08001688/*
1689 * Insmod can set static symbols so keep these static
1690 */
Jiri Slaby1ed0c0b2007-02-10 01:44:55 -08001691static unsigned int card_count;
Jiri Slaby9ac09482006-01-09 20:54:24 -08001692
1693static int __devinit isicom_probe(struct pci_dev *pdev,
1694 const struct pci_device_id *ent)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001695{
Jiri Slaby4969b3a2007-07-17 04:05:18 -07001696 unsigned int signature, index;
Jiri Slaby9ac09482006-01-09 20:54:24 -08001697 int retval = -EPERM;
Jiri Slaby9ac09482006-01-09 20:54:24 -08001698 struct isi_board *board = NULL;
1699
Jiri Slaby1ed0c0b2007-02-10 01:44:55 -08001700 if (card_count >= BOARD_COUNT)
Jiri Slaby9ac09482006-01-09 20:54:24 -08001701 goto err;
1702
Jiri Slabye1e57702008-07-16 21:52:56 +01001703 retval = pci_enable_device(pdev);
1704 if (retval) {
1705 dev_err(&pdev->dev, "failed to enable\n");
1706 goto err;
1707 }
1708
Jiri Slaby9ac09482006-01-09 20:54:24 -08001709 dev_info(&pdev->dev, "ISI PCI Card(Device ID 0x%x)\n", ent->device);
1710
1711 /* allot the first empty slot in the array */
1712 for (index = 0; index < BOARD_COUNT; index++)
1713 if (isi_card[index].base == 0) {
1714 board = &isi_card[index];
1715 break;
1716 }
1717
Jiri Slaby938a7022006-12-08 02:38:52 -08001718 board->index = index;
Jiri Slaby4969b3a2007-07-17 04:05:18 -07001719 board->base = pci_resource_start(pdev, 3);
1720 board->irq = pdev->irq;
Jiri Slaby1ed0c0b2007-02-10 01:44:55 -08001721 card_count++;
Jiri Slaby9ac09482006-01-09 20:54:24 -08001722
1723 pci_set_drvdata(pdev, board);
1724
Jiri Slaby78028da2006-12-08 02:38:53 -08001725 retval = pci_request_region(pdev, 3, ISICOM_NAME);
1726 if (retval) {
Jiri Slaby09a4a112006-12-08 02:38:49 -08001727 dev_err(&pdev->dev, "I/O Region 0x%lx-0x%lx is busy. Card%d "
1728 "will be disabled.\n", board->base, board->base + 15,
1729 index + 1);
1730 retval = -EBUSY;
Jiri Slaby1ed0c0b2007-02-10 01:44:55 -08001731 goto errdec;
Alan Cox251b8dd2008-04-30 00:54:12 -07001732 }
Jiri Slaby9ac09482006-01-09 20:54:24 -08001733
Jiri Slaby09a4a112006-12-08 02:38:49 -08001734 retval = request_irq(board->irq, isicom_interrupt,
1735 IRQF_SHARED | IRQF_DISABLED, ISICOM_NAME, board);
1736 if (retval < 0) {
1737 dev_err(&pdev->dev, "Could not install handler at Irq %d. "
1738 "Card%d will be disabled.\n", board->irq, index + 1);
Jiri Slaby9ac09482006-01-09 20:54:24 -08001739 goto errunrr;
Jiri Slaby09a4a112006-12-08 02:38:49 -08001740 }
Jiri Slaby9ac09482006-01-09 20:54:24 -08001741
1742 retval = reset_card(pdev, index, &signature);
1743 if (retval < 0)
1744 goto errunri;
1745
Jiri Slabye65c1db2006-01-09 20:54:25 -08001746 retval = load_firmware(pdev, index, signature);
1747 if (retval < 0)
1748 goto errunri;
1749
Jiri Slaby938a7022006-12-08 02:38:52 -08001750 for (index = 0; index < board->port_count; index++)
1751 tty_register_device(isicom_normal, board->index * 16 + index,
1752 &pdev->dev);
1753
Jiri Slaby9ac09482006-01-09 20:54:24 -08001754 return 0;
1755
1756errunri:
1757 free_irq(board->irq, board);
1758errunrr:
Jiri Slaby78028da2006-12-08 02:38:53 -08001759 pci_release_region(pdev, 3);
Jiri Slaby1ed0c0b2007-02-10 01:44:55 -08001760errdec:
Jiri Slaby9ac09482006-01-09 20:54:24 -08001761 board->base = 0;
Jiri Slaby1ed0c0b2007-02-10 01:44:55 -08001762 card_count--;
Jiri Slabye1e57702008-07-16 21:52:56 +01001763 pci_disable_device(pdev);
Jiri Slaby1ed0c0b2007-02-10 01:44:55 -08001764err:
Jiri Slaby9ac09482006-01-09 20:54:24 -08001765 return retval;
1766}
1767
1768static void __devexit isicom_remove(struct pci_dev *pdev)
1769{
1770 struct isi_board *board = pci_get_drvdata(pdev);
Jiri Slaby938a7022006-12-08 02:38:52 -08001771 unsigned int i;
1772
1773 for (i = 0; i < board->port_count; i++)
1774 tty_unregister_device(isicom_normal, board->index * 16 + i);
Jiri Slaby9ac09482006-01-09 20:54:24 -08001775
1776 free_irq(board->irq, board);
Jiri Slaby78028da2006-12-08 02:38:53 -08001777 pci_release_region(pdev, 3);
Jiri Slaby1ed0c0b2007-02-10 01:44:55 -08001778 board->base = 0;
1779 card_count--;
Jiri Slabye1e57702008-07-16 21:52:56 +01001780 pci_disable_device(pdev);
Jiri Slaby9ac09482006-01-09 20:54:24 -08001781}
1782
Jiri Slabyca262002006-12-08 02:38:50 -08001783static int __init isicom_init(void)
Jiri Slaby9ac09482006-01-09 20:54:24 -08001784{
1785 int retval, idx, channel;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001786 struct isi_port *port;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001787
Alan Cox251b8dd2008-04-30 00:54:12 -07001788 for (idx = 0; idx < BOARD_COUNT; idx++) {
Jiri Slaby9ac09482006-01-09 20:54:24 -08001789 port = &isi_ports[idx * 16];
1790 isi_card[idx].ports = port;
1791 spin_lock_init(&isi_card[idx].card_lock);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001792 for (channel = 0; channel < 16; channel++, port++) {
Alan Cox44b7d1b2008-07-16 21:57:18 +01001793 tty_port_init(&port->port);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001794 port->magic = ISICOM_MAGIC;
Jiri Slaby9ac09482006-01-09 20:54:24 -08001795 port->card = &isi_card[idx];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001796 port->channel = channel;
Alan Cox44b7d1b2008-07-16 21:57:18 +01001797 port->port.close_delay = 50 * HZ/100;
1798 port->port.closing_wait = 3000 * HZ/100;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001799 port->status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001800 /* . . . */
Alan Cox251b8dd2008-04-30 00:54:12 -07001801 }
Jiri Slaby9ac09482006-01-09 20:54:24 -08001802 isi_card[idx].base = 0;
1803 isi_card[idx].irq = 0;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001804 }
1805
Jiri Slaby09a4a112006-12-08 02:38:49 -08001806 /* tty driver structure initialization */
1807 isicom_normal = alloc_tty_driver(PORT_COUNT);
1808 if (!isicom_normal) {
1809 retval = -ENOMEM;
Jiri Slaby9ac09482006-01-09 20:54:24 -08001810 goto error;
Jiri Slaby09a4a112006-12-08 02:38:49 -08001811 }
1812
1813 isicom_normal->owner = THIS_MODULE;
1814 isicom_normal->name = "ttyM";
1815 isicom_normal->major = ISICOM_NMAJOR;
1816 isicom_normal->minor_start = 0;
1817 isicom_normal->type = TTY_DRIVER_TYPE_SERIAL;
1818 isicom_normal->subtype = SERIAL_TYPE_NORMAL;
1819 isicom_normal->init_termios = tty_std_termios;
1820 isicom_normal->init_termios.c_cflag = B9600 | CS8 | CREAD | HUPCL |
1821 CLOCAL;
Jiri Slaby938a7022006-12-08 02:38:52 -08001822 isicom_normal->flags = TTY_DRIVER_REAL_RAW |
Alan Cox6d889722008-07-22 11:18:21 +01001823 TTY_DRIVER_DYNAMIC_DEV | TTY_DRIVER_HARDWARE_BREAK;
Jiri Slaby09a4a112006-12-08 02:38:49 -08001824 tty_set_operations(isicom_normal, &isicom_ops);
1825
1826 retval = tty_register_driver(isicom_normal);
1827 if (retval) {
1828 pr_dbg("Couldn't register the dialin driver\n");
1829 goto err_puttty;
1830 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001831
Jiri Slaby9ac09482006-01-09 20:54:24 -08001832 retval = pci_register_driver(&isicom_driver);
1833 if (retval < 0) {
1834 printk(KERN_ERR "ISICOM: Unable to register pci driver.\n");
Jiri Slaby09a4a112006-12-08 02:38:49 -08001835 goto err_unrtty;
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001836 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001837
Jiri Slaby34b55b82006-12-08 02:38:55 -08001838 mod_timer(&tx, jiffies + 1);
Jiri Slabyd8d16e42006-01-09 20:54:21 -08001839
Linus Torvalds1da177e2005-04-16 15:20:36 -07001840 return 0;
Jiri Slaby09a4a112006-12-08 02:38:49 -08001841err_unrtty:
1842 tty_unregister_driver(isicom_normal);
1843err_puttty:
1844 put_tty_driver(isicom_normal);
Jiri Slaby9ac09482006-01-09 20:54:24 -08001845error:
1846 return retval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001847}
1848
1849static void __exit isicom_exit(void)
1850{
Jiri Slabye3273252007-07-17 04:05:18 -07001851 del_timer_sync(&tx);
Jiri Slabyaaa246e2006-01-09 20:54:23 -08001852
Jiri Slaby9ac09482006-01-09 20:54:24 -08001853 pci_unregister_driver(&isicom_driver);
Jiri Slaby09a4a112006-12-08 02:38:49 -08001854 tty_unregister_driver(isicom_normal);
1855 put_tty_driver(isicom_normal);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001856}
1857
Jiri Slabyca262002006-12-08 02:38:50 -08001858module_init(isicom_init);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001859module_exit(isicom_exit);
Jiri Slabyaaa246e2006-01-09 20:54:23 -08001860
1861MODULE_AUTHOR("MultiTech");
1862MODULE_DESCRIPTION("Driver for the ISI series of cards by MultiTech");
1863MODULE_LICENSE("GPL");