sx.c
上传用户:jlfgdled
上传日期:2013-04-10
资源大小:33168k
文件大小:77k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. /* sx.c -- driver for the Specialix SX series cards. 
  2.  *
  3.  *  This driver will also support the older SI, and XIO cards.
  4.  *
  5.  *
  6.  *   (C) 1998 - 2000  R.E.Wolff@BitWizard.nl
  7.  *
  8.  *  Simon Allen (simonallen@cix.compulink.co.uk) wrote a previous
  9.  *  version of this driver. Some fragments may have been copied. (none
  10.  *  yet :-)
  11.  *
  12.  * Specialix pays for the development and support of this driver.
  13.  * Please DO contact support@specialix.co.uk if you require
  14.  * support. But please read the documentation (sx.txt) first.
  15.  *
  16.  *
  17.  *
  18.  *      This program is free software; you can redistribute it and/or
  19.  *      modify it under the terms of the GNU General Public License as
  20.  *      published by the Free Software Foundation; either version 2 of
  21.  *      the License, or (at your option) any later version.
  22.  *
  23.  *      This program is distributed in the hope that it will be
  24.  *      useful, but WITHOUT ANY WARRANTY; without even the implied
  25.  *      warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
  26.  *      PURPOSE.  See the GNU General Public License for more details.
  27.  *
  28.  *      You should have received a copy of the GNU General Public
  29.  *      License along with this program; if not, write to the Free
  30.  *      Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139,
  31.  *      USA.
  32.  *
  33.  * Revision history:
  34.  * $Log: sx.c,v $
  35.  * Revision 1.33  2000/03/09 10:00:00  pvdl,wolff
  36.  * - Fixed module and port counting
  37.  * - Fixed signal handling
  38.  * - Fixed an Ooops
  39.  * 
  40.  * Revision 1.32  2000/03/07 09:00:00  wolff,pvdl
  41.  * - Fixed some sx_dprintk typos
  42.  * - added detection for an invalid board/module configuration
  43.  *
  44.  * Revision 1.31  2000/03/06 12:00:00  wolff,pvdl
  45.  * - Added support for EISA
  46.  *
  47.  * Revision 1.30  2000/01/21 17:43:06  wolff
  48.  * - Added support for SX+
  49.  *
  50.  * Revision 1.26  1999/08/05 15:22:14  wolff
  51.  * - Port to 2.3.x
  52.  * - Reformatted to Linus' liking.
  53.  *
  54.  * Revision 1.25  1999/07/30 14:24:08  wolff
  55.  * Had accidentally left "gs_debug" set to "-1" instead of "off" (=0).
  56.  *
  57.  * Revision 1.24  1999/07/28 09:41:52  wolff
  58.  * - I noticed the remark about use-count straying in sx.txt. I checked
  59.  *   sx_open, and found a few places where that could happen. I hope it's
  60.  *   fixed now.
  61.  *
  62.  * Revision 1.23  1999/07/28 08:56:06  wolff
  63.  * - Fixed crash when sx_firmware run twice.
  64.  * - Added sx_slowpoll as a module parameter (I guess nobody really wanted
  65.  *   to change it from the default... )
  66.  * - Fixed a stupid editing problem I introduced in 1.22.
  67.  * - Fixed dropping characters on a termios change.
  68.  *
  69.  * Revision 1.22  1999/07/26 21:01:43  wolff
  70.  * Russell Brown noticed that I had overlooked 4 out of six modem control
  71.  * signals in sx_getsignals. Ooops.
  72.  *
  73.  * Revision 1.21  1999/07/23 09:11:33  wolff
  74.  * I forgot to free dynamically allocated memory when the driver is unloaded.
  75.  *
  76.  * Revision 1.20  1999/07/20 06:25:26  wolff
  77.  * The "closing wait" wasn't honoured. Thanks to James Griffiths for
  78.  * reporting this.
  79.  *
  80.  * Revision 1.19  1999/07/11 08:59:59  wolff
  81.  * Fixed an oops in close, when an open was pending. Changed the memtest
  82.  * a bit. Should also test the board in word-mode, however my card fails the
  83.  * memtest then. I still have to figure out what is wrong...
  84.  *
  85.  * Revision 1.18  1999/06/10 09:38:42  wolff
  86.  * Changed the format of the firmware revision from %04x to %x.%02x .
  87.  *
  88.  * Revision 1.17  1999/06/04 09:44:35  wolff
  89.  * fixed problem: reference to pci stuff when config_pci was off...
  90.  * Thanks to Jorge Novo for noticing this.
  91.  *
  92.  * Revision 1.16  1999/06/02 08:30:15  wolff
  93.  * added/removed the workaround for the DCD bug in the Firmware.
  94.  * A bit more debugging code to locate that...
  95.  *
  96.  * Revision 1.15  1999/06/01 11:35:30  wolff
  97.  * when DCD is left low (floating?), on TA's the firmware first tells us
  98.  * that DCD is high, but after a short while suddenly comes to the
  99.  * conclusion that it is low. All this would be fine, if it weren't that
  100.  * Unix requires us to send a "hangup" signal in that case. This usually
  101.  * all happens BEFORE the program has had a chance to ioctl the device
  102.  * into clocal mode..
  103.  *
  104.  * Revision 1.14  1999/05/25 11:18:59  wolff
  105.  * Added PCI-fix.
  106.  * Added checks for return code of sx_sendcommand.
  107.  * Don't issue "reconfig" if port isn't open yet. (bit us on TA modules...)
  108.  *
  109.  * Revision 1.13  1999/04/29 15:18:01  wolff
  110.  * Fixed an "oops" that showed on SuSE 6.0 systems.
  111.  * Activate DTR again after stty 0.
  112.  *
  113.  * Revision 1.12  1999/04/29 07:49:52  wolff
  114.  * Improved "stty 0" handling a bit. (used to change baud to 9600 assuming
  115.  *     the connection would be dropped anyway. That is not always the case,
  116.  *     and confuses people).
  117.  * Told the card to always monitor the modem signals.
  118.  * Added support for dynamic  gs_debug adjustments.
  119.  * Now tells the rest of the system the number of ports.
  120.  *
  121.  * Revision 1.11  1999/04/24 11:11:30  wolff
  122.  * Fixed two stupid typos in the memory test.
  123.  *
  124.  * Revision 1.10  1999/04/24 10:53:39  wolff
  125.  * Added some of Christian's suggestions.
  126.  * Fixed an HW_COOK_IN bug (ISIG was not in I_OTHER. We used to trust the
  127.  * card to send the signal to the process.....)
  128.  *
  129.  * Revision 1.9  1999/04/23 07:26:38  wolff
  130.  * Included Christian Lademann's 2.0 compile-warning fixes and interrupt
  131.  *    assignment redesign.
  132.  * Cleanup of some other stuff.
  133.  *
  134.  * Revision 1.8  1999/04/16 13:05:30  wolff
  135.  * fixed a DCD change unnoticed bug.
  136.  *
  137.  * Revision 1.7  1999/04/14 22:19:51  wolff
  138.  * Fixed typo that showed up in 2.0.x builds (get_user instead of Get_user!)
  139.  *
  140.  * Revision 1.6  1999/04/13 18:40:20  wolff
  141.  * changed misc-minor to 161, as assigned by HPA.
  142.  *
  143.  * Revision 1.5  1999/04/13 15:12:25  wolff
  144.  * Fixed use-count leak when "hangup" occurred.
  145.  * Added workaround for a stupid-PCIBIOS bug.
  146.  *
  147.  *
  148.  * Revision 1.4  1999/04/01 22:47:40  wolff
  149.  * Fixed < 1M linux-2.0 problem.
  150.  * (vremap isn't compatible with ioremap in that case)
  151.  *
  152.  * Revision 1.3  1999/03/31 13:45:45  wolff
  153.  * Firmware loading is now done through a separate IOCTL.
  154.  *
  155.  * Revision 1.2  1999/03/28 12:22:29  wolff
  156.  * rcs cleanup
  157.  *
  158.  * Revision 1.1  1999/03/28 12:10:34  wolff
  159.  * Readying for release on 2.0.x (sorry David, 1.01 becomes 1.1 for RCS). 
  160.  *
  161.  * Revision 0.12  1999/03/28 09:20:10  wolff
  162.  * Fixed problem in 0.11, continueing cleanup.
  163.  *
  164.  * Revision 0.11  1999/03/28 08:46:44  wolff
  165.  * cleanup. Not good.
  166.  *
  167.  * Revision 0.10  1999/03/28 08:09:43  wolff
  168.  * Fixed loosing characters on close.
  169.  *
  170.  * Revision 0.9  1999/03/21 22:52:01  wolff
  171.  * Ported back to 2.2.... (minor things)
  172.  *
  173.  * Revision 0.8  1999/03/21 22:40:33  wolff
  174.  * Port to 2.0
  175.  *
  176.  * Revision 0.7  1999/03/21 19:06:34  wolff
  177.  * Fixed hangup processing.
  178.  *
  179.  * Revision 0.6  1999/02/05 08:45:14  wolff
  180.  * fixed real_raw problems. Inclusion into kernel imminent.
  181.  *
  182.  * Revision 0.5  1998/12/21 23:51:06  wolff
  183.  * Snatched a nasty bug: sx_transmit_chars was getting re-entered, and it
  184.  * shouldn't have. THATs why I want to have transmit interrupts even when
  185.  * the buffer is empty.
  186.  *
  187.  * Revision 0.4  1998/12/17 09:34:46  wolff
  188.  * PPP works. ioctl works. Basically works!
  189.  *
  190.  * Revision 0.3  1998/12/15 13:05:18  wolff
  191.  * It works! Wow! Gotta start implementing IOCTL and stuff....
  192.  *
  193.  * Revision 0.2  1998/12/01 08:33:53  wolff
  194.  * moved over to 2.1.130
  195.  *
  196.  * Revision 0.1  1998/11/03 21:23:51  wolff
  197.  * Initial revision. Detects SX card.
  198.  *
  199.  * */
  200. #define RCS_ID "$Id: sx.c,v 1.33 2000/03/08 10:01:02 wolff, pvdl Exp $"
  201. #define RCS_REV "$Revision: 1.33 $"
  202. #include <linux/module.h>
  203. #include <linux/config.h> 
  204. #include <linux/kdev_t.h>
  205. #include <asm/io.h>
  206. #include <linux/kernel.h>
  207. #include <linux/sched.h>
  208. #include <linux/ioport.h>
  209. #include <linux/interrupt.h>
  210. #include <linux/errno.h>
  211. #include <linux/tty.h>
  212. #include <linux/tty_flip.h>
  213. #include <linux/mm.h>
  214. #include <linux/serial.h>
  215. #include <linux/fcntl.h>
  216. #include <linux/major.h>
  217. #include <linux/delay.h>
  218. #include <linux/tqueue.h>
  219. #include <linux/version.h>
  220. #include <linux/pci.h>
  221. #include <linux/slab.h>
  222. #include <linux/init.h>
  223. #include <linux/miscdevice.h>
  224. /* The 3.0.0 version of sxboards/sxwindow.h  uses BYTE and WORD.... */
  225. #define BYTE u8
  226. #define WORD u16
  227. /* .... but the 3.0.4 version uses _u8 and _u16. */
  228. #define _u8 u8
  229. #define _u16 u16
  230. #include "sxboards.h"
  231. #include "sxwindow.h"
  232. #include <linux/compatmac.h>
  233. #include <linux/generic_serial.h>
  234. #include "sx.h"
  235. /* I don't think that this driver can handle more than 256 ports on
  236.    one machine. You'll have to increase the number of boards in sx.h
  237.    if you want more than 4 boards.  */
  238. /* Why the hell am I defining these here? */
  239. #define SX_TYPE_NORMAL 1
  240. #define SX_TYPE_CALLOUT 2
  241. #ifndef PCI_DEVICE_ID_SPECIALIX_SX_XIO_IO8
  242. #define PCI_DEVICE_ID_SPECIALIX_SX_XIO_IO8 0x2000
  243. #endif
  244. static struct pci_device_id sx_pci_tbl[] = {
  245. { PCI_VENDOR_ID_SPECIALIX, PCI_DEVICE_ID_SPECIALIX_SX_XIO_IO8, PCI_ANY_ID, PCI_ANY_ID },
  246. { 0 }
  247. };
  248. MODULE_DEVICE_TABLE(pci, sx_pci_tbl);
  249. /* Configurable options: 
  250.    (Don't be too sure that it'll work if you toggle them) */
  251. /* Am I paranoid or not ? ;-) */
  252. #undef SX_PARANOIA_CHECK
  253. /* 20 -> 2000 per second. The card should rate-limit interrupts at 100
  254.    Hz, but it is user configurable. I don't recommend going above 1000
  255.    Hz. The interrupt ratelimit might trigger if the interrupt is
  256.    shared with a very active other device. */
  257. #define IRQ_RATE_LIMIT 20
  258. /* Sharing interrupts is possible now. If the other device wants more
  259.    than 2000 interrupts per second, we'd gracefully decline further
  260.    interrupts. That's not what we want. On the other hand, if the
  261.    other device interrupts 2000 times a second, don't use the SX
  262.    interrupt. Use polling. */
  263. #undef IRQ_RATE_LIMIT
  264. #if 0
  265. /* Not implemented */
  266. /* 
  267.  * The following defines are mostly for testing purposes. But if you need
  268.  * some nice reporting in your syslog, you can define them also.
  269.  */
  270. #define SX_REPORT_FIFO
  271. #define SX_REPORT_OVERRUN
  272. #endif 
  273. /* Function prototypes */
  274. static void sx_disable_tx_interrupts (void * ptr); 
  275. static void sx_enable_tx_interrupts (void * ptr); 
  276. static void sx_disable_rx_interrupts (void * ptr); 
  277. static void sx_enable_rx_interrupts (void * ptr); 
  278. static int  sx_get_CD (void * ptr); 
  279. static void sx_shutdown_port (void * ptr);
  280. static int  sx_set_real_termios (void  *ptr);
  281. static void sx_hungup (void  *ptr);
  282. static void sx_close (void  *ptr);
  283. static int sx_chars_in_buffer (void * ptr);
  284. static int sx_init_board (struct sx_board *board);
  285. static int sx_init_portstructs (int nboards, int nports);
  286. static int sx_fw_ioctl (struct inode *inode, struct file *filp,
  287.                         unsigned int cmd, unsigned long arg);
  288. static int sx_init_drivers(void);
  289. static struct tty_driver sx_driver, sx_callout_driver;
  290. static struct tty_struct * sx_table[SX_NPORTS];
  291. static struct termios ** sx_termios;
  292. static struct termios ** sx_termios_locked;
  293. static struct sx_board boards[SX_NBOARDS];
  294. static struct sx_port *sx_ports;
  295. static int sx_refcount;
  296. static int sx_initialized;
  297. static int sx_nports;
  298. static int sx_debug;
  299. /* You can have the driver poll your card. 
  300.     - Set sx_poll to 1 to poll every timer tick (10ms on Intel). 
  301.       This is used when the card cannot use an interrupt for some reason.
  302.     - set sx_slowpoll to 100 to do an extra poll once a second (on Intel). If 
  303.       the driver misses an interrupt (report this if it DOES happen to you!)
  304.       everything will continue to work.... 
  305.  */
  306. static int sx_poll = 1;
  307. static int sx_slowpoll;
  308. /* The card limits the number of interrupts per second. 
  309.    At 115k2 "100" should be sufficient. 
  310.    If you're using higher baudrates, you can increase this...
  311.  */
  312. static int sx_maxints = 100;
  313. /* These are the only open spaces in my computer. Yours may have more
  314.    or less.... -- REW 
  315.    duh: Card at 0xa0000 is possible on HP Netserver?? -- pvdl
  316. */
  317. static int sx_probe_addrs[]= {0xc0000, 0xd0000, 0xe0000, 
  318.                               0xc8000, 0xd8000, 0xe8000};
  319. static int si_probe_addrs[]= {0xc0000, 0xd0000, 0xe0000, 
  320.                               0xc8000, 0xd8000, 0xe8000, 0xa0000};
  321. static int si1_probe_addrs[]= { 0xd0000};
  322. #define NR_SX_ADDRS (sizeof(sx_probe_addrs)/sizeof (int))
  323. #define NR_SI_ADDRS (sizeof(si_probe_addrs)/sizeof (int))
  324. #define NR_SI1_ADDRS (sizeof(si1_probe_addrs)/sizeof (int))
  325. /* Set the mask to all-ones. This alas, only supports 32 interrupts. 
  326.    Some architectures may need more. */
  327. static int sx_irqmask = -1;
  328. MODULE_PARM(sx_probe_addrs, "i");
  329. MODULE_PARM(si_probe_addrs, "i");
  330. MODULE_PARM(sx_poll, "i");
  331. MODULE_PARM(sx_slowpoll, "i");
  332. MODULE_PARM(sx_maxints, "i");
  333. MODULE_PARM(sx_debug, "i");
  334. MODULE_PARM(sx_irqmask, "i");
  335. MODULE_LICENSE("GPL");
  336. static struct real_driver sx_real_driver = {
  337. sx_disable_tx_interrupts,
  338. sx_enable_tx_interrupts,
  339. sx_disable_rx_interrupts,
  340. sx_enable_rx_interrupts,
  341. sx_get_CD,
  342. sx_shutdown_port, 
  343. sx_set_real_termios, 
  344. sx_chars_in_buffer,
  345. sx_close,
  346. sx_hungup,
  347. };
  348. /* 
  349.    This driver can spew a whole lot of debugging output at you. If you
  350.    need maximum performance, you should disable the DEBUG define. To
  351.    aid in debugging in the field, I'm leaving the compile-time debug
  352.    features enabled, and disable them "runtime". That allows me to
  353.    instruct people with problems to enable debugging without requiring
  354.    them to recompile... 
  355. */
  356. #define DEBUG
  357. #ifdef DEBUG
  358. #define sx_dprintk(f, str...) if (sx_debug & f) printk (str)
  359. #else
  360. #define sx_dprintk(f, str...) /* nothing */
  361. #endif
  362. #define func_enter() sx_dprintk (SX_DEBUG_FLOW, "sx: enter %sb",__FUNCTION__)
  363. #define func_exit()  sx_dprintk (SX_DEBUG_FLOW, "sx: exit  %sn", __FUNCTION__)
  364. #define func_enter2() sx_dprintk (SX_DEBUG_FLOW, "sx: enter %s (port %d)n", 
  365. __FUNCTION__, port->line)
  366. /* 
  367.  *  Firmware loader driver specific routines
  368.  *
  369.  */
  370. static struct file_operations sx_fw_fops = {
  371. owner: THIS_MODULE,
  372. ioctl: sx_fw_ioctl,
  373. };
  374. static struct miscdevice sx_fw_device = {
  375. SXCTL_MISC_MINOR, "sxctl", &sx_fw_fops
  376. };
  377. #ifdef SX_PARANOIA_CHECK
  378. /* This doesn't work. Who's paranoid around here? Not me! */
  379. static inline int sx_paranoia_check(struct sx_port const * port,
  380.     kdev_t device, const char *routine)
  381. {
  382. static const char *badmagic =
  383.   KERN_ERR "sx: Warning: bad sx port magic number for device %s in %sn";
  384. static const char *badinfo =
  385.   KERN_ERR "sx: Warning: null sx port for device %s in %sn";
  386.  
  387. if (!port) {
  388. printk(badinfo, kdevname(device), routine);
  389. return 1;
  390. }
  391. if (port->magic != SX_MAGIC) {
  392. printk(badmagic, kdevname(device), routine);
  393. return 1;
  394. }
  395. return 0;
  396. }
  397. #else
  398. #define sx_paranoia_check(a,b,c) 0
  399. #endif
  400. /* The timeouts. First try 30 times as fast as possible. Then give
  401.    the card some time to breathe between accesses. (Otherwise the
  402.    processor on the card might not be able to access its OWN bus... */
  403. #define TIMEOUT_1 30
  404. #define TIMEOUT_2 1000000
  405. #ifdef DEBUG
  406. static void my_hd (unsigned char *addr, int len)
  407. {
  408. int i, j, ch;
  409. for (i=0;i<len;i+=16) {
  410. printk ("%p ", addr+i);
  411. for (j=0;j<16;j++) {
  412. printk ("%02x %s", addr[j+i], (j==7)?" ":"");
  413. }
  414. for (j=0;j<16;j++) {
  415. ch = addr[j+i];
  416. printk ("%c", (ch < 0x20)?'.':((ch > 0x7f)?'.':ch));
  417. }
  418. printk ("n");
  419. }
  420. }
  421. #endif
  422. /* This needs redoing for Alpha -- REW -- Done. */
  423. static inline void write_sx_byte (struct sx_board *board, int offset, u8 byte)
  424. {
  425. writeb (byte, board->base+offset);
  426. }
  427. static inline u8 read_sx_byte (struct sx_board *board, int offset)
  428. {
  429. return readb (board->base+offset);
  430. }
  431. static inline void write_sx_word (struct sx_board *board, int offset, u16 word)
  432. {
  433. writew (word, board->base+offset);
  434. }
  435. static inline u16 read_sx_word (struct sx_board *board, int offset)
  436. {
  437. return readw (board->base + offset);
  438. }
  439. static int sx_busy_wait_eq (struct sx_board *board, 
  440.                           int offset, int mask, int correctval)
  441. {
  442. int i;
  443. func_enter ();
  444. for (i=0; i < TIMEOUT_1 > 0;i++) 
  445. if ((read_sx_byte (board, offset) & mask) == correctval) {
  446. func_exit ();
  447. return 1;
  448. }
  449. for (i=0; i < TIMEOUT_2 > 0;i++) {
  450. if ((read_sx_byte (board, offset) & mask) == correctval) {
  451. func_exit ();
  452. return 1;
  453. }
  454. udelay (1);
  455. }
  456. func_exit ();
  457. return 0;
  458. }
  459. static int sx_busy_wait_neq (struct sx_board *board, 
  460.                             int offset, int mask, int badval)
  461. {
  462. int i;
  463. func_enter ();
  464. for (i=0; i < TIMEOUT_1 > 0;i++) 
  465. if ((read_sx_byte (board, offset) & mask) != badval) {
  466. func_exit ();
  467. return 1;
  468. }
  469. for (i=0; i < TIMEOUT_2 > 0;i++) {
  470. if ((read_sx_byte (board, offset) & mask) != badval) {
  471. func_exit ();
  472. return 1;
  473. }
  474. udelay (1);
  475. }
  476. func_exit ();
  477. return 0;
  478. }
  479. /* 5.6.4 of 6210028 r2.3 */
  480. static int sx_reset (struct sx_board *board)
  481. {
  482. func_enter ();
  483. if (IS_SX_BOARD (board)) {
  484. write_sx_byte (board, SX_CONFIG, 0);
  485. write_sx_byte (board, SX_RESET, 1); /* Value doesn't matter */
  486. if (!sx_busy_wait_eq (board, SX_RESET_STATUS, 1, 0)) {
  487. printk (KERN_INFO "sx: Card doesn't respond to reset....n");
  488. return 0;
  489. }
  490. } else if (IS_EISA_BOARD(board)) {
  491. outb(board->irq<<4, board->eisa_base+0xc02);
  492. } else if (IS_SI1_BOARD(board)) {
  493.         write_sx_byte (board, SI1_ISA_RESET,   0); // value does not matter
  494. } else {
  495. /* Gory details of the SI/ISA board */
  496. write_sx_byte (board, SI2_ISA_RESET,    SI2_ISA_RESET_SET);
  497. write_sx_byte (board, SI2_ISA_IRQ11,    SI2_ISA_IRQ11_CLEAR);
  498. write_sx_byte (board, SI2_ISA_IRQ12,    SI2_ISA_IRQ12_CLEAR);
  499. write_sx_byte (board, SI2_ISA_IRQ15,    SI2_ISA_IRQ15_CLEAR);
  500. write_sx_byte (board, SI2_ISA_INTCLEAR, SI2_ISA_INTCLEAR_CLEAR);
  501. write_sx_byte (board, SI2_ISA_IRQSET,   SI2_ISA_IRQSET_CLEAR);
  502. }
  503. func_exit ();
  504. return 1;
  505. }
  506. /* This doesn't work on machines where "NULL" isn't 0 */
  507. /* If you have one of those, someone will need to write 
  508.    the equivalent of this, which will amount to about 3 lines. I don't
  509.    want to complicate this right now. -- REW
  510.    (See, I do write comments every now and then :-) */
  511. #define OFFSETOF(strct, elem) ((long)&(((struct strct *)NULL)->elem))
  512. #define CHAN_OFFSET(port,elem) (port->ch_base + OFFSETOF (_SXCHANNEL, elem))
  513. #define MODU_OFFSET(board,addr,elem)    (addr + OFFSETOF (_SXMODULE, elem))
  514. #define  BRD_OFFSET(board,elem)                (OFFSETOF (_SXCARD, elem))
  515. #define sx_write_channel_byte(port, elem, val) 
  516.    write_sx_byte (port->board, CHAN_OFFSET (port, elem), val)
  517. #define sx_read_channel_byte(port, elem) 
  518.    read_sx_byte (port->board, CHAN_OFFSET (port, elem))
  519. #define sx_write_channel_word(port, elem, val) 
  520.    write_sx_word (port->board, CHAN_OFFSET (port, elem), val)
  521. #define sx_read_channel_word(port, elem) 
  522.    read_sx_word (port->board, CHAN_OFFSET (port, elem))
  523. #define sx_write_module_byte(board, addr, elem, val) 
  524.    write_sx_byte (board, MODU_OFFSET (board, addr, elem), val)
  525. #define sx_read_module_byte(board, addr, elem) 
  526.    read_sx_byte (board, MODU_OFFSET (board, addr, elem))
  527. #define sx_write_module_word(board, addr, elem, val) 
  528.    write_sx_word (board, MODU_OFFSET (board, addr, elem), val)
  529. #define sx_read_module_word(board, addr, elem) 
  530.    read_sx_word (board, MODU_OFFSET (board, addr, elem))
  531. #define sx_write_board_byte(board, elem, val) 
  532.    write_sx_byte (board, BRD_OFFSET (board, elem), val)
  533. #define sx_read_board_byte(board, elem) 
  534.    read_sx_byte (board, BRD_OFFSET (board, elem))
  535. #define sx_write_board_word(board, elem, val) 
  536.    write_sx_word (board, BRD_OFFSET (board, elem), val)
  537. #define sx_read_board_word(board, elem) 
  538.    read_sx_word (board, BRD_OFFSET (board, elem))
  539. static int sx_start_board (struct sx_board *board)
  540. {
  541. if (IS_SX_BOARD (board)) {
  542. write_sx_byte (board, SX_CONFIG, SX_CONF_BUSEN);
  543. } else if (IS_EISA_BOARD(board)) {
  544. write_sx_byte(board, SI2_EISA_OFF, SI2_EISA_VAL);
  545. outb((board->irq<<4)|4, board->eisa_base+0xc02);
  546. } else if (IS_SI1_BOARD(board)) {
  547. write_sx_byte (board, SI1_ISA_RESET_CLEAR, 0);
  548. write_sx_byte (board, SI1_ISA_INTCL, 0);
  549. } else {
  550. /* Don't bug me about the clear_set. 
  551.    I haven't the foggiest idea what it's about -- REW */
  552. write_sx_byte (board, SI2_ISA_RESET,    SI2_ISA_RESET_CLEAR);
  553. write_sx_byte (board, SI2_ISA_INTCLEAR, SI2_ISA_INTCLEAR_SET);
  554. }
  555. return 1;
  556. }
  557. #define SX_IRQ_REG_VAL(board) 
  558.         ((board->flags & SX_ISA_BOARD)?(board->irq << 4):0)
  559. /* Note. The SX register is write-only. Therefore, we have to enable the
  560.    bus too. This is a no-op, if you don't mess with this driver... */
  561. static int sx_start_interrupts (struct sx_board *board)
  562. {
  563. /* Don't call this with board->irq == 0 */
  564. if (IS_SX_BOARD(board)) {
  565. write_sx_byte (board, SX_CONFIG, SX_IRQ_REG_VAL (board) | 
  566.                                  SX_CONF_BUSEN | 
  567.                                  SX_CONF_HOSTIRQ);
  568. } else if (IS_EISA_BOARD(board)) {
  569. inb(board->eisa_base+0xc03);  
  570. } else if (IS_SI1_BOARD(board)) {
  571.        write_sx_byte (board, SI1_ISA_INTCL,0);
  572.        write_sx_byte (board, SI1_ISA_INTCL_CLEAR,0);
  573. } else {
  574. switch (board->irq) {
  575. case 11:write_sx_byte (board, SI2_ISA_IRQ11, SI2_ISA_IRQ11_SET);break;
  576. case 12:write_sx_byte (board, SI2_ISA_IRQ12, SI2_ISA_IRQ12_SET);break;
  577. case 15:write_sx_byte (board, SI2_ISA_IRQ15, SI2_ISA_IRQ15_SET);break;
  578. default:printk (KERN_INFO "sx: SI/XIO card doesn't support interrupt %d.n", 
  579.                 board->irq);
  580. return 0;
  581. }
  582. write_sx_byte (board, SI2_ISA_INTCLEAR, SI2_ISA_INTCLEAR_SET);
  583. }
  584. return 1;
  585. }
  586. static int sx_send_command (struct sx_port *port, 
  587.                           int command, int mask, int newstat)
  588. {
  589. func_enter2 ();
  590. write_sx_byte (port->board, CHAN_OFFSET (port, hi_hstat), command);
  591. func_exit ();
  592. return sx_busy_wait_eq (port->board, CHAN_OFFSET (port, hi_hstat), mask, newstat);
  593. }
  594. static char *mod_type_s (int module_type)
  595. {
  596. switch (module_type) {
  597. case TA4:       return "TA4";
  598. case TA8:       return "TA8";
  599. case TA4_ASIC:  return "TA4_ASIC";
  600. case TA8_ASIC:  return "TA8_ASIC";
  601. case MTA_CD1400:return "MTA_CD1400";
  602. case SXDC:      return "SXDC";
  603. default:return "Unknown/invalid";
  604. }
  605. }
  606. static char *pan_type_s (int pan_type)
  607. {
  608. switch (pan_type) {
  609. case MOD_RS232DB25:     return "MOD_RS232DB25";
  610. case MOD_RS232RJ45:     return "MOD_RS232RJ45";
  611. case MOD_RS422DB25:     return "MOD_RS422DB25";
  612. case MOD_PARALLEL:      return "MOD_PARALLEL";
  613. case MOD_2_RS232DB25:   return "MOD_2_RS232DB25";
  614. case MOD_2_RS232RJ45:   return "MOD_2_RS232RJ45";
  615. case MOD_2_RS422DB25:   return "MOD_2_RS422DB25";
  616. case MOD_RS232DB25MALE: return "MOD_RS232DB25MALE";
  617. case MOD_2_PARALLEL:    return "MOD_2_PARALLEL";
  618. case MOD_BLANK:         return "empty";
  619. default:return "invalid";
  620. }
  621. }
  622. static int mod_compat_type (int module_type)
  623. {
  624. return module_type >> 4;
  625. }
  626. static void sx_reconfigure_port(struct sx_port *port)
  627. {
  628. if (sx_read_channel_byte (port, hi_hstat) == HS_IDLE_OPEN) {
  629. if (sx_send_command (port, HS_CONFIG, -1, HS_IDLE_OPEN) != 1) {
  630. printk (KERN_WARNING "sx: Sent reconfigure command, but card didn't react.n");
  631. }
  632. } else {
  633. sx_dprintk (SX_DEBUG_TERMIOS, 
  634.             "sx: Not sending reconfigure: port isn't open (%02x).n", 
  635.             sx_read_channel_byte (port, hi_hstat));
  636. }
  637. }
  638. static void sx_setsignals (struct sx_port *port, int dtr, int rts)
  639. {
  640. int t;
  641. func_enter2 ();
  642. t = sx_read_channel_byte (port, hi_op);
  643. if (dtr >= 0) t = dtr? (t | OP_DTR): (t & ~OP_DTR);
  644. if (rts >= 0) t = rts? (t | OP_RTS): (t & ~OP_RTS);
  645. sx_write_channel_byte (port, hi_op, t);
  646. sx_dprintk (SX_DEBUG_MODEMSIGNALS, "setsignals: %d/%dn", dtr, rts);
  647. func_exit ();
  648. }
  649. static int sx_getsignals (struct sx_port *port)
  650. {
  651. int i_stat,o_stat;
  652. o_stat = sx_read_channel_byte (port, hi_op);
  653. i_stat = sx_read_channel_byte (port, hi_ip);
  654. sx_dprintk (SX_DEBUG_MODEMSIGNALS, "getsignals: %d/%d  (%d/%d) %02x/%02xn",
  655.             (o_stat & OP_DTR) != 0, (o_stat & OP_RTS) != 0,
  656.             port->c_dcd, sx_get_CD (port),
  657.             sx_read_channel_byte (port, hi_ip),
  658.             sx_read_channel_byte (port, hi_state));
  659. return (((o_stat & OP_DTR)?TIOCM_DTR:0) |
  660.         ((o_stat & OP_RTS)?TIOCM_RTS:0) |
  661.         ((i_stat & IP_CTS)?TIOCM_CTS:0) |
  662.         ((i_stat & IP_DCD)?TIOCM_CAR:0) |
  663.         ((i_stat & IP_DSR)?TIOCM_DSR:0) |
  664.         ((i_stat & IP_RI)?TIOCM_RNG:0)
  665.         );
  666. }
  667. static void sx_set_baud (struct sx_port *port)
  668. {
  669. int t;
  670. if (port->board->ta_type == MOD_SXDC) {
  671. switch (port->gs.baud) {
  672.   /* Save some typing work... */
  673. #define e(x) case x:t= BAUD_ ## x ; break
  674. e(50);e(75);e(110);e(150);e(200);e(300);e(600);
  675.                         e(1200);e(1800);e(2000);e(2400);e(4800);e(7200);
  676.                         e(9600);e(14400);e(19200);e(28800);e(38400);
  677.                         e(56000);e(57600);e(64000);e(76800);e(115200);
  678. e(128000);e(150000);e(230400);e(256000);e(460800);
  679.                         e(921600);
  680. case 134    :t = BAUD_134_5;   break;
  681. case 0      :t = -1;
  682.  break;
  683. default:
  684. /* Can I return "invalid"? */
  685. t = BAUD_9600;
  686. printk (KERN_INFO "sx: unsupported baud rate: %d.n", port->gs.baud);
  687. break;
  688. }
  689. #undef e
  690. if (t > 0) {
  691. /* The baud rate is not set to 0, so we're enabeling DTR... -- REW */
  692. sx_setsignals (port, 1, -1); 
  693. /* XXX This is not TA & MTA compatible */
  694. sx_write_channel_byte (port, hi_csr, 0xff);
  695. sx_write_channel_byte (port, hi_txbaud, t);
  696. sx_write_channel_byte (port, hi_rxbaud, t);
  697. } else {
  698. sx_setsignals (port, 0, -1);
  699. }
  700. } else {
  701. switch (port->gs.baud) {
  702. #define e(x) case x:t= CSR_ ## x ; break
  703. e(75);e(150);e(300);e(600);e(1200);e(2400);e(4800);
  704.                         e(1800);e(9600);
  705. e(19200);e(57600);e(38400);
  706. /* TA supports 110, but not 115200, MTA supports 115200, but not 110 */
  707. case 110: 
  708. if (port->board->ta_type == MOD_TA) {
  709. t = CSR_110;
  710. break;
  711. } else {
  712. t = CSR_9600;
  713. printk (KERN_INFO "sx: Unsupported baud rate: %d.n", port->gs.baud);
  714. break;
  715. }
  716. case 115200: 
  717. if (port->board->ta_type == MOD_TA) {
  718. t = CSR_9600;
  719. printk (KERN_INFO "sx: Unsupported baud rate: %d.n", port->gs.baud);
  720. break;
  721. } else {
  722. t = CSR_110;
  723. break;
  724. }
  725. case 0      :t = -1;
  726.  break;
  727. default:
  728. t = CSR_9600;
  729. printk (KERN_INFO "sx: Unsupported baud rate: %d.n", port->gs.baud);
  730. break;
  731. }
  732. #undef e
  733. if (t >= 0) {
  734. sx_setsignals (port, 1, -1);
  735. sx_write_channel_byte (port, hi_csr, t * 0x11);
  736. } else {
  737. sx_setsignals (port, 0, -1);
  738. }
  739. }
  740. }
  741. /* Simon Allen's version of this routine was 225 lines long. 85 is a lot
  742.    better. -- REW */
  743. static int sx_set_real_termios (void *ptr)
  744. {
  745. struct sx_port *port = ptr;
  746. func_enter2();
  747. if (!port->gs.tty)
  748. return 0;
  749. /* What is this doing here? -- REW
  750.    Ha! figured it out. It is to allow you to get DTR active again
  751.    if you've dropped it with stty 0. Moved to set_baud, where it
  752.    belongs (next to the drop dtr if baud == 0) -- REW */
  753. /* sx_setsignals (port, 1, -1); */
  754. sx_set_baud (port);
  755. #define CFLAG port->gs.tty->termios->c_cflag
  756. sx_write_channel_byte (port, hi_mr1,
  757.                        (C_PARENB (port->gs.tty)? MR1_WITH:MR1_NONE) |
  758.                        (C_PARODD (port->gs.tty)? MR1_ODD:MR1_EVEN) |
  759.                        (C_CRTSCTS(port->gs.tty)? MR1_RTS_RXFLOW:0) |
  760.                        (((CFLAG & CSIZE)==CS8) ? MR1_8_BITS:0) |
  761.                        (((CFLAG & CSIZE)==CS7) ? MR1_7_BITS:0) |
  762.                        (((CFLAG & CSIZE)==CS6) ? MR1_6_BITS:0) |
  763.                        (((CFLAG & CSIZE)==CS5) ? MR1_5_BITS:0) );
  764. sx_write_channel_byte (port, hi_mr2,
  765.                        (C_CRTSCTS(port->gs.tty)?MR2_CTS_TXFLOW:0) |
  766.                        (C_CSTOPB (port->gs.tty)?MR2_2_STOP:MR2_1_STOP));
  767. switch (CFLAG & CSIZE) {
  768. case CS8:sx_write_channel_byte (port, hi_mask, 0xff);break;
  769. case CS7:sx_write_channel_byte (port, hi_mask, 0x7f);break;
  770. case CS6:sx_write_channel_byte (port, hi_mask, 0x3f);break;
  771. case CS5:sx_write_channel_byte (port, hi_mask, 0x1f);break;
  772. default:
  773. printk (KERN_INFO "sx: Invalid wordsize: %dn", CFLAG & CSIZE);
  774. break;
  775. }
  776. sx_write_channel_byte (port, hi_prtcl, 
  777.                        (I_IXON   (port->gs.tty)?SP_TXEN:0) |
  778.                        (I_IXOFF  (port->gs.tty)?SP_RXEN:0) |
  779.                        (I_IXANY  (port->gs.tty)?SP_TANY:0) |
  780.                        SP_DCEN);
  781. sx_write_channel_byte (port, hi_break, 
  782.                        (I_IGNBRK(port->gs.tty)?BR_IGN:0 |
  783.                         I_BRKINT(port->gs.tty)?BR_INT:0));
  784. sx_write_channel_byte (port, hi_txon,  START_CHAR (port->gs.tty));
  785. sx_write_channel_byte (port, hi_rxon,  START_CHAR (port->gs.tty));
  786. sx_write_channel_byte (port, hi_txoff, STOP_CHAR  (port->gs.tty));
  787. sx_write_channel_byte (port, hi_rxoff, STOP_CHAR  (port->gs.tty));
  788. sx_reconfigure_port(port);
  789. /* Tell line discipline whether we will do input cooking */
  790. if(I_OTHER(port->gs.tty)) {
  791. clear_bit(TTY_HW_COOK_IN, &port->gs.tty->flags);
  792. } else {
  793. set_bit(TTY_HW_COOK_IN, &port->gs.tty->flags);
  794. }
  795. sx_dprintk (SX_DEBUG_TERMIOS, "iflags: %x(%d) ", 
  796.             port->gs.tty->termios->c_iflag, 
  797.             I_OTHER(port->gs.tty));
  798. /* Tell line discipline whether we will do output cooking.
  799.  * If OPOST is set and no other output flags are set then we can do output
  800.  * processing.  Even if only *one* other flag in the O_OTHER group is set
  801.  * we do cooking in software.
  802.  */
  803. if(O_OPOST(port->gs.tty) && !O_OTHER(port->gs.tty)) {
  804. set_bit(TTY_HW_COOK_OUT, &port->gs.tty->flags);
  805. } else {
  806. clear_bit(TTY_HW_COOK_OUT, &port->gs.tty->flags);
  807. }
  808. sx_dprintk (SX_DEBUG_TERMIOS, "oflags: %x(%d)n", 
  809.             port->gs.tty->termios->c_oflag, 
  810.             O_OTHER(port->gs.tty));
  811. /* port->c_dcd = sx_get_CD (port); */
  812. func_exit ();
  813. return 0;
  814. }
  815. /* ********************************************************************** *
  816.  *                   the interrupt related routines                       *
  817.  * ********************************************************************** */
  818. /* Note:
  819.    Other drivers use the macro "MIN" to calculate how much to copy.
  820.    This has the disadvantage that it will evaluate parts twice. That's
  821.    expensive when it's IO (and the compiler cannot optimize those away!).
  822.    Moreover, I'm not sure that you're race-free. 
  823.    I assign a value, and then only allow the value to decrease. This
  824.    is always safe. This makes the code a few lines longer, and you
  825.    know I'm dead against that, but I think it is required in this
  826.    case.  */
  827. static void sx_transmit_chars (struct sx_port *port)
  828. {
  829. int c;
  830. int tx_ip;
  831. int txroom;
  832. func_enter2 ();
  833. sx_dprintk (SX_DEBUG_TRANSMIT, "Port %p: transmit %d charsn", 
  834.             port, port->gs.xmit_cnt);
  835. if (test_and_set_bit (SX_PORT_TRANSMIT_LOCK, &port->locks)) {
  836. return;
  837. }
  838. while (1) {
  839. c = port->gs.xmit_cnt;
  840. sx_dprintk (SX_DEBUG_TRANSMIT, "Copying %d ", c);
  841. tx_ip  = sx_read_channel_byte (port, hi_txipos);
  842. /* Took me 5 minutes to deduce this formula. 
  843.    Luckily it is literally in the manual in section 6.5.4.3.5 */
  844. txroom = (sx_read_channel_byte (port, hi_txopos) - tx_ip - 1) & 0xff;
  845. /* Don't copy more bytes than there is room for in the buffer */
  846. if (c > txroom)
  847. c = txroom;
  848. sx_dprintk (SX_DEBUG_TRANSMIT, " %d(%d) ", c, txroom );
  849. /* Don't copy past the end of the hardware transmit buffer */
  850. if (c > 0x100 - tx_ip) 
  851. c = 0x100 - tx_ip;
  852. sx_dprintk (SX_DEBUG_TRANSMIT, " %d(%d) ", c, 0x100-tx_ip );
  853. /* Don't copy pas the end of the source buffer */
  854. if (c > SERIAL_XMIT_SIZE - port->gs.xmit_tail) 
  855. c = SERIAL_XMIT_SIZE - port->gs.xmit_tail;
  856. sx_dprintk (SX_DEBUG_TRANSMIT, " %d(%ld) n", 
  857.             c, SERIAL_XMIT_SIZE- port->gs.xmit_tail);
  858. /* If for one reason or another, we can't copy more data, we're done! */
  859. if (c == 0) break;
  860. memcpy_toio (port->board->base + CHAN_OFFSET(port,hi_txbuf) + tx_ip, 
  861.              port->gs.xmit_buf + port->gs.xmit_tail, c);
  862. /* Update the pointer in the card */
  863. sx_write_channel_byte (port, hi_txipos, (tx_ip+c) & 0xff);
  864. /* Update the kernel buffer end */
  865. port->gs.xmit_tail = (port->gs.xmit_tail + c) & (SERIAL_XMIT_SIZE-1);
  866. /* This one last. (this is essential)
  867.    It would allow others to start putting more data into the buffer! */
  868. port->gs.xmit_cnt -= c;
  869. }
  870. if (port->gs.xmit_cnt == 0) {
  871. sx_disable_tx_interrupts (port);
  872. }
  873. if ((port->gs.xmit_cnt <= port->gs.wakeup_chars) && port->gs.tty) {
  874. if ((port->gs.tty->flags & (1 << TTY_DO_WRITE_WAKEUP)) &&
  875.     port->gs.tty->ldisc.write_wakeup)
  876. (port->gs.tty->ldisc.write_wakeup)(port->gs.tty);
  877. sx_dprintk (SX_DEBUG_TRANSMIT, "Waking up.... ldisc (%d)....n",
  878.             port->gs.wakeup_chars); 
  879. wake_up_interruptible(&port->gs.tty->write_wait);
  880. }
  881. clear_bit (SX_PORT_TRANSMIT_LOCK, &port->locks);
  882. func_exit ();
  883. }
  884. /* Note the symmetry between receiving chars and transmitting them!
  885.    Note: The kernel should have implemented both a receive buffer and
  886.    a transmit buffer. */
  887. /* Inlined: Called only once. Remove the inline when you add another call */
  888. static inline void sx_receive_chars (struct sx_port *port)
  889. {
  890. int c;
  891. int rx_op;
  892. struct tty_struct *tty;
  893. int copied=0;
  894. func_enter2 ();
  895. tty = port->gs.tty;
  896. while (1) {
  897. rx_op = sx_read_channel_byte (port, hi_rxopos);
  898. c = (sx_read_channel_byte (port, hi_rxipos) - rx_op) & 0xff;
  899. sx_dprintk (SX_DEBUG_RECEIVE, "rxop=%d, c = %d.n", rx_op, c); 
  900. /* Don't copy more bytes than there is room for in the buffer */
  901. if (tty->flip.count + c > TTY_FLIPBUF_SIZE) 
  902. c = TTY_FLIPBUF_SIZE - tty->flip.count;
  903. sx_dprintk (SX_DEBUG_RECEIVE, "c = %d.n", c); 
  904. /* Don't copy past the end of the hardware receive buffer */
  905. if (rx_op + c > 0x100) c = 0x100 - rx_op;
  906. sx_dprintk (SX_DEBUG_RECEIVE, "c = %d.n", c);
  907. /* If for one reason or another, we can't copy more data, we're done! */
  908. if (c == 0) break;
  909. sx_dprintk (SX_DEBUG_RECEIVE , "Copying over %d chars. First is %d at %lxn", c, 
  910.             read_sx_byte (port->board, CHAN_OFFSET(port,hi_rxbuf) + rx_op),
  911.             CHAN_OFFSET(port, hi_rxbuf)); 
  912. memcpy_fromio (tty->flip.char_buf_ptr, 
  913.                port->board->base + CHAN_OFFSET(port,hi_rxbuf) + rx_op, c);
  914. memset(tty->flip.flag_buf_ptr, TTY_NORMAL, c);
  915. /* Update the kernel buffer end */
  916. tty->flip.count += c;
  917. tty->flip.char_buf_ptr += c;
  918. tty->flip.flag_buf_ptr += c;
  919. /* This one last. ( Not essential.)
  920.    It allows the card to start putting more data into the buffer! 
  921.    Update the pointer in the card */
  922. sx_write_channel_byte (port, hi_rxopos, (rx_op + c) & 0xff);
  923. copied += c;
  924. }
  925. if (copied) {
  926. struct timeval tv;
  927. do_gettimeofday (&tv);
  928. sx_dprintk (SX_DEBUG_RECEIVE, 
  929.             "pushing flipq port %d (%3d chars): %d.%06d  (%d/%d)n", 
  930.             port->line, copied, 
  931.             (int) (tv.tv_sec % 60), (int)tv.tv_usec, tty->raw, tty->real_raw);
  932. /* Tell the rest of the system the news. Great news. New characters! */
  933. tty_flip_buffer_push (tty);
  934. /*    tty_schedule_flip (tty); */
  935. }
  936. func_exit ();
  937. }
  938. /* Inlined: it is called only once. Remove the inline if you add another 
  939.    call */
  940. static inline void sx_check_modem_signals (struct sx_port *port)
  941. {
  942. int hi_state;
  943. int c_dcd;
  944. hi_state = sx_read_channel_byte (port, hi_state);
  945. sx_dprintk (SX_DEBUG_MODEMSIGNALS, "Checking modem signals (%d/%d)n",
  946.             port->c_dcd, sx_get_CD (port));
  947. if (hi_state & ST_BREAK) {
  948. hi_state &= ~ST_BREAK;
  949. sx_dprintk (SX_DEBUG_MODEMSIGNALS, "got a break.n");
  950. sx_write_channel_byte (port, hi_state, hi_state);
  951. gs_got_break (&port->gs);
  952. }
  953. if (hi_state & ST_DCD) {
  954. hi_state &= ~ST_DCD;
  955. sx_dprintk (SX_DEBUG_MODEMSIGNALS, "got a DCD change.n");
  956. sx_write_channel_byte (port, hi_state, hi_state);
  957. c_dcd = sx_get_CD (port);
  958. sx_dprintk (SX_DEBUG_MODEMSIGNALS, "DCD is now %dn", c_dcd);
  959. if (c_dcd != port->c_dcd) {
  960. port->c_dcd = c_dcd;
  961. if (sx_get_CD (port)) {
  962. /* DCD went UP */
  963. if( (~(port->gs.flags & ASYNC_NORMAL_ACTIVE) || 
  964.  ~(port->gs.flags & ASYNC_CALLOUT_ACTIVE)) &&
  965. (sx_read_channel_byte(port, hi_hstat) != HS_IDLE_CLOSED) &&
  966. !(port->gs.tty->termios->c_cflag & CLOCAL) ) {
  967. /* Are we blocking in open?*/
  968. sx_dprintk (SX_DEBUG_MODEMSIGNALS, "DCD active, unblocking openn");
  969. wake_up_interruptible(&port->gs.open_wait);
  970. } else {
  971. sx_dprintk (SX_DEBUG_MODEMSIGNALS, "DCD raised. Ignoring.n");
  972. }
  973. } else {
  974. /* DCD went down! */
  975. if (!((port->gs.flags & ASYNC_CALLOUT_ACTIVE) &&
  976.       (port->gs.flags & ASYNC_CALLOUT_NOHUP)) &&
  977.     !(port->gs.tty->termios->c_cflag & CLOCAL) ) {
  978. sx_dprintk (SX_DEBUG_MODEMSIGNALS, "DCD dropped. hanging up....n");
  979. tty_hangup (port->gs.tty);
  980. } else {
  981. sx_dprintk (SX_DEBUG_MODEMSIGNALS, "DCD dropped. ignoring.n");
  982. }
  983. }
  984. } else {
  985. sx_dprintk (SX_DEBUG_MODEMSIGNALS, "Hmmm. card told us DCD changed, but it didn't.n");
  986. }
  987. }
  988. }
  989. /* This is what an interrupt routine should look like. 
  990.  * Small, elegant, clear.
  991.  */
  992. static void sx_interrupt (int irq, void *ptr, struct pt_regs *regs)
  993. {
  994. struct sx_board *board = ptr;
  995. struct sx_port *port;
  996. int i;
  997. /*   func_enter ();  */
  998. sx_dprintk (SX_DEBUG_FLOW, "sx: enter sx_interrupt (%d/%d)n", irq, board->irq); 
  999. /* AAargh! The order in which to do these things is essential and
  1000.    not trivial. 
  1001.    - Rate limit goes before "recursive". Otherwise a series of
  1002.      recursive calls will hang the machine in the interrupt routine. 
  1003.    - hardware twiddling goes before "recursive". Otherwise when we
  1004.      poll the card, and a recursive interrupt happens, we wont
  1005.      ack the card, so it might keep on interrupting us. (especially
  1006.      level sensitive interrupt systems like PCI).
  1007.    - Rate limit goes before hardware twiddling. Otherwise we won't
  1008.      catch a card that has gone bonkers.
  1009.    - The "initialized" test goes after the hardware twiddling. Otherwise
  1010.      the card will stick us in the interrupt routine again.
  1011.    - The initialized test goes before recursive. 
  1012. */
  1013. #ifdef IRQ_RATE_LIMIT
  1014. /* Aaargh! I'm ashamed. This costs more lines-of-code than the
  1015.    actual interrupt routine!. (Well, used to when I wrote that comment) */
  1016. {
  1017. static int lastjif;
  1018. static int nintr=0;
  1019. if (lastjif == jiffies) {
  1020. if (++nintr > IRQ_RATE_LIMIT) {
  1021. free_irq (board->irq, board);
  1022. printk (KERN_ERR "sx: Too many interrupts. Turning off interrupt %d.n", 
  1023.       board->irq);
  1024. }
  1025. } else {
  1026. lastjif = jiffies;
  1027. nintr = 0;
  1028. }
  1029. }
  1030. #endif
  1031. if (board->irq == irq) {
  1032. /* Tell the card we've noticed the interrupt. */
  1033. sx_write_board_word (board, cc_int_pending, 0);
  1034. if (IS_SX_BOARD (board)) {
  1035. write_sx_byte (board, SX_RESET_IRQ, 1);
  1036. } else if (IS_EISA_BOARD(board)) {
  1037. inb(board->eisa_base+0xc03);
  1038. write_sx_word(board, 8, 0); 
  1039. } else {
  1040. write_sx_byte (board, SI2_ISA_INTCLEAR, SI2_ISA_INTCLEAR_CLEAR);
  1041. write_sx_byte (board, SI2_ISA_INTCLEAR, SI2_ISA_INTCLEAR_SET);
  1042. }
  1043. }
  1044. if (!sx_initialized) return;
  1045. if (!(board->flags & SX_BOARD_INITIALIZED)) return;
  1046. if (test_and_set_bit (SX_BOARD_INTR_LOCK, &board->locks)) {
  1047. printk (KERN_ERR "Recursive interrupt! (%d)n", board->irq);
  1048. return;
  1049. }
  1050.  for (i=0;i<board->nports;i++) {
  1051. port = &board->ports[i];
  1052. if (port->gs.flags & GS_ACTIVE) {
  1053. if (sx_read_channel_byte (port, hi_state)) {
  1054. sx_dprintk (SX_DEBUG_INTERRUPTS, 
  1055.             "Port %d: modem signal change?... n", i);
  1056. sx_check_modem_signals (port); 
  1057. }
  1058. if (port->gs.xmit_cnt) {
  1059. sx_transmit_chars (port);
  1060. }
  1061. if (!(port->gs.flags & SX_RX_THROTTLE)) {
  1062. sx_receive_chars (port);
  1063. }
  1064. }
  1065. }
  1066. clear_bit (SX_BOARD_INTR_LOCK, &board->locks);
  1067. sx_dprintk (SX_DEBUG_FLOW, "sx: exit sx_interrupt (%d/%d)n", irq, board->irq); 
  1068. /*  func_exit ();  */
  1069. }
  1070. static void sx_pollfunc (unsigned long data)
  1071. {
  1072. struct sx_board *board = (struct sx_board *) data;
  1073. func_enter ();
  1074. sx_interrupt (0, board, NULL);
  1075. init_timer(&board->timer);
  1076. board->timer.expires = jiffies + sx_poll;
  1077. add_timer (&board->timer);
  1078. func_exit ();
  1079. }
  1080. /* ********************************************************************** *
  1081.  *                Here are the routines that actually                     *
  1082.  *              interface with the generic_serial driver                  *
  1083.  * ********************************************************************** */
  1084. /* Ehhm. I don't know how to fiddle with interrupts on the SX card. --REW */
  1085. /* Hmm. Ok I figured it out. You don't.  */
  1086. static void sx_disable_tx_interrupts (void * ptr) 
  1087. {
  1088. struct sx_port *port = ptr; 
  1089. func_enter2();
  1090. port->gs.flags &= ~GS_TX_INTEN;
  1091. func_exit();
  1092. }
  1093. static void sx_enable_tx_interrupts (void * ptr) 
  1094. {
  1095. struct sx_port *port = ptr; 
  1096. int data_in_buffer;
  1097. func_enter2();
  1098. /* First transmit the characters that we're supposed to */
  1099. sx_transmit_chars (port);
  1100. /* The sx card will never interrupt us if we don't fill the buffer
  1101.    past 25%. So we keep considering interrupts off if that's the case. */
  1102. data_in_buffer = (sx_read_channel_byte (port, hi_txipos) - 
  1103.                   sx_read_channel_byte (port, hi_txopos)) & 0xff;
  1104. /* XXX Must be "HIGH_WATER" for SI card according to doc. */
  1105. if (data_in_buffer < LOW_WATER) 
  1106. port->gs.flags &= ~GS_TX_INTEN;
  1107. func_exit();
  1108. }
  1109. static void sx_disable_rx_interrupts (void * ptr) 
  1110. {
  1111. /*  struct sx_port *port = ptr; */
  1112. func_enter();
  1113. func_exit();
  1114. }
  1115. static void sx_enable_rx_interrupts (void * ptr) 
  1116. {
  1117. /*  struct sx_port *port = ptr; */
  1118. func_enter();
  1119. func_exit();
  1120. }
  1121. /* Jeez. Isn't this simple? */
  1122. static int sx_get_CD (void * ptr) 
  1123. {
  1124. struct sx_port *port = ptr;
  1125. func_enter2();
  1126. func_exit();
  1127. return ((sx_read_channel_byte (port, hi_ip) & IP_DCD) != 0);
  1128. }
  1129. /* Jeez. Isn't this simple? */
  1130. static int sx_chars_in_buffer (void * ptr) 
  1131. {
  1132. struct sx_port *port = ptr;
  1133. func_enter2();
  1134. func_exit();
  1135. return ((sx_read_channel_byte (port, hi_txipos) - 
  1136.          sx_read_channel_byte (port, hi_txopos)) & 0xff);
  1137. }
  1138. static void sx_shutdown_port (void * ptr) 
  1139. {
  1140. struct sx_port *port = ptr; 
  1141. func_enter();
  1142. port->gs.flags &= ~ GS_ACTIVE;
  1143. if (port->gs.tty && (port->gs.tty->termios->c_cflag & HUPCL)) {
  1144. sx_setsignals (port, 0, 0);
  1145. sx_reconfigure_port(port);
  1146. }
  1147. func_exit();
  1148. }
  1149. /* ********************************************************************** *
  1150.  *                Here are the routines that actually                     *
  1151.  *               interface with the rest of the system                    *
  1152.  * ********************************************************************** */
  1153. static int sx_open  (struct tty_struct * tty, struct file * filp)
  1154. {
  1155. struct sx_port *port;
  1156. int retval, line;
  1157. func_enter();
  1158. if (!sx_initialized) {
  1159. return -EIO;
  1160. }
  1161. line = MINOR(tty->device);
  1162. sx_dprintk (SX_DEBUG_OPEN, "%d: opening line %d. tty=%p ctty=%p, np=%d)n", 
  1163.             current->pid, line, tty, current->tty, sx_nports);
  1164. if ((line < 0) || (line >= SX_NPORTS) || (line >= sx_nports))
  1165. return -ENODEV;
  1166. port = & sx_ports[line];
  1167. port->c_dcd = 0; /* Make sure that the first interrupt doesn't detect a
  1168.                     1 -> 0 transition. */
  1169. sx_dprintk (SX_DEBUG_OPEN, "port = %p c_dcd = %dn", port, port->c_dcd);
  1170. tty->driver_data = port;
  1171. port->gs.tty = tty;
  1172. if (!port->gs.count)
  1173. MOD_INC_USE_COUNT;
  1174. port->gs.count++;
  1175. sx_dprintk (SX_DEBUG_OPEN, "starting portn");
  1176. /*
  1177.  * Start up serial port
  1178.  */
  1179. retval = gs_init_port(&port->gs);
  1180. sx_dprintk (SX_DEBUG_OPEN, "done gs_initn");
  1181. if (retval) {
  1182. port->gs.count--;
  1183. if (port->gs.count) MOD_DEC_USE_COUNT;
  1184. return retval;
  1185. }
  1186. port->gs.flags |= GS_ACTIVE;
  1187. sx_setsignals (port, 1,1);
  1188. #if 0
  1189. if (sx_debug & SX_DEBUG_OPEN)
  1190. my_hd ((unsigned char *)port, sizeof (*port));
  1191. #else
  1192. if (sx_debug & SX_DEBUG_OPEN)
  1193. my_hd ((unsigned char *)port->board->base + port->ch_base, 
  1194.        sizeof (*port));
  1195. #endif
  1196. if (sx_send_command (port, HS_LOPEN, -1, HS_IDLE_OPEN) != 1) {
  1197. printk (KERN_ERR "sx: Card didn't respond to LOPEN command.n");
  1198. port->gs.count--;
  1199. if (!port->gs.count) MOD_DEC_USE_COUNT;
  1200. return -EIO;
  1201. }
  1202. retval = gs_block_til_ready(port, filp);
  1203. sx_dprintk (SX_DEBUG_OPEN, "Block til ready returned %d. Count=%dn", 
  1204.             retval, port->gs.count);
  1205. if (retval) {
  1206. /* 
  1207.  * Don't lower gs.count here because sx_close() will be called later
  1208.  */ 
  1209. return retval;
  1210. }
  1211. /* tty->low_latency = 1; */
  1212. if ((port->gs.count == 1) && (port->gs.flags & ASYNC_SPLIT_TERMIOS)) {
  1213. if (tty->driver.subtype == SERIAL_TYPE_NORMAL)
  1214. *tty->termios = port->gs.normal_termios;
  1215. else 
  1216. *tty->termios = port->gs.callout_termios;
  1217. sx_set_real_termios (port);
  1218. }
  1219. port->gs.session = current->session;
  1220. port->gs.pgrp = current->pgrp;
  1221. port->c_dcd = sx_get_CD (port);
  1222. sx_dprintk (SX_DEBUG_OPEN, "at open: cd=%dn", port->c_dcd);
  1223. func_exit();
  1224. return 0;
  1225. }
  1226. /* I haven't the foggiest why the decrement use count has to happen
  1227.    here. The whole linux serial drivers stuff needs to be redesigned.
  1228.    My guess is that this is a hack to minimize the impact of a bug
  1229.    elsewhere. Thinking about it some more. (try it sometime) Try
  1230.    running minicom on a serial port that is driven by a modularized
  1231.    driver. Have the modem hangup. Then remove the driver module. Then
  1232.    exit minicom.  I expect an "oops".  -- REW */
  1233. static void sx_hungup (void *ptr)
  1234. {
  1235.   /*
  1236. struct sx_port *port = ptr; 
  1237.   */
  1238. func_enter ();
  1239. /* Don't force the SX card to close. mgetty doesn't like it !!!!!! -- pvdl */
  1240. /* For some reson we added this code. Don't know why anymore ;-( -- pvdl */
  1241. /*
  1242. sx_setsignals (port, 0, 0);
  1243. sx_reconfigure_port(port);
  1244. sx_send_command (port, HS_CLOSE, 0, 0);
  1245. if (sx_read_channel_byte (port, hi_hstat) != HS_IDLE_CLOSED) {
  1246. if (sx_send_command (port, HS_FORCE_CLOSED, -1, HS_IDLE_CLOSED) != 1) {
  1247. printk (KERN_ERR 
  1248.         "sx: sent the force_close command, but card didn't reactn");
  1249. } else
  1250. sx_dprintk (SX_DEBUG_CLOSE, "sent the force_close command.n");
  1251. }
  1252. */
  1253. MOD_DEC_USE_COUNT;
  1254. func_exit ();
  1255. }
  1256. static void sx_close (void *ptr)
  1257. {
  1258. struct sx_port *port = ptr; 
  1259. /* Give the port 5 seconds to close down. */
  1260. int to = 5 * HZ; 
  1261. func_enter ();
  1262. sx_setsignals (port, 0, 0);
  1263. sx_reconfigure_port(port);
  1264. sx_send_command (port, HS_CLOSE, 0, 0);
  1265. while (to-- && (sx_read_channel_byte (port, hi_hstat) != HS_IDLE_CLOSED)) {
  1266. current->state = TASK_INTERRUPTIBLE;
  1267. schedule_timeout (1);
  1268. if (signal_pending (current))
  1269. break;
  1270. }
  1271. current->state = TASK_RUNNING;
  1272. if (sx_read_channel_byte (port, hi_hstat) != HS_IDLE_CLOSED) {
  1273. if (sx_send_command (port, HS_FORCE_CLOSED, -1, HS_IDLE_CLOSED) != 1) {
  1274. printk (KERN_ERR 
  1275.         "sx: sent the force_close command, but card didn't reactn");
  1276. } else
  1277. sx_dprintk (SX_DEBUG_CLOSE, "sent the force_close command.n");
  1278. }
  1279. sx_dprintk (SX_DEBUG_CLOSE, "waited %d jiffies for close. count=%dn", 
  1280.             5 * HZ - to - 1, port->gs.count);
  1281. if(port->gs.count) {
  1282. sx_dprintk(SX_DEBUG_CLOSE, "WARNING port count:%dn", port->gs.count);
  1283. port->gs.count = 0;
  1284. }
  1285. MOD_DEC_USE_COUNT;
  1286. func_exit ();
  1287. }
  1288. /* This is relatively thorough. But then again it is only 20 lines. */
  1289. #define MARCHUP    for (i=min;i<max;i++) 
  1290. #define MARCHDOWN  for (i=max-1;i>=min;i--)
  1291. #define W0         write_sx_byte (board, i, 0x55)
  1292. #define W1         write_sx_byte (board, i, 0xaa)
  1293. #define R0         if (read_sx_byte (board, i) != 0x55) return 1
  1294. #define R1         if (read_sx_byte (board, i) != 0xaa) return 1
  1295. /* This memtest takes a human-noticable time. You normally only do it
  1296.    once a boot, so I guess that it is worth it. */
  1297. static int do_memtest (struct sx_board *board, int min, int max)
  1298. {
  1299. int i;
  1300. /* This is a marchb. Theoretically, marchb catches much more than
  1301.    simpler tests. In practise, the longer test just catches more
  1302.    intermittent errors. -- REW
  1303.    (For the theory behind memory testing see: 
  1304.    Testing Semiconductor Memories by A.J. van de Goor.) */
  1305. MARCHUP  {W0;}
  1306. MARCHUP   {R0;W1;R1;W0;R0;W1;}
  1307. MARCHUP   {R1;W0;W1;}
  1308. MARCHDOWN {R1;W0;W1;W0;}
  1309. MARCHDOWN {R0;W1;W0;}
  1310. return 0;
  1311. }
  1312. #undef MARCHUP
  1313. #undef MARCHDOWN
  1314. #undef W0
  1315. #undef W1
  1316. #undef R0
  1317. #undef R1
  1318. #define MARCHUP    for (i=min;i<max;i+=2) 
  1319. #define MARCHDOWN  for (i=max-1;i>=min;i-=2)
  1320. #define W0         write_sx_word (board, i, 0x55aa)
  1321. #define W1         write_sx_word (board, i, 0xaa55)
  1322. #define R0         if (read_sx_word (board, i) != 0x55aa) return 1
  1323. #define R1         if (read_sx_word (board, i) != 0xaa55) return 1
  1324. #if 0
  1325. /* This memtest takes a human-noticable time. You normally only do it
  1326.    once a boot, so I guess that it is worth it. */
  1327. static int do_memtest_w (struct sx_board *board, int min, int max)
  1328. {
  1329. int i;
  1330. MARCHUP   {W0;}
  1331. MARCHUP   {R0;W1;R1;W0;R0;W1;}
  1332. MARCHUP   {R1;W0;W1;}
  1333. MARCHDOWN {R1;W0;W1;W0;}
  1334. MARCHDOWN {R0;W1;W0;}
  1335. return 0;
  1336. }
  1337. #endif
  1338. static int sx_fw_ioctl (struct inode *inode, struct file *filp,
  1339.                         unsigned int cmd, unsigned long arg)
  1340. {
  1341. int rc = 0;
  1342. int *descr = (int *)arg, i;
  1343. static struct sx_board *board = NULL;
  1344. int nbytes, offset;
  1345. unsigned long data;
  1346. char *tmp;
  1347. func_enter();
  1348. #if 0 
  1349. /* Removed superuser check: Sysops can use the permissions on the device
  1350.    file to restrict access. Recommendation: Root only. (root.root 600) */
  1351. if (!capable(CAP_SYS_ADMIN)) {
  1352. return -EPERM;
  1353. }
  1354. #endif
  1355. sx_dprintk (SX_DEBUG_FIRMWARE, "IOCTL %x: %lxn", cmd, arg);
  1356. if (!board) board = &boards[0];
  1357. if (board->flags & SX_BOARD_PRESENT) {
  1358. sx_dprintk (SX_DEBUG_FIRMWARE, "Board present! (%x)n", 
  1359.             board->flags);
  1360. } else {
  1361. sx_dprintk (SX_DEBUG_FIRMWARE, "Board not present! (%x) all:", 
  1362.             board->flags);
  1363. for (i=0;i< SX_NBOARDS;i++)
  1364. sx_dprintk (SX_DEBUG_FIRMWARE, "<%x> ", boards[i].flags);
  1365. sx_dprintk (SX_DEBUG_FIRMWARE, "n");
  1366. return -EIO;
  1367. }
  1368. switch (cmd) {
  1369. case SXIO_SET_BOARD:
  1370. sx_dprintk (SX_DEBUG_FIRMWARE, "set board to %ldn", arg);
  1371. if (arg > SX_NBOARDS) return -EIO;
  1372. sx_dprintk (SX_DEBUG_FIRMWARE, "not out of rangen");
  1373. if (!(boards[arg].flags & SX_BOARD_PRESENT)) return -EIO;
  1374. sx_dprintk (SX_DEBUG_FIRMWARE, ".. and present!n");
  1375. board = &boards[arg];
  1376. break;
  1377. case SXIO_GET_TYPE:
  1378. rc = -ENOENT; /* If we manage to miss one, return error. */
  1379. if (IS_SX_BOARD (board)) rc = SX_TYPE_SX;
  1380. if (IS_CF_BOARD (board)) rc = SX_TYPE_CF;
  1381. if (IS_SI_BOARD (board)) rc = SX_TYPE_SI;
  1382. if (IS_SI1_BOARD (board)) rc = SX_TYPE_SI;
  1383. if (IS_EISA_BOARD (board)) rc = SX_TYPE_SI;
  1384. sx_dprintk (SX_DEBUG_FIRMWARE, "returning type= %dn", rc);
  1385. break;
  1386. case SXIO_DO_RAMTEST:
  1387. if (sx_initialized) /* Already initialized: better not ramtest the board.  */
  1388. return -EPERM;
  1389. if (IS_SX_BOARD (board)) {
  1390. rc          = do_memtest   (board, 0, 0x7000);
  1391. if (!rc) rc = do_memtest   (board, 0, 0x7000);
  1392. /*if (!rc) rc = do_memtest_w (board, 0, 0x7000);*/
  1393. } else {
  1394. rc             = do_memtest   (board, 0, 0x7ff8);
  1395. /* if (!rc) rc = do_memtest_w (board, 0, 0x7ff8); */
  1396. }
  1397. sx_dprintk (SX_DEBUG_FIRMWARE, "returning memtest result= %dn", rc);
  1398. break;
  1399. case SXIO_DOWNLOAD:
  1400. if (sx_initialized) /* Already initialized */
  1401. return -EEXIST;
  1402. if (!sx_reset (board)) 
  1403. return -EIO;
  1404. sx_dprintk (SX_DEBUG_INIT, "reset the board...n");
  1405. tmp = kmalloc (SX_CHUNK_SIZE, GFP_USER);
  1406. if (!tmp) return -ENOMEM;
  1407. Get_user (nbytes, descr++);
  1408. Get_user (offset, descr++); 
  1409. Get_user (data,  descr++);
  1410. while (nbytes && data) {
  1411. for (i=0;i<nbytes;i += SX_CHUNK_SIZE) {
  1412. if (copy_from_user(tmp, (char *)data + i, 
  1413.    (i + SX_CHUNK_SIZE >
  1414.     nbytes) ? nbytes - i :
  1415.           SX_CHUNK_SIZE))
  1416. return -EFAULT;
  1417. memcpy_toio    ((char *) (board->base2 + offset + i), tmp, 
  1418.                 (i+SX_CHUNK_SIZE>nbytes)?nbytes-i:SX_CHUNK_SIZE);
  1419. }
  1420. Get_user (nbytes, descr++);
  1421. Get_user (offset, descr++); 
  1422. Get_user (data,   descr++);
  1423. }
  1424. kfree (tmp);
  1425. sx_nports += sx_init_board (board);
  1426. rc = sx_nports;
  1427. break;
  1428. case SXIO_INIT:
  1429. if (sx_initialized) /* Already initialized */
  1430. return -EEXIST;
  1431. /* This is not allowed until all boards are initialized... */
  1432. for (i=0;i<SX_NBOARDS;i++) {
  1433. if ( (boards[i].flags & SX_BOARD_PRESENT) &&
  1434.      !(boards[i].flags & SX_BOARD_INITIALIZED))
  1435. return -EIO;
  1436. }
  1437. for (i=0;i<SX_NBOARDS;i++)
  1438. if (!(boards[i].flags & SX_BOARD_PRESENT)) break;
  1439. sx_dprintk (SX_DEBUG_FIRMWARE, "initing portstructs, %d boards, "
  1440.             "%d channels, first board: %d portsn", 
  1441.             i, sx_nports, boards[0].nports);
  1442. rc = sx_init_portstructs (i, sx_nports);
  1443. sx_init_drivers ();
  1444. if (rc >= 0) 
  1445. sx_initialized++;
  1446. break;
  1447. case SXIO_SETDEBUG:
  1448. sx_debug = arg;
  1449. break;
  1450. case SXIO_GETDEBUG:
  1451. rc = sx_debug;
  1452. break;
  1453. case SXIO_GETGSDEBUG:
  1454. case SXIO_SETGSDEBUG:
  1455. rc = -EINVAL;
  1456. break;
  1457. case SXIO_GETNPORTS:
  1458. rc = sx_nports;
  1459. break;
  1460. default:
  1461. printk (KERN_WARNING "Unknown ioctl on firmware device (%x).n", cmd);
  1462. break;
  1463. }
  1464. func_exit ();
  1465. return rc;
  1466. }
  1467. static void sx_break (struct tty_struct * tty, int flag)
  1468. {
  1469. struct sx_port *port = tty->driver_data;
  1470. int rv;
  1471. if (flag) 
  1472. rv = sx_send_command (port, HS_START, -1, HS_IDLE_BREAK);
  1473. else 
  1474. rv = sx_send_command (port, HS_STOP, -1, HS_IDLE_OPEN);
  1475. if (rv != 1) printk (KERN_ERR "sx: couldn't send break (%x).n",
  1476. read_sx_byte (port->board, CHAN_OFFSET (port, hi_hstat)));
  1477. }
  1478. static int sx_ioctl (struct tty_struct * tty, struct file * filp, 
  1479.                      unsigned int cmd, unsigned long arg)
  1480. {
  1481. int rc;
  1482. struct sx_port *port = tty->driver_data;
  1483. int ival;
  1484. /* func_enter2(); */
  1485. rc = 0;
  1486. switch (cmd) {
  1487. case TIOCGSOFTCAR:
  1488. rc = Put_user(((tty->termios->c_cflag & CLOCAL) ? 1 : 0),
  1489.               (unsigned int *) arg);
  1490. break;
  1491. case TIOCSSOFTCAR:
  1492. if ((rc = verify_area(VERIFY_READ, (void *) arg,
  1493.                       sizeof(int))) == 0) {
  1494. Get_user(ival, (unsigned int *) arg);
  1495. tty->termios->c_cflag =
  1496. (tty->termios->c_cflag & ~CLOCAL) |
  1497. (ival ? CLOCAL : 0);
  1498. }
  1499. break;
  1500. case TIOCGSERIAL:
  1501. if ((rc = verify_area(VERIFY_WRITE, (void *) arg,
  1502.                       sizeof(struct serial_struct))) == 0)
  1503. rc = gs_getserial(&port->gs, (struct serial_struct *) arg);
  1504. break;
  1505. case TIOCSSERIAL:
  1506. if ((rc = verify_area(VERIFY_READ, (void *) arg,
  1507.                       sizeof(struct serial_struct))) == 0)
  1508. rc = gs_setserial(&port->gs, (struct serial_struct *) arg);
  1509. break;
  1510. case TIOCMGET:
  1511. if ((rc = verify_area(VERIFY_WRITE, (void *) arg,
  1512.                       sizeof(unsigned int))) == 0) {
  1513. ival = sx_getsignals(port);
  1514. put_user(ival, (unsigned int *) arg);
  1515. }
  1516. break;
  1517. case TIOCMBIS:
  1518. if ((rc = verify_area(VERIFY_READ, (void *) arg,
  1519.                       sizeof(unsigned int))) == 0) {
  1520. Get_user(ival, (unsigned int *) arg);
  1521. sx_setsignals(port, ((ival & TIOCM_DTR) ? 1 : -1),
  1522.                      ((ival & TIOCM_RTS) ? 1 : -1));
  1523. sx_reconfigure_port(port);
  1524. }
  1525. break;
  1526. case TIOCMBIC:
  1527. if ((rc = verify_area(VERIFY_READ, (void *) arg,
  1528.                       sizeof(unsigned int))) == 0) {
  1529. Get_user(ival, (unsigned int *) arg);
  1530. sx_setsignals(port, ((ival & TIOCM_DTR) ? 0 : -1),
  1531.                      ((ival & TIOCM_RTS) ? 0 : -1));
  1532. sx_reconfigure_port(port);
  1533. }
  1534. break;
  1535. case TIOCMSET:
  1536. if ((rc = verify_area(VERIFY_READ, (void *) arg,
  1537.                       sizeof(unsigned int))) == 0) {
  1538. Get_user(ival, (unsigned int *) arg);
  1539. sx_setsignals(port, ((ival & TIOCM_DTR) ? 1 : 0),
  1540.                      ((ival & TIOCM_RTS) ? 1 : 0));
  1541. sx_reconfigure_port(port);
  1542. }
  1543. break;
  1544. default:
  1545. rc = -ENOIOCTLCMD;
  1546. break;
  1547. }
  1548. /* func_exit(); */
  1549. return rc;
  1550. }
  1551. /* The throttle/unthrottle scheme for the Specialix card is different
  1552.  * from other drivers and deserves some explanation. 
  1553.  * The Specialix hardware takes care of XON/XOFF
  1554.  * and CTS/RTS flow control itself.  This means that all we have to
  1555.  * do when signalled by the upper tty layer to throttle/unthrottle is
  1556.  * to make a note of it here.  When we come to read characters from the
  1557.  * rx buffers on the card (sx_receive_chars()) we look to see if the
  1558.  * upper layer can accept more (as noted here in sx_rx_throt[]). 
  1559.  * If it can't we simply don't remove chars from the cards buffer. 
  1560.  * When the tty layer can accept chars, we again note that here and when
  1561.  * sx_receive_chars() is called it will remove them from the cards buffer.
  1562.  * The card will notice that a ports buffer has drained below some low
  1563.  * water mark and will unflow control the line itself, using whatever
  1564.  * flow control scheme is in use for that port. -- Simon Allen
  1565.  */
  1566. static void sx_throttle (struct tty_struct * tty)
  1567. {
  1568. struct sx_port *port = (struct sx_port *)tty->driver_data;
  1569. func_enter2();
  1570. /* If the port is using any type of input flow
  1571.  * control then throttle the port.
  1572.  */
  1573. if((tty->termios->c_cflag & CRTSCTS) || (I_IXOFF(tty)) ) {
  1574. port->gs.flags |= SX_RX_THROTTLE;
  1575. }
  1576. func_exit();
  1577. }
  1578. static void sx_unthrottle (struct tty_struct * tty)
  1579. {
  1580. struct sx_port *port = (struct sx_port *)tty->driver_data;
  1581. func_enter2();
  1582. /* Always unthrottle even if flow control is not enabled on
  1583.  * this port in case we disabled flow control while the port
  1584.  * was throttled
  1585.  */
  1586. port->gs.flags &= ~SX_RX_THROTTLE;
  1587. func_exit();
  1588. return;
  1589. }
  1590. /* ********************************************************************** *
  1591.  *                    Here are the initialization routines.               *
  1592.  * ********************************************************************** */
  1593. static int sx_init_board (struct sx_board *board)
  1594. {
  1595. int addr;
  1596. int chans;
  1597. int type;
  1598. func_enter();
  1599. /* This is preceded by downloading the download code. */
  1600. board->flags |= SX_BOARD_INITIALIZED;
  1601. if (read_sx_byte (board, 0))
  1602. /* CF boards may need this. */
  1603. write_sx_byte(board,0, 0);
  1604. /* This resets the processor again, to make sure it didn't do any
  1605.    foolish things while we were downloading the image */
  1606. if (!sx_reset (board))
  1607. return 0;
  1608. sx_start_board (board);
  1609. udelay (10);
  1610. if (!sx_busy_wait_neq (board, 0, 0xff, 0)) {
  1611. printk (KERN_ERR "sx: Ooops. Board won't initialize.n");
  1612. return 0;
  1613. }
  1614. /* Ok. So now the processor on the card is running. It gathered
  1615.    some info for us... */
  1616. sx_dprintk (SX_DEBUG_INIT, "The sxcard structure:n");
  1617. if (sx_debug & SX_DEBUG_INIT) my_hd ((char *)(board->base), 0x10);
  1618. sx_dprintk (SX_DEBUG_INIT, "the first sx_module structure:n");
  1619. if (sx_debug & SX_DEBUG_INIT) my_hd ((char *)(board->base + 0x80), 0x30);
  1620. sx_dprintk (SX_DEBUG_INIT, 
  1621.             "init_status: %x, %dk memory, firmware V%x.%02x,n", 
  1622.             read_sx_byte (board, 0), read_sx_byte(board, 1), 
  1623.             read_sx_byte (board, 5), read_sx_byte(board, 4));
  1624. if (read_sx_byte (board, 0) == 0xff) {
  1625. printk (KERN_INFO "sx: No modules found. Sorry.n");
  1626. board->nports = 0;
  1627. return 0;
  1628. }
  1629. chans = 0;
  1630. if (IS_SX_BOARD(board)) {
  1631. sx_write_board_word (board, cc_int_count, sx_maxints);
  1632. } else {
  1633. if (sx_maxints)
  1634. sx_write_board_word (board, cc_int_count, SI_PROCESSOR_CLOCK/8/sx_maxints);
  1635. }
  1636. /* grab the first module type... */
  1637. /*  board->ta_type = mod_compat_type (read_sx_byte (board, 0x80 + 0x08)); */
  1638. board->ta_type = mod_compat_type (sx_read_module_byte (board, 0x80, mc_chip));
  1639. /* XXX byteorder */
  1640. for (addr = 0x80;addr != 0;addr = read_sx_word (board, addr) & 0x7fff) {
  1641. type = sx_read_module_byte (board, addr, mc_chip);
  1642. sx_dprintk (SX_DEBUG_INIT, "Module at %x: %d channelsn", 
  1643.             addr, read_sx_byte (board, addr + 2));
  1644. chans += sx_read_module_byte (board, addr, mc_type);
  1645. sx_dprintk (SX_DEBUG_INIT, "module is an %s, which has %s/%s panelsn", 
  1646.             mod_type_s (type),
  1647.             pan_type_s (sx_read_module_byte (board, addr, mc_mods) & 0xf),
  1648.             pan_type_s (sx_read_module_byte (board, addr, mc_mods) >> 4));
  1649. sx_dprintk (SX_DEBUG_INIT, "CD1400 versions: %x/%x, ASIC version: %xn", 
  1650.             sx_read_module_byte (board, addr, mc_rev1),
  1651.             sx_read_module_byte (board, addr, mc_rev2),
  1652.             sx_read_module_byte (board, addr, mc_mtaasic_rev));
  1653. /* The following combinations are illegal: It should theoretically
  1654.    work, but timing problems make the bus HANG. */
  1655. if (mod_compat_type (type) != board->ta_type) {
  1656. printk (KERN_ERR "sx: This is an invalid configuration.n"
  1657.         "Don't mix TA/MTA/SXDC on the same hostadapter.n");
  1658. chans=0;
  1659. break;
  1660. }
  1661. if ((IS_EISA_BOARD(board) || 
  1662.      IS_SI_BOARD(board)) && (mod_compat_type(type) == 4)) {
  1663. printk (KERN_ERR "sx: This is an invalid configuration.n"
  1664.         "Don't use SXDCs on an SI/XIO adapter.n");
  1665. chans=0;
  1666. break;
  1667. }
  1668. #if 0 /* Problem fixed: firmware 3.05 */
  1669. if (IS_SX_BOARD(board) && (type == TA8)) {
  1670. /* There are some issues with the firmware and the DCD/RTS
  1671.    lines. It might work if you tie them together or something.
  1672.    It might also work if you get a newer sx_firmware. Therefore
  1673.    this is just a warning. */
  1674. printk (KERN_WARNING "sx: The SX host doesn't work too well "
  1675.         "with the TA8 adapters.nSpecialix is working on it.n");
  1676. }
  1677. #endif
  1678. }
  1679. if (chans) {
  1680. /* board->flags |= SX_BOARD_PRESENT; */
  1681. if(board->irq > 0) {
  1682. /* fixed irq, probably PCI */
  1683. if(sx_irqmask & (1 << board->irq)) { /* may we use this irq? */
  1684. if(request_irq(board->irq, sx_interrupt, SA_SHIRQ | SA_INTERRUPT, "sx", board)) {
  1685. printk(KERN_ERR "sx: Cannot allocate irq %d.n", board->irq);
  1686. board->irq = 0;
  1687. }
  1688. } else
  1689. board->irq = 0;
  1690. } else if(board->irq < 0 && sx_irqmask) {
  1691. /* auto-allocate irq */
  1692. int irqnr;
  1693. int irqmask = sx_irqmask & (IS_SX_BOARD(board) ? SX_ISA_IRQ_MASK : SI2_ISA_IRQ_MASK);
  1694. for(irqnr = 15; irqnr > 0; irqnr--)
  1695. if(irqmask & (1 << irqnr))
  1696. if(! request_irq(irqnr, sx_interrupt, SA_SHIRQ | SA_INTERRUPT, "sx", board))
  1697. break;
  1698. if(! irqnr)
  1699. printk(KERN_ERR "sx: Cannot allocate IRQ.n");
  1700. board->irq = irqnr;
  1701. } else
  1702. board->irq = 0;
  1703. if (board->irq) {
  1704. /* Found a valid interrupt, start up interrupts! */
  1705. sx_dprintk (SX_DEBUG_INIT, "Using irq %d.n", board->irq);
  1706. sx_start_interrupts (board);
  1707. board->poll = sx_slowpoll;
  1708. board->flags |= SX_IRQ_ALLOCATED;
  1709. } else {
  1710. /* no irq: setup board for polled operation */
  1711. board->poll = sx_poll;
  1712. sx_dprintk (SX_DEBUG_INIT, "Using poll-interval %d.n", board->poll);
  1713. }
  1714. /* The timer should be initialized anyway: That way we can safely
  1715.  del_timer it when the module is unloaded. */
  1716. init_timer (&board->timer);
  1717. if (board->poll) {
  1718. board->timer.data = (unsigned long) board;
  1719. board->timer.function = sx_pollfunc;
  1720. board->timer.expires = jiffies + board->poll;
  1721. add_timer (&board->timer);
  1722. }
  1723. } else {
  1724. board->irq = 0;
  1725. }
  1726. board->nports = chans;
  1727. sx_dprintk (SX_DEBUG_INIT, "returning %d ports.", board->nports);
  1728. func_exit();
  1729. return chans;
  1730. }
  1731. static void printheader(void)
  1732. {
  1733. static int header_printed;
  1734. if (!header_printed) {
  1735. printk (KERN_INFO "Specialix SX driver "
  1736.         "(C) 1998/1999 R.E.Wolff@BitWizard.nl n");
  1737. printk (KERN_INFO "sx: version %sn", RCS_ID);
  1738. header_printed = 1;
  1739. }
  1740. }
  1741. static int probe_sx (struct sx_board *board)
  1742. {
  1743. struct vpd_prom vpdp;
  1744. char *p;
  1745. int i;
  1746. func_enter();
  1747. if (!IS_CF_BOARD (board)) {    
  1748. sx_dprintk (SX_DEBUG_PROBE, "Going to verify vpd prom at %lx.n", 
  1749.             board->base + SX_VPD_ROM);
  1750. if (sx_debug & SX_DEBUG_PROBE)
  1751. my_hd ((char *)(board->base + SX_VPD_ROM), 0x40);
  1752. p = (char *) &vpdp;
  1753. for (i=0;i< sizeof (struct vpd_prom);i++)
  1754. *p++ = read_sx_byte (board, SX_VPD_ROM + i*2);
  1755. if (sx_debug & SX_DEBUG_PROBE)
  1756. my_hd ((char *)&vpdp, 0x20);
  1757. sx_dprintk (SX_DEBUG_PROBE, "checking identifier...n");
  1758. if (strncmp (vpdp.identifier, SX_VPD_IDENT_STRING, 16) != 0) {
  1759. sx_dprintk (SX_DEBUG_PROBE, "Got non-SX identifier: '%s'n", 
  1760.             vpdp.identifier); 
  1761. return 0;
  1762. }
  1763. }
  1764. printheader ();
  1765. if (!IS_CF_BOARD (board)) {
  1766. printk (KERN_DEBUG "sx: Found an SX board at %lxn", board->hw_base);
  1767. printk (KERN_DEBUG "sx: hw_rev: %d, assembly level: %d, uniq ID:%08x, ", 
  1768.         vpdp.hwrev, vpdp.hwass, vpdp.uniqid);
  1769. printk (           "Manufactured: %d/%dn", 
  1770.         1970 + vpdp.myear, vpdp.mweek);
  1771. if ((((vpdp.uniqid >> 24) & SX_UNIQUEID_MASK) != SX_PCI_UNIQUEID1) &&
  1772.     (((vpdp.uniqid >> 24) & SX_UNIQUEID_MASK) != SX_ISA_UNIQUEID1)) {
  1773. /* This might be a bit harsh. This was the primary reason the
  1774.    SX/ISA card didn't work at first... */
  1775. printk (KERN_ERR "sx: Hmm. Not an SX/PCI or SX/ISA card. Sorry: giving up.n");
  1776. return (0);
  1777. }
  1778. if (((vpdp.uniqid >> 24) & SX_UNIQUEID_MASK) == SX_ISA_UNIQUEID1) {
  1779. if (board->base & 0x8000) {
  1780. printk (KERN_WARNING "sx: Warning: There may be hardware problems with the card at %lx.n", board->base);
  1781. printk (KERN_WARNING "sx: Read sx.txt for more info.n");
  1782. }
  1783. }
  1784. }
  1785. board->nports = -1;
  1786. /* This resets the processor, and keeps it off the bus. */
  1787. if (!sx_reset (board)) 
  1788. return 0;
  1789. sx_dprintk (SX_DEBUG_INIT, "reset the board...n");
  1790. board->flags |= SX_BOARD_PRESENT;
  1791. func_exit();
  1792. return 1;
  1793. }
  1794. /* Specialix probes for this card at 32k increments from 640k to 16M.
  1795.    I consider machines with less than 16M unlikely nowadays, so I'm
  1796.    not probing above 1Mb. Also, 0xa0000, 0xb0000, are taken by the VGA
  1797.    card. 0xe0000 and 0xf0000 are taken by the BIOS. That only leaves 
  1798.    0xc0000, 0xc8000, 0xd0000 and 0xd8000 . */
  1799. static int probe_si (struct sx_board *board)
  1800. {
  1801. int i;
  1802. func_enter();
  1803. sx_dprintk (SX_DEBUG_PROBE, "Going to verify SI signature hw %lx at %lx.n", board->hw_base,
  1804.             board->base + SI2_ISA_ID_BASE);
  1805. if (sx_debug & SX_DEBUG_PROBE)
  1806. my_hd ((char *)(board->base + SI2_ISA_ID_BASE), 0x8);
  1807. if (!IS_EISA_BOARD(board)  ) {
  1808.   if( IS_SI1_BOARD(board) ) 
  1809.     {
  1810. for (i=0;i<8;i++) {
  1811.   write_sx_byte (board, SI2_ISA_ID_BASE+7-i,i); 
  1812. }
  1813.     }
  1814. for (i=0;i<8;i++) {
  1815. if ((read_sx_byte (board, SI2_ISA_ID_BASE+7-i) & 7) != i) {
  1816. return 0;
  1817. }
  1818. }
  1819. }
  1820. /* Now we're pretty much convinced that there is an SI board here, 
  1821.    but to prevent trouble, we'd better double check that we don't
  1822.    have an SI1 board when we're probing for an SI2 board.... */
  1823. write_sx_byte (board, SI2_ISA_ID_BASE,0x10); 
  1824. if ( IS_SI1_BOARD(board)) {
  1825. /* This should be an SI1 board, which has this
  1826.    location writable... */
  1827. if (read_sx_byte (board, SI2_ISA_ID_BASE) != 0x10)
  1828. return 0; 
  1829. } else {
  1830. /* This should be an SI2 board, which has the bottom
  1831.    3 bits non-writable... */
  1832. if (read_sx_byte (board, SI2_ISA_ID_BASE) == 0x10)
  1833. return 0; 
  1834. }
  1835. printheader ();
  1836. printk (KERN_DEBUG "sx: Found an SI board at %lxn", board->hw_base);
  1837. /* Compared to the SX boards, it is a complete guess as to what
  1838.  this card is up to... */
  1839. board->nports = -1;
  1840.   /* This resets the processor, and keeps it off the bus. */
  1841. if (!sx_reset (board)) 
  1842. return 0;
  1843. sx_dprintk (SX_DEBUG_INIT, "reset the board...n");
  1844. board->flags |= SX_BOARD_PRESENT;
  1845. func_exit();
  1846. return 1;
  1847. }
  1848. static int sx_init_drivers(void)
  1849. {
  1850. int error;
  1851. func_enter();
  1852. memset(&sx_driver, 0, sizeof(sx_driver));
  1853. sx_driver.magic = TTY_DRIVER_MAGIC;
  1854. sx_driver.driver_name = "specialix_sx";
  1855. sx_driver.name = "ttyX";
  1856. sx_driver.major = SX_NORMAL_MAJOR;
  1857. sx_driver.num = sx_nports;
  1858. sx_driver.type = TTY_DRIVER_TYPE_SERIAL;
  1859. sx_driver.subtype = SX_TYPE_NORMAL;
  1860. sx_driver.init_termios = tty_std_termios;
  1861. sx_driver.init_termios.c_cflag =
  1862.   B9600 | CS8 | CREAD | HUPCL | CLOCAL;
  1863. sx_driver.flags = TTY_DRIVER_REAL_RAW;
  1864. sx_driver.refcount = &sx_refcount;
  1865. sx_driver.table = sx_table;
  1866. sx_driver.termios = sx_termios;
  1867. sx_driver.termios_locked = sx_termios_locked;
  1868. sx_driver.break_ctl = sx_break;
  1869. sx_driver.open = sx_open;
  1870. sx_driver.close = gs_close;
  1871. sx_driver.write = gs_write;
  1872. sx_driver.put_char = gs_put_char;
  1873. sx_driver.flush_chars = gs_flush_chars;
  1874. sx_driver.write_room = gs_write_room;
  1875. sx_driver.chars_in_buffer = gs_chars_in_buffer;
  1876. sx_driver.flush_buffer = gs_flush_buffer;
  1877. sx_driver.ioctl = sx_ioctl;
  1878. sx_driver.throttle = sx_throttle;
  1879. sx_driver.unthrottle = sx_unthrottle;
  1880. sx_driver.set_termios = gs_set_termios;
  1881. sx_driver.stop = gs_stop;
  1882. sx_driver.start = gs_start;
  1883. sx_driver.hangup = gs_hangup;
  1884. sx_callout_driver = sx_driver;
  1885. sx_callout_driver.name = "cux";
  1886. sx_callout_driver.major = SX_CALLOUT_MAJOR;
  1887. sx_callout_driver.subtype = SX_TYPE_CALLOUT;
  1888. if ((error = tty_register_driver(&sx_driver))) {
  1889. printk(KERN_ERR "sx: Couldn't register sx driver, error = %dn",
  1890.        error);
  1891. return 1;
  1892. }
  1893. if ((error = tty_register_driver(&sx_callout_driver))) {
  1894. tty_unregister_driver(&sx_driver);
  1895. printk(KERN_ERR "sx: Couldn't register sx callout driver, error = %dn",
  1896.        error);
  1897. return 1;
  1898. }
  1899. func_exit();
  1900. return 0;
  1901. }
  1902. static void * ckmalloc (int size)
  1903. {
  1904. void *p;
  1905. p = kmalloc(size, GFP_KERNEL);
  1906. if (p) 
  1907. memset(p, 0, size);
  1908. return p;
  1909. }
  1910. static int sx_init_portstructs (int nboards, int nports)
  1911. {
  1912. struct sx_board *board;
  1913. struct sx_port *port;
  1914. int i, j;
  1915. int addr, chans;
  1916. int portno;
  1917. func_enter();
  1918. /* Many drivers statically allocate the maximum number of ports
  1919.    There is no reason not to allocate them dynamically. Is there? -- REW */
  1920. sx_ports          = ckmalloc(nports * sizeof (struct sx_port));
  1921. if (!sx_ports)
  1922. return -ENOMEM;
  1923. sx_termios        = ckmalloc(nports * sizeof (struct termios *));
  1924. if (!sx_termios) {
  1925. kfree (sx_ports);
  1926. return -ENOMEM;
  1927. }
  1928. sx_termios_locked = ckmalloc(nports * sizeof (struct termios *));
  1929. if (!sx_termios_locked) {
  1930. kfree (sx_ports);
  1931. kfree (sx_termios);
  1932. return -ENOMEM;
  1933. }
  1934. /* Adjust the values in the "driver" */
  1935. sx_driver.termios = sx_termios;
  1936. sx_driver.termios_locked = sx_termios_locked;
  1937. port = sx_ports;
  1938. for (i = 0; i < nboards; i++) {
  1939. board = &boards[i];
  1940. board->ports = port;
  1941. for (j=0; j < boards[i].nports;j++) {
  1942. sx_dprintk (SX_DEBUG_INIT, "initing port %dn", j);
  1943. port->gs.callout_termios = tty_std_termios;
  1944. port->gs.normal_termios = tty_std_termios;
  1945. port->gs.magic = SX_MAGIC;
  1946. port->gs.close_delay = HZ/2;
  1947. port->gs.closing_wait = 30 * HZ;
  1948. port->board = board;
  1949. port->gs.rd = &sx_real_driver;
  1950. #ifdef NEW_WRITE_LOCKING
  1951. port->gs.port_write_sem = MUTEX;
  1952. #endif
  1953. /*
  1954.  * Initializing wait queue
  1955.  */
  1956. init_waitqueue_head(&port->gs.open_wait);
  1957. init_waitqueue_head(&port->gs.close_wait); 
  1958. port++;
  1959. }
  1960. }
  1961. port = sx_ports;
  1962. portno = 0;
  1963. for (i = 0; i < nboards; i++) {
  1964. board = &boards[i];
  1965. board->port_base = portno;
  1966. /* Possibly the configuration was rejected. */
  1967. sx_dprintk (SX_DEBUG_PROBE, "Board has %d channelsn", board->nports);
  1968. if (board->nports <= 0) continue;
  1969. /* XXX byteorder ?? */
  1970. for (addr = 0x80;addr != 0;addr = read_sx_word (board, addr) & 0x7fff) {
  1971. chans = sx_read_module_byte (board, addr, mc_type); 
  1972. sx_dprintk (SX_DEBUG_PROBE, "Module at %x: %d channelsn", addr, chans);
  1973. sx_dprintk (SX_DEBUG_PROBE, "Port at");
  1974. for (j=0;j<chans;j++) {
  1975. /* The "sx-way" is the way it SHOULD be done. That way in the 
  1976.    future, the firmware may for example pack the structures a bit
  1977.    more efficient. Neil tells me it isn't going to happen anytime
  1978.    soon though. */
  1979. if (IS_SX_BOARD(board))
  1980. port->ch_base = sx_read_module_word (board, addr+j*2, mc_chan_pointer);
  1981. else
  1982. port->ch_base = addr + 0x100 + 0x300*j;
  1983. sx_dprintk (SX_DEBUG_PROBE, " %x", port->ch_base);
  1984. port->line = portno++;
  1985. port++;
  1986. }
  1987. sx_dprintk (SX_DEBUG_PROBE, "n");
  1988. }
  1989. /* This has to be done earlier. */
  1990. /* board->flags |= SX_BOARD_INITIALIZED; */
  1991. }
  1992. func_exit();
  1993. return 0;
  1994. }
  1995. static void __exit sx_release_drivers(void)
  1996. {
  1997. func_enter();
  1998. tty_unregister_driver(&sx_driver);
  1999. tty_unregister_driver(&sx_callout_driver);
  2000. func_exit();
  2001. }
  2002. #ifdef TWO_ZERO
  2003. #define PDEV unsigned char pci_bus, unsigned pci_fun
  2004. #define pdev pci_bus, pci_fun
  2005. #else
  2006. #define PDEV   struct pci_dev *pdev
  2007. #endif
  2008. #ifdef CONFIG_PCI
  2009.  /******************************************************** 
  2010.  * Setting bit 17 in the CNTRL register of the PLX 9050  * 
  2011.  * chip forces a retry on writes while a read is pending.*
  2012.  * This is to prevent the card locking up on Intel Xeon  *
  2013.  * multiprocessor systems with the NX chipset.    -- NV  *
  2014.  ********************************************************/
  2015. /* Newer cards are produced with this bit set from the configuration
  2016.    EEprom.  As the bit is read/write for the CPU, we can fix it here,
  2017.    if we detect that it isn't set correctly. -- REW */
  2018. static void fix_sx_pci (PDEV, struct sx_board *board)
  2019. {
  2020. unsigned int hwbase;
  2021. unsigned long rebase;
  2022. unsigned int t;
  2023. #define CNTRL_REG_OFFSET        0x50
  2024. #define CNTRL_REG_GOODVALUE     0x18260000
  2025. pci_read_config_dword(pdev, PCI_BASE_ADDRESS_0, &hwbase);
  2026. hwbase &= PCI_BASE_ADDRESS_MEM_MASK;
  2027. rebase = (ulong) ioremap(hwbase, 0x80);
  2028. t = readl (rebase + CNTRL_REG_OFFSET);
  2029. if (t != CNTRL_REG_GOODVALUE) {
  2030. printk (KERN_DEBUG "sx: performing cntrl reg fix: %08x -> %08xn", t, CNTRL_REG_GOODVALUE); 
  2031. writel (CNTRL_REG_GOODVALUE, rebase + CNTRL_REG_OFFSET);
  2032. }
  2033. my_iounmap (hwbase, rebase);
  2034. }
  2035. #endif
  2036. static int __init sx_init(void) 
  2037. {
  2038. int i;
  2039. int found = 0;
  2040. int eisa_slot;
  2041. struct sx_board *board;
  2042. #ifdef CONFIG_PCI
  2043. #ifndef TWO_ZERO
  2044. struct pci_dev *pdev = NULL;
  2045. #else
  2046. unsigned char pci_bus, pci_fun;
  2047. /* in 2.2.x pdev is a pointer defining a PCI device. In 2.0 its the bus/fn */
  2048. #endif
  2049. unsigned int tint;
  2050. unsigned short tshort;
  2051. #endif
  2052. func_enter();
  2053. sx_dprintk (SX_DEBUG_INIT, "Initing sx module... (sx_debug=%d)n", sx_debug);
  2054. if (abs ((long) (&sx_debug) - sx_debug) < 0x10000) {
  2055. printk (KERN_WARNING "sx: sx_debug is an address, instead of a value. "
  2056.         "Assuming -1.n");
  2057. printk ("(%p)n", &sx_debug);
  2058. sx_debug=-1;
  2059. }
  2060. #ifdef CONFIG_PCI
  2061. if (pci_present ()) {
  2062. #ifndef TWO_ZERO
  2063. while ((pdev = pci_find_device (PCI_VENDOR_ID_SPECIALIX, 
  2064.                                 PCI_DEVICE_ID_SPECIALIX_SX_XIO_IO8, 
  2065.                               pdev))) {
  2066. if (pci_enable_device(pdev))
  2067. continue;
  2068. #else
  2069. for (i=0;i< SX_NBOARDS;i++) {
  2070. if (pcibios_find_device (PCI_VENDOR_ID_SPECIALIX, 
  2071.                          PCI_DEVICE_ID_SPECIALIX_SX_XIO_IO8, i,
  2072.                        &pci_bus, &pci_fun)) break;
  2073. #endif
  2074. /* Specialix has a whole bunch of cards with
  2075.    0x2000 as the device ID. They say its because
  2076.    the standard requires it. Stupid standard. */
  2077. /* It seems that reading a word doesn't work reliably on 2.0.
  2078.    Also, reading a non-aligned dword doesn't work. So we read the
  2079.    whole dword at 0x2c and extract the word at 0x2e (SUBSYSTEM_ID)
  2080.    ourselves */
  2081. /* I don't know why the define doesn't work, constant 0x2c does --REW */ 
  2082. pci_read_config_dword (pdev, 0x2c, &tint);
  2083. tshort = (tint >> 16) & 0xffff;
  2084. sx_dprintk (SX_DEBUG_PROBE, "Got a specialix card: %x.n", tint);
  2085. /* sx_dprintk (SX_DEBUG_PROBE, "pdev = %d/%d (%x)n", pdev, tint); */ 
  2086. if ((tshort != 0x0200) && (tshort != 0x0300)) {
  2087. sx_dprintk (SX_DEBUG_PROBE, "But it's not an SX card (%d)...n", 
  2088.             tshort);
  2089. continue;
  2090. }
  2091. board = &boards[found];
  2092. board->flags &= ~SX_BOARD_TYPE;
  2093. board->flags |= (tshort == 0x200)?SX_PCI_BOARD:
  2094.                                   SX_CFPCI_BOARD;
  2095. /* CF boards use base address 3.... */
  2096. if (IS_CF_BOARD (board))
  2097. board->hw_base = pci_resource_start (pdev, 3);
  2098. else
  2099. board->hw_base = pci_resource_start (pdev, 2);
  2100. board->base2 = 
  2101. board->base = (ulong) ioremap(board->hw_base, WINDOW_LEN (board));
  2102. if (!board->base) {
  2103. printk(KERN_ERR "ioremap failedn");
  2104. /* XXX handle error */
  2105. }
  2106. /* Most of the stuff on the CF board is offset by
  2107.    0x18000 ....  */
  2108. if (IS_CF_BOARD (board)) board->base += 0x18000;
  2109. board->irq = get_irq (pdev);
  2110. sx_dprintk (SX_DEBUG_PROBE, "Got a specialix card: %x/%lx(%d) %x.n", 
  2111.             tint, boards[found].base, board->irq, board->flags);
  2112. if (probe_sx (board)) {
  2113. found++;
  2114. fix_sx_pci (pdev, board);
  2115. } else 
  2116. my_iounmap (board->hw_base, board->base);
  2117. }
  2118. }
  2119. #endif
  2120. for (i=0;i<NR_SX_ADDRS;i++) {
  2121. board = &boards[found];
  2122. board->hw_base = sx_probe_addrs[i];
  2123. board->base2 =
  2124. board->base = (ulong) ioremap(board->hw_base, SX_WINDOW_LEN);
  2125. board->flags &= ~SX_BOARD_TYPE;
  2126. board->flags |= SX_ISA_BOARD;
  2127. board->irq = sx_irqmask?-1:0;
  2128. if (probe_sx (board)) {
  2129. found++;
  2130. } else {
  2131. my_iounmap (board->hw_base, board->base);
  2132. }
  2133. }
  2134. for (i=0;i<NR_SI_ADDRS;i++) {
  2135. board = &boards[found];
  2136. board->hw_base = si_probe_addrs[i];
  2137. board->base2 =
  2138. board->base = (ulong) ioremap(board->hw_base, SI2_ISA_WINDOW_LEN);
  2139. board->flags &= ~SX_BOARD_TYPE;
  2140. board->flags |=  SI_ISA_BOARD;
  2141. board->irq = sx_irqmask ?-1:0;
  2142. if (probe_si (board)) {
  2143. found++;
  2144. } else {
  2145. my_iounmap (board->hw_base, board->base);
  2146. }
  2147. }
  2148. for (i=0;i<NR_SI1_ADDRS;i++) {
  2149. board = &boards[found];
  2150. board->hw_base = si1_probe_addrs[i];
  2151. board->base2 =
  2152. board->base = (ulong) ioremap(board->hw_base, SI1_ISA_WINDOW_LEN);
  2153. board->flags &= ~SX_BOARD_TYPE;
  2154. board->flags |=  SI1_ISA_BOARD;
  2155. board->irq = sx_irqmask ?-1:0;
  2156. if (probe_si (board)) {
  2157. found++;
  2158. } else {
  2159. my_iounmap (board->hw_base, board->base);
  2160. }
  2161. }
  2162.         sx_dprintk(SX_DEBUG_PROBE, "Probing for EISA cardsn");
  2163.         for(eisa_slot=0x1000; eisa_slot<0x10000; eisa_slot+=0x1000)
  2164.         {
  2165.                 if((inb(eisa_slot+0xc80)==0x4d) &&
  2166.                    (inb(eisa_slot+0xc81)==0x98))
  2167.                 {
  2168. sx_dprintk(SX_DEBUG_PROBE, "%s : Signature found in EISA slot %d, Product %d Rev %dn",
  2169.                         "XIO", (eisa_slot>>12), inb(eisa_slot+0xc82), inb(eisa_slot+0xc83));
  2170. board = &boards[found];
  2171. board->eisa_base = eisa_slot;
  2172. board->flags &= ~SX_BOARD_TYPE;
  2173. board->flags |= SI_EISA_BOARD;
  2174. board->hw_base = (((inb(0xc01+eisa_slot) << 8) + inb(0xc00+eisa_slot)) << 16);
  2175. board->base2 =
  2176. board->base = (ulong) ioremap(board->hw_base, SI2_EISA_WINDOW_LEN);
  2177. sx_dprintk(SX_DEBUG_PROBE, "IO hw_base address: %lxn", board->hw_base);
  2178. sx_dprintk(SX_DEBUG_PROBE, "base: %lxn", board->base);
  2179. board->irq = inb(board->eisa_base+0xc02)>>4; 
  2180. sx_dprintk(SX_DEBUG_PROBE, "IRQ: %dn", board->irq);
  2181. probe_si(board);
  2182. found++;
  2183. }
  2184. }
  2185. if (found) {
  2186. printk (KERN_INFO "sx: total of %d boards detected.n", found);
  2187. if (misc_register(&sx_fw_device) < 0) {
  2188. printk(KERN_ERR "SX: Unable to register firmware loader driver.n");
  2189. return -EIO;
  2190. }
  2191. }
  2192. func_exit();
  2193. return found?0:-EIO;
  2194. }
  2195. static void __exit sx_exit (void)
  2196. {
  2197. int i; 
  2198. struct sx_board *board;
  2199. func_enter();
  2200. for (i = 0; i < SX_NBOARDS; i++) {
  2201. board = &boards[i];
  2202. if (board->flags & SX_BOARD_INITIALIZED) {
  2203. sx_dprintk (SX_DEBUG_CLEANUP, "Cleaning up board at %lxn", board->base);
  2204. /* The board should stop messing with us.
  2205.    (actually I mean the interrupt) */
  2206. sx_reset (board);
  2207. if ((board->irq) && (board->flags & SX_IRQ_ALLOCATED))
  2208. free_irq (board->irq, board);
  2209. /* It is safe/allowed to del_timer a non-active timer */
  2210. del_timer (& board->timer);
  2211. my_iounmap (board->hw_base, board->base);
  2212. }
  2213. }
  2214. if (misc_deregister(&sx_fw_device) < 0) {
  2215. printk (KERN_INFO "sx: couldn't deregister firmware loader devicen");
  2216. }
  2217. sx_dprintk (SX_DEBUG_CLEANUP, "Cleaning up drivers (%d)n", sx_initialized);
  2218. if (sx_initialized)
  2219. sx_release_drivers ();
  2220. kfree (sx_ports);
  2221. kfree (sx_termios);
  2222. kfree (sx_termios_locked);
  2223. func_exit();
  2224. }
  2225. module_init(sx_init);
  2226. module_exit(sx_exit);