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

Linux/Unix编程

开发平台:

Unix_Linux

  1. /* $Id: zs.c,v 1.68.2.2 2002/01/12 07:04:33 davem Exp $
  2.  * zs.c: Zilog serial port driver for the Sparc.
  3.  *
  4.  * Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
  5.  * Copyright (C) 1996 Eddie C. Dost   (ecd@skynet.be)
  6.  * Fixes by Pete A. Zaitcev <zaitcev@yahoo.com>.
  7.  *
  8.  * Fixed to use tty_get_baud_rate().
  9.  *   Theodore Ts'o <tytso@mit.edu>, 2001-Oct-12
  10.  *
  11.  * /proc/tty/driver/serial now exists and is readable.
  12.  *   Alex Buell <alex.buell@tahallah.demon.co.uk>, 2001-12-23
  13.  *
  14.  */
  15. #include <linux/errno.h>
  16. #include <linux/signal.h>
  17. #include <linux/sched.h>
  18. #include <linux/timer.h>
  19. #include <linux/interrupt.h>
  20. #include <linux/tty.h>
  21. #include <linux/tty_flip.h>
  22. #include <linux/config.h>
  23. #include <linux/major.h>
  24. #include <linux/string.h>
  25. #include <linux/fcntl.h>
  26. #include <linux/mm.h>
  27. #include <linux/kernel.h>
  28. #include <linux/keyboard.h>
  29. #include <linux/console.h>
  30. #include <linux/delay.h>
  31. #include <linux/init.h>
  32. #include <linux/bootmem.h>
  33. #include <linux/sysrq.h>
  34. #include <asm/io.h>
  35. #include <asm/irq.h>
  36. #include <asm/oplib.h>
  37. #include <asm/system.h>
  38. #include <asm/uaccess.h>
  39. #include <asm/bitops.h>
  40. #include <asm/kdebug.h>
  41. #include <asm/page.h>
  42. #include <asm/pgtable.h>
  43. #include <asm/sbus.h>
  44. #ifdef __sparc_v9__
  45. #include <asm/fhc.h>
  46. #endif
  47. #ifdef CONFIG_PCI
  48. #include <linux/pci.h>
  49. #endif
  50. #include "sunserial.h"
  51. #include "zs.h"
  52. #include "sunkbd.h"
  53. #include "sunmouse.h"
  54. static int num_serial = 2; /* sun4/sun4c/sun4m - Two chips on board. */
  55. #define NUM_SERIAL num_serial
  56. #define NUM_CHANNELS (NUM_SERIAL * 2)
  57. #define KEYBOARD_LINE 0x2
  58. #define MOUSE_LINE    0x3
  59. /* On 32-bit sparcs we need to delay after register accesses
  60.  * to accomodate sun4 systems, but we do not need to flush writes.
  61.  * On 64-bit sparc we only need to flush single writes to ensure
  62.  * completion.
  63.  */
  64. #ifndef __sparc_v9__
  65. #define ZSDELAY() udelay(5)
  66. #define ZSDELAY_LONG() udelay(20)
  67. #define ZS_WSYNC(channel) do { } while(0)
  68. #else
  69. #define ZSDELAY()
  70. #define ZSDELAY_LONG()
  71. #define ZS_WSYNC(__channel) 
  72. sbus_readb(&((__channel)->control))
  73. #endif
  74. struct sun_zslayout **zs_chips;
  75. struct sun_zschannel **zs_channels;
  76. struct sun_zschannel *zs_mousechan;
  77. struct sun_zschannel *zs_kbdchan;
  78. struct sun_zschannel *zs_kgdbchan;
  79. int *zs_nodes;
  80. struct sun_serial *zs_soft;
  81. struct sun_serial *zs_chain;  /* IRQ servicing chain */
  82. int zilog_irq;
  83. struct tty_struct *zs_ttys;
  84. /* Console hooks... */
  85. #ifdef CONFIG_SERIAL_CONSOLE
  86. static struct console zs_console;
  87. static int zs_console_init(void);
  88. /*
  89.  * Define this to get the zs_fair_output() functionality.
  90.  */
  91. #undef SERIAL_CONSOLE_FAIR_OUTPUT
  92. #endif /* CONFIG_SERIAL_CONSOLE */
  93. static unsigned char kgdb_regs[16] = {
  94. 0, 0, 0,                     /* write 0, 1, 2 */
  95. (Rx8 | RxENAB),              /* write 3 */
  96. (X16CLK | SB1 | PAR_EVEN),   /* write 4 */
  97. (DTR | Tx8 | TxENAB),        /* write 5 */
  98. 0, 0, 0,                     /* write 6, 7, 8 */
  99. (NV),                        /* write 9 */
  100. (NRZ),                       /* write 10 */
  101. (TCBR | RCBR),               /* write 11 */
  102. 0, 0,                        /* BRG time constant, write 12 + 13 */
  103. (BRSRC | BRENAB),            /* write 14 */
  104. (DCDIE)                      /* write 15 */
  105. };
  106. static unsigned char zscons_regs[16] = {
  107. 0,                           /* write 0 */
  108. (EXT_INT_ENAB | INT_ALL_Rx), /* write 1 */
  109. 0,                           /* write 2 */
  110. (Rx8 | RxENAB),              /* write 3 */
  111. (X16CLK),                    /* write 4 */
  112. (DTR | Tx8 | TxENAB),        /* write 5 */
  113. 0, 0, 0,                     /* write 6, 7, 8 */
  114. (NV | MIE),                  /* write 9 */
  115. (NRZ),                       /* write 10 */
  116. (TCBR | RCBR),               /* write 11 */
  117. 0, 0,                        /* BRG time constant, write 12 + 13 */
  118. (BRSRC | BRENAB),            /* write 14 */
  119. (DCDIE | CTSIE | TxUIE | BRKIE) /* write 15 */
  120. };
  121. #define ZS_CLOCK         4915200   /* Zilog input clock rate */
  122. DECLARE_TASK_QUEUE(tq_serial);
  123. static struct tty_driver serial_driver, callout_driver;
  124. static int serial_refcount;
  125. /* serial subtype definitions */
  126. #define SERIAL_TYPE_NORMAL 1
  127. #define SERIAL_TYPE_CALLOUT 2
  128.   
  129. /* number of characters left in xmit buffer before we ask for more */
  130. #define WAKEUP_CHARS 256
  131. #define SERIAL_DO_RESTART
  132. /* Debugging... DEBUG_INTR is bad to use when one of the zs
  133.  * lines is your console ;(
  134.  */
  135. #undef SERIAL_DEBUG_INTR
  136. #undef SERIAL_DEBUG_OPEN
  137. #undef SERIAL_DEBUG_FLOW
  138. #define RS_STROBE_TIME 10
  139. #define RS_ISR_PASS_LIMIT 256
  140. #define _INLINE_ inline
  141. int zs_init(void);
  142. static void zs_kgdb_hook(int);
  143. static void change_speed(struct sun_serial *info);
  144. static struct tty_struct **serial_table;
  145. static struct termios **serial_termios;
  146. static struct termios **serial_termios_locked;
  147. #ifndef MIN
  148. #define MIN(a,b) ((a) < (b) ? (a) : (b))
  149. #endif
  150. #undef ZS_LOG
  151. #ifdef ZS_LOG
  152. struct zs_logent {
  153. u8 reg, val;
  154. u8 write, __pad;
  155. #define REGIRQ 0xff
  156. #define REGDATA 0xfe
  157. #define REGCTRL 0xfd
  158. };
  159. struct zs_logent zslog[32];
  160. int zs_curlog;
  161. #define ZSLOG(__reg, __val, __write) 
  162. do{ int index = zs_curlog; 
  163. zslog[index].reg = (__reg); 
  164. zslog[index].val = (__val); 
  165. zslog[index].write = (__write); 
  166. zs_curlog = (index + 1) & (32 - 1); 
  167. }while(0)
  168. int zs_dumplog(char *buffer)
  169. {
  170. int len = 0;
  171. int i;
  172. for (i = 0; i < 32; i++) {
  173. u8 reg, val, write;
  174. reg = zslog[i].reg;
  175. val = zslog[i].val;
  176. write = zslog[i].write;
  177. len += sprintf(buffer + len,
  178.        "ZSLOG[%2d]: reg %2x val %2x %sn",
  179.        i, reg, val, write ? "write" : "read");
  180. }
  181. len += sprintf(buffer + len, "ZS current log index %dn",
  182.        zs_curlog);
  183. return len;
  184. }
  185. #else
  186. #define ZSLOG(x,y,z) do { } while (0)
  187. #endif
  188. /*
  189.  * tmp_buf is used as a temporary buffer by serial_write.  We need to
  190.  * lock it in case the memcpy_fromfs blocks while swapping in a page,
  191.  * and some other program tries to do a serial write at the same time.
  192.  * Since the lock will only come under contention when the system is
  193.  * swapping and available memory is low, it makes sense to share one
  194.  * buffer across all the serial ports, since it significantly saves
  195.  * memory if large numbers of serial ports are open.
  196.  */
  197. static unsigned char *tmp_buf = 0;
  198. static DECLARE_MUTEX(tmp_buf_sem);
  199. static inline int serial_paranoia_check(struct sun_serial *info,
  200. dev_t device, const char *routine)
  201. {
  202. #ifdef SERIAL_PARANOIA_CHECK
  203. static const char *badmagic =
  204. "Warning: bad magic number for serial struct (%d, %d) in %sn";
  205. static const char *badinfo =
  206. "Warning: null sun_serial for (%d, %d) in %sn";
  207. if (!info) {
  208. printk(badinfo, MAJOR(device), MINOR(device), routine);
  209. return 1;
  210. }
  211. if (info->magic != SERIAL_MAGIC) {
  212. printk(badmagic, MAJOR(device), MINOR(device), routine);
  213. return 1;
  214. }
  215. #endif
  216. return 0;
  217. }
  218. /* Reading and writing Zilog8530 registers.  The delays are to make this
  219.  * driver work on the Sun4 which needs a settling delay after each chip
  220.  * register access, other machines handle this in hardware via auxiliary
  221.  * flip-flops which implement the settle time we do in software.
  222.  */
  223. static unsigned char read_zsreg(struct sun_zschannel *channel,
  224. unsigned char reg)
  225. {
  226. unsigned char retval;
  227. sbus_writeb(reg, &channel->control);
  228. ZSDELAY();
  229. retval = sbus_readb(&channel->control);
  230. ZSDELAY();
  231. ZSLOG(reg, retval, 0);
  232. return retval;
  233. }
  234. static void write_zsreg(struct sun_zschannel *channel,
  235. unsigned char reg, unsigned char value)
  236. {
  237. ZSLOG(reg, value, 1);
  238. sbus_writeb(reg, &channel->control);
  239. ZSDELAY();
  240. sbus_writeb(value, &channel->control);
  241. ZSDELAY();
  242. }
  243. static void load_zsregs(struct sun_serial *info, unsigned char *regs)
  244. {
  245. struct sun_zschannel *channel = info->zs_channel;
  246. unsigned long flags;
  247. unsigned char stat;
  248. int i;
  249. for (i = 0; i < 1000; i++) {
  250. stat = read_zsreg(channel, R1);
  251. if (stat & ALL_SNT)
  252. break;
  253. udelay(100);
  254. }
  255. write_zsreg(channel, R3, 0);
  256. ZS_CLEARSTAT(channel);
  257. ZS_CLEARERR(channel);
  258. ZS_CLEARFIFO(channel);
  259. /* Load 'em up */
  260. save_flags(flags); cli();
  261. if (info->channelA)
  262. write_zsreg(channel, R9, CHRA);
  263. else
  264. write_zsreg(channel, R9, CHRB);
  265. ZSDELAY_LONG();
  266. write_zsreg(channel, R4, regs[R4]);
  267. write_zsreg(channel, R3, regs[R3] & ~RxENAB);
  268. write_zsreg(channel, R5, regs[R5] & ~TxENAB);
  269. write_zsreg(channel, R9, regs[R9] & ~MIE);
  270. write_zsreg(channel, R10, regs[R10]);
  271. write_zsreg(channel, R11, regs[R11]);
  272. write_zsreg(channel, R12, regs[R12]);
  273. write_zsreg(channel, R13, regs[R13]);
  274. write_zsreg(channel, R14, regs[R14] & ~BRENAB);
  275. write_zsreg(channel, R14, regs[R14]);
  276. write_zsreg(channel, R14, (regs[R14] & ~SNRZI) | BRENAB);
  277. write_zsreg(channel, R3, regs[R3]);
  278. write_zsreg(channel, R5, regs[R5]);
  279. write_zsreg(channel, R15, regs[R15]);
  280. write_zsreg(channel, R0, RES_EXT_INT);
  281. write_zsreg(channel, R0, ERR_RES);
  282. write_zsreg(channel, R1, regs[R1]);
  283. write_zsreg(channel, R9, regs[R9]);
  284. restore_flags(flags);
  285. }
  286. #define ZS_PUT_CHAR_MAX_DELAY 2000 /* 10 ms */
  287. static void zs_put_char(struct sun_zschannel *channel, char ch)
  288. {
  289. int loops = ZS_PUT_CHAR_MAX_DELAY;
  290. /* Do not change this to use ZSDELAY as this is
  291.  * a timed polling loop and on sparc64 ZSDELAY
  292.  * is a nop.  -DaveM
  293.  */
  294. do {
  295. u8 val = sbus_readb(&channel->control);
  296. ZSLOG(REGCTRL, val, 0);
  297. if (val & Tx_BUF_EMP)
  298. break;
  299. udelay(5);
  300. } while (--loops);
  301. sbus_writeb(ch, &channel->data);
  302. ZSDELAY();
  303. ZS_WSYNC(channel);
  304. ZSLOG(REGDATA, ch, 1);
  305. }
  306. /* Sets or clears DTR/RTS on the requested line */
  307. static void zs_rtsdtr(struct sun_serial *ss, int set)
  308. {
  309. unsigned long flags;
  310. save_flags(flags); cli();
  311. if(set) {
  312. ss->curregs[5] |= (RTS | DTR);
  313. write_zsreg(ss->zs_channel, 5, ss->curregs[5]);
  314. } else {
  315. ss->curregs[5] &= ~(RTS | DTR);
  316. write_zsreg(ss->zs_channel, 5, ss->curregs[5]);
  317. }
  318. restore_flags(flags);
  319. return;
  320. }
  321. static void kgdb_chaninit(struct sun_serial *ss, int intson, int bps)
  322. {
  323. int brg;
  324. if(intson) {
  325. kgdb_regs[R1] = INT_ALL_Rx;
  326. kgdb_regs[R9] |= MIE;
  327. } else {
  328. kgdb_regs[R1] = 0;
  329. kgdb_regs[R9] &= ~MIE;
  330. }
  331. brg = BPS_TO_BRG(bps, ZS_CLOCK/16);
  332. kgdb_regs[R12] = (brg & 255);
  333. kgdb_regs[R13] = ((brg >> 8) & 255);
  334. load_zsregs(ss, kgdb_regs);
  335. }
  336. /*
  337.  * ------------------------------------------------------------
  338.  * zs_stop() and zs_start()
  339.  *
  340.  * This routines are called before setting or resetting tty->stopped.
  341.  * They enable or disable transmitter interrupts, as necessary.
  342.  * ------------------------------------------------------------
  343.  */
  344. static void zs_stop(struct tty_struct *tty)
  345. {
  346. struct sun_serial *info = (struct sun_serial *) tty->driver_data;
  347. unsigned long flags;
  348. if (serial_paranoia_check(info, tty->device, "zs_stop"))
  349. return;
  350. save_flags(flags); cli();
  351. if (info->curregs[5] & TxENAB) {
  352. info->curregs[5] &= ~TxENAB;
  353. write_zsreg(info->zs_channel, 5, info->curregs[5]);
  354. }
  355. restore_flags(flags);
  356. }
  357. static void zs_start(struct tty_struct *tty)
  358. {
  359. struct sun_serial *info = (struct sun_serial *) tty->driver_data;
  360. unsigned long flags;
  361. if (serial_paranoia_check(info, tty->device, "zs_start"))
  362. return;
  363. save_flags(flags); cli();
  364. if (info->xmit_cnt && info->xmit_buf && !(info->curregs[5] & TxENAB)) {
  365. info->curregs[5] |= TxENAB;
  366. write_zsreg(info->zs_channel, 5, info->curregs[5]);
  367. }
  368. restore_flags(flags);
  369. }
  370. /* Drop into either the boot monitor or kadb upon receiving a break
  371.  * from keyboard/console input.
  372.  */
  373. void batten_down_hatches(void)
  374. {
  375. if (!stop_a_enabled)
  376. return;
  377. /* If we are doing kadb, we call the debugger
  378.  * else we just drop into the boot monitor.
  379.  * Note that we must flush the user windows
  380.  * first before giving up control.
  381.  */
  382. printk("n");
  383. flush_user_windows();
  384. #ifndef __sparc_v9__
  385. if((((unsigned long)linux_dbvec)>=DEBUG_FIRSTVADDR) &&
  386.    (((unsigned long)linux_dbvec)<=DEBUG_LASTVADDR))
  387. sp_enter_debugger();
  388. else
  389. #endif
  390. prom_cmdline();
  391. /* XXX We want to notify the keyboard driver that all
  392.  * XXX keys are in the up state or else weird things
  393.  * XXX happen...
  394.  */
  395. return;
  396. }
  397. /*
  398.  * ----------------------------------------------------------------------
  399.  *
  400.  * Here starts the interrupt handling routines.  All of the following
  401.  * subroutines are declared as inline and are folded into
  402.  * zs_interrupt().  They were separated out for readability's sake.
  403.  *
  404.  * Note: zs_interrupt() is a "fast" interrupt, which means that it
  405.  * runs with interrupts turned off.  People who may want to modify
  406.  * zs_interrupt() should try to keep the interrupt handler as fast as
  407.  * possible.  After you are done making modifications, it is not a bad
  408.  * idea to do:
  409.  * 
  410.  * gcc -S -DKERNEL -Wall -Wstrict-prototypes -O6 -fomit-frame-pointer serial.c
  411.  *
  412.  * and look at the resulting assemble code in serial.s.
  413.  *
  414.  *  - Ted Ts'o (tytso@mit.edu), 7-Mar-93
  415.  * -----------------------------------------------------------------------
  416.  */
  417. /*
  418.  * This routine is used by the interrupt handler to schedule
  419.  * processing in the software interrupt portion of the driver.
  420.  */
  421. static void zs_sched_event(struct sun_serial *info, int event)
  422. {
  423. info->event |= 1 << event;
  424. queue_task(&info->tqueue, &tq_serial);
  425. mark_bh(SERIAL_BH);
  426. }
  427. #ifndef __sparc_v9__
  428. extern void breakpoint(void);  /* For the KGDB frame character */
  429. #endif
  430. static void receive_chars(struct sun_serial *info, struct pt_regs *regs)
  431. {
  432. struct tty_struct *tty = info->tty;
  433. int do_queue_task = 0;
  434. while (1) {
  435. unsigned char ch, r1;
  436. r1 = read_zsreg(info->zs_channel, R1);
  437. if (r1 & (PAR_ERR | Rx_OVR | CRC_ERR)) {
  438. sbus_writeb(ERR_RES, &info->zs_channel->control);
  439. ZSDELAY();
  440. ZS_WSYNC(info->zs_channel);
  441. ZSLOG(REGCTRL, ERR_RES, 1);
  442. }
  443. ch = sbus_readb(&info->zs_channel->data);
  444. ZSLOG(REGDATA, ch, 0);
  445. ch &= info->parity_mask;
  446. ZSDELAY();
  447. /* If this is the console keyboard, we need to handle
  448.  * L1-A's here.
  449.  */
  450. if (info->cons_keyb) {
  451. if (ch == SUNKBD_RESET) {
  452. l1a_state.kbd_id = 1;
  453. l1a_state.l1_down = 0;
  454. } else if (l1a_state.kbd_id) {
  455. l1a_state.kbd_id = 0;
  456. } else if (ch == SUNKBD_L1) {
  457. l1a_state.l1_down = 1;
  458. } else if (ch == (SUNKBD_L1|SUNKBD_UP)) {
  459. l1a_state.l1_down = 0;
  460. } else if (ch == SUNKBD_A && l1a_state.l1_down) {
  461. /* whee... */
  462. batten_down_hatches();
  463. /* Continue execution... */
  464. l1a_state.l1_down = 0;
  465. l1a_state.kbd_id = 0;
  466. return;
  467. }
  468. sunkbd_inchar(ch, regs);
  469. goto next_char;
  470. }
  471. if (info->cons_mouse) {
  472. sun_mouse_inbyte(ch, 0);
  473. goto next_char;
  474. }
  475. if (info->is_cons) {
  476. if (ch == 0) {
  477. /* whee, break received */
  478. batten_down_hatches();
  479. /* Continue execution... */
  480. return;
  481. }
  482. }
  483. #ifndef __sparc_v9__
  484. /* Look for kgdb 'stop' character, consult the gdb
  485.  * documentation for remote target debugging and
  486.  * arch/sparc/kernel/sparc-stub.c to see how all this works.
  487.  */
  488. if (info->kgdb_channel && (ch =='03')) {
  489. breakpoint();
  490. return;
  491. }
  492. #endif
  493. if (!tty)
  494. return;
  495. do_queue_task++;
  496. if (tty->flip.count >= TTY_FLIPBUF_SIZE)
  497. break;
  498. tty->flip.count++;
  499. if (r1 & PAR_ERR)
  500. *tty->flip.flag_buf_ptr++ = TTY_PARITY;
  501. else if (r1 & Rx_OVR)
  502. *tty->flip.flag_buf_ptr++ = TTY_OVERRUN;
  503. else if (r1 & CRC_ERR)
  504. *tty->flip.flag_buf_ptr++ = TTY_FRAME;
  505. else
  506. *tty->flip.flag_buf_ptr++ = 0;
  507. *tty->flip.char_buf_ptr++ = ch;
  508. next_char:
  509. {
  510. unsigned char stat;
  511. /* Check if we have another character... */
  512. stat = sbus_readb(&info->zs_channel->control);
  513. ZSDELAY();
  514. ZSLOG(REGCTRL, stat, 0);
  515. if (!(stat & Rx_CH_AV))
  516. break;
  517. }
  518. }
  519. if (do_queue_task != 0)
  520. queue_task(&tty->flip.tqueue, &tq_timer);
  521. }
  522. static void transmit_chars(struct sun_serial *info)
  523. {
  524. struct tty_struct *tty = info->tty;
  525. if (info->x_char) {
  526. /* Send next char */
  527. zs_put_char(info->zs_channel, info->x_char);
  528. info->x_char = 0;
  529. return;
  530. }
  531. if ((info->xmit_cnt <= 0) || (tty != 0 && tty->stopped)) {
  532. /* That's peculiar... */
  533. sbus_writeb(RES_Tx_P, &info->zs_channel->control);
  534. ZSDELAY();
  535. ZS_WSYNC(info->zs_channel);
  536. ZSLOG(REGCTRL, RES_Tx_P, 1);
  537. return;
  538. }
  539. /* Send char */
  540. zs_put_char(info->zs_channel, info->xmit_buf[info->xmit_tail++]);
  541. info->xmit_tail = info->xmit_tail & (SERIAL_XMIT_SIZE-1);
  542. info->xmit_cnt--;
  543. if (info->xmit_cnt < WAKEUP_CHARS)
  544. zs_sched_event(info, RS_EVENT_WRITE_WAKEUP);
  545. if (info->xmit_cnt <= 0) {
  546. sbus_writeb(RES_Tx_P, &info->zs_channel->control);
  547. ZSDELAY();
  548. ZS_WSYNC(info->zs_channel);
  549. ZSLOG(REGCTRL, RES_Tx_P, 1);
  550. }
  551. }
  552. static void status_handle(struct sun_serial *info)
  553. {
  554. unsigned char status;
  555. /* Get status from Read Register 0 */
  556. status = sbus_readb(&info->zs_channel->control);
  557. ZSDELAY();
  558. ZSLOG(REGCTRL, status, 0);
  559. /* Clear status condition... */
  560. sbus_writeb(RES_EXT_INT, &info->zs_channel->control);
  561. ZSDELAY();
  562. ZS_WSYNC(info->zs_channel);
  563. ZSLOG(REGCTRL, RES_EXT_INT, 1);
  564. #if 0
  565. if (status & DCD) {
  566. if ((info->tty->termios->c_cflag & CRTSCTS) &&
  567.     ((info->curregs[3] & AUTO_ENAB)==0)) {
  568. info->curregs[3] |= AUTO_ENAB;
  569. write_zsreg(info->zs_channel, 3, info->curregs[3]);
  570. }
  571. } else {
  572. if ((info->curregs[3] & AUTO_ENAB)) {
  573. info->curregs[3] &= ~AUTO_ENAB;
  574. write_zsreg(info->zs_channel, 3, info->curregs[3]);
  575. }
  576. }
  577. #endif
  578. /* Whee, if this is console input and this is a
  579.  * 'break asserted' status change interrupt, call
  580.  * the boot prom.
  581.  */
  582. if (status & BRK_ABRT) {
  583. if (info->break_abort)
  584. batten_down_hatches();
  585. if (info->cons_mouse)
  586. sun_mouse_inbyte(0, 1);
  587. }
  588. /* XXX Whee, put in a buffer somewhere, the status information
  589.  * XXX whee whee whee... Where does the information go...
  590.  */
  591. return;
  592. }
  593. /*
  594.  * This is the serial driver's generic interrupt routine
  595.  */
  596. void zs_interrupt(int irq, void *dev_id, struct pt_regs * regs)
  597. {
  598. struct sun_serial *info;
  599. int i;
  600. info = (struct sun_serial *)dev_id;
  601. ZSLOG(REGIRQ, 0, 0);
  602. for (i = 0; i < NUM_SERIAL; i++) {
  603. unsigned char r3 = read_zsreg(info->zs_channel, 3);
  604. /* Channel A -- /dev/ttya or /dev/kbd, could be the console */
  605. if (r3 & (CHAEXT | CHATxIP | CHARxIP)) {
  606. sbus_writeb(RES_H_IUS, &info->zs_channel->control);
  607. ZSDELAY();
  608. ZS_WSYNC(info->zs_channel);
  609. ZSLOG(REGCTRL, RES_H_IUS, 1);
  610. if (r3 & CHARxIP)
  611. receive_chars(info, regs);
  612. if (r3 & CHAEXT)
  613. status_handle(info);
  614. if (r3 & CHATxIP)
  615. transmit_chars(info);
  616. }
  617. /* Channel B -- /dev/ttyb or /dev/mouse, could be the console */
  618. info = info->zs_next;
  619. if (r3 & (CHBEXT | CHBTxIP | CHBRxIP)) {
  620. sbus_writeb(RES_H_IUS, &info->zs_channel->control);
  621. ZSDELAY();
  622. ZS_WSYNC(info->zs_channel);
  623. ZSLOG(REGCTRL, RES_H_IUS, 1);
  624. if (r3 & CHBRxIP)
  625. receive_chars(info, regs);
  626. if (r3 & CHBEXT)
  627. status_handle(info);
  628. if (r3 & CHBTxIP)
  629. transmit_chars(info);
  630. }
  631. info = info->zs_next;
  632. }
  633. }
  634. /*
  635.  * -------------------------------------------------------------------
  636.  * Here ends the serial interrupt routines.
  637.  * -------------------------------------------------------------------
  638.  */
  639. /*
  640.  * This routine is used to handle the "bottom half" processing for the
  641.  * serial driver, known also the "software interrupt" processing.
  642.  * This processing is done at the kernel interrupt level, after the
  643.  * zs_interrupt() has returned, BUT WITH INTERRUPTS TURNED ON.  This
  644.  * is where time-consuming activities which can not be done in the
  645.  * interrupt driver proper are done; the interrupt driver schedules
  646.  * them using zs_sched_event(), and they get done here.
  647.  */
  648. static void do_serial_bh(void)
  649. {
  650. run_task_queue(&tq_serial);
  651. }
  652. static void do_softint(void *private_)
  653. {
  654. struct sun_serial *info = (struct sun_serial *) private_;
  655. struct tty_struct *tty;
  656. tty = info->tty;
  657. if (!tty)
  658. return;
  659. if (test_and_clear_bit(RS_EVENT_WRITE_WAKEUP, &info->event)) {
  660. if ((tty->flags & (1 << TTY_DO_WRITE_WAKEUP)) &&
  661.     tty->ldisc.write_wakeup)
  662. (tty->ldisc.write_wakeup)(tty);
  663. wake_up_interruptible(&tty->write_wait);
  664. }
  665. }
  666. /*
  667.  * This routine is called from the scheduler tqueue when the interrupt
  668.  * routine has signalled that a hangup has occurred.  The path of
  669.  * hangup processing is:
  670.  *
  671.  *  serial interrupt routine -> (scheduler tqueue) ->
  672.  *  do_serial_hangup() -> tty->hangup() -> zs_hangup()
  673.  * 
  674.  */
  675. static void do_serial_hangup(void *private_)
  676. {
  677. struct sun_serial *info = (struct sun_serial *) private_;
  678. struct tty_struct *tty;
  679. tty = info->tty;
  680. if (!tty)
  681. return;
  682. #ifdef SERIAL_DEBUG_OPEN
  683. printk("do_serial_hangup<%p: tty-%dn",
  684. __builtin_return_address(0), info->line);
  685. #endif
  686. tty_hangup(tty);
  687. }
  688. static int startup(struct sun_serial * info)
  689. {
  690. unsigned long flags;
  691. if (info->flags & ZILOG_INITIALIZED)
  692. return 0;
  693. if (!info->xmit_buf) {
  694. info->xmit_buf = (unsigned char *) get_free_page(GFP_KERNEL);
  695. if (!info->xmit_buf)
  696. return -ENOMEM;
  697. }
  698. save_flags(flags); cli();
  699. #ifdef SERIAL_DEBUG_OPEN
  700. printk("Starting up tty-%d (irq %d)...n", info->line, info->irq);
  701. #endif
  702. /*
  703.  * Clear the FIFO buffers and disable them
  704.  * (they will be reenabled in change_speed())
  705.  */
  706. ZS_CLEARFIFO(info->zs_channel);
  707. info->xmit_fifo_size = 1;
  708. /*
  709.  * Clear the interrupt registers.
  710.  */
  711. sbus_writeb(ERR_RES, &info->zs_channel->control);
  712. ZSDELAY();
  713. ZS_WSYNC(info->zs_channel);
  714. ZSLOG(REGCTRL, ERR_RES, 1);
  715. sbus_writeb(RES_H_IUS, &info->zs_channel->control);
  716. ZSDELAY();
  717. ZS_WSYNC(info->zs_channel);
  718. ZSLOG(REGCTRL, RES_H_IUS, 1);
  719. /*
  720.  * Now, initialize the Zilog
  721.  */
  722. zs_rtsdtr(info, 1);
  723. /*
  724.  * Finally, enable sequencing and interrupts
  725.  */
  726. info->curregs[1] |= (info->curregs[1] & ~(RxINT_MASK)) |
  727. (EXT_INT_ENAB | INT_ALL_Rx);
  728. info->curregs[3] |= (RxENAB | Rx8);
  729. /* We enable Tx interrupts as needed. */
  730. info->curregs[5] |= (TxENAB | Tx8);
  731. info->curregs[9] |= (NV | MIE);
  732. write_zsreg(info->zs_channel, 3, info->curregs[3]);
  733. write_zsreg(info->zs_channel, 5, info->curregs[5]);
  734. write_zsreg(info->zs_channel, 9, info->curregs[9]);
  735. /*
  736.  * And clear the interrupt registers again for luck.
  737.  */
  738. sbus_writeb(ERR_RES, &info->zs_channel->control);
  739. ZSDELAY();
  740. ZS_WSYNC(info->zs_channel);
  741. ZSLOG(REGCTRL, ERR_RES, 1);
  742. sbus_writeb(RES_H_IUS, &info->zs_channel->control);
  743. ZSDELAY();
  744. ZS_WSYNC(info->zs_channel);
  745. ZSLOG(REGCTRL, RES_H_IUS, 1);
  746. if (info->tty)
  747. clear_bit(TTY_IO_ERROR, &info->tty->flags);
  748. info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
  749. /*
  750.  * and set the speed of the serial port
  751.  */
  752. change_speed(info);
  753. info->flags |= ZILOG_INITIALIZED;
  754. restore_flags(flags);
  755. return 0;
  756. }
  757. /*
  758.  * This routine will shutdown a serial port; interrupts are disabled, and
  759.  * DTR is dropped if the hangup on close termio flag is on.
  760.  */
  761. static void shutdown(struct sun_serial * info)
  762. {
  763. unsigned long flags;
  764. if (!(info->flags & ZILOG_INITIALIZED))
  765. return;
  766. #ifdef SERIAL_DEBUG_OPEN
  767. printk("Shutting down serial port %d (irq %d)....", info->line,
  768.        info->irq);
  769. #endif
  770. save_flags(flags); cli(); /* Disable interrupts */
  771. if (info->xmit_buf) {
  772. free_page((unsigned long) info->xmit_buf);
  773. info->xmit_buf = 0;
  774. }
  775. if (info->tty)
  776. set_bit(TTY_IO_ERROR, &info->tty->flags);
  777. info->flags &= ~ZILOG_INITIALIZED;
  778. restore_flags(flags);
  779. }
  780. /*
  781.  * This routine is called to set the UART divisor registers to match
  782.  * the specified baud rate for a serial port.
  783.  */
  784. static void change_speed(struct sun_serial *info)
  785. {
  786. unsigned cflag;
  787. int baud, quot = 0;
  788. int brg;
  789. if (!info->tty || !info->tty->termios)
  790. return;
  791. cflag = info->tty->termios->c_cflag;
  792. if (!info->port)
  793. return;
  794. baud = tty_get_baud_rate(info->tty);
  795. if ((baud == 38400) && 
  796.     ((info->flags & ZILOG_SPD_MASK) == ZILOG_SPD_CUST))
  797. quot = info->custom_divisor;
  798. if (quot) {
  799. info->zs_baud = info->baud_base / quot;
  800. info->clk_divisor = 16;
  801. info->curregs[4] = X16CLK;
  802. info->curregs[11] = TCBR | RCBR;
  803. brg = BPS_TO_BRG(info->zs_baud, ZS_CLOCK/info->clk_divisor);
  804. info->curregs[12] = (brg & 255);
  805. info->curregs[13] = ((brg >> 8) & 255);
  806. info->curregs[14] = BRSRC | BRENAB;
  807. zs_rtsdtr(info, 1);
  808. } else if (baud) {
  809. info->zs_baud = baud;
  810. info->clk_divisor = 16;
  811. info->curregs[4] = X16CLK;
  812. info->curregs[11] = TCBR | RCBR;
  813. brg = BPS_TO_BRG(info->zs_baud, ZS_CLOCK/info->clk_divisor);
  814. info->curregs[12] = (brg & 255);
  815. info->curregs[13] = ((brg >> 8) & 255);
  816. info->curregs[14] = BRSRC | BRENAB;
  817. zs_rtsdtr(info, 1);
  818. } else {
  819. zs_rtsdtr(info, 0);
  820. return;
  821. }
  822. /* byte size and parity */
  823. switch (cflag & CSIZE) {
  824. case CS5:
  825. info->curregs[3] &= ~(RxN_MASK);
  826. info->curregs[3] |= Rx5;
  827. info->curregs[5] &= ~(TxN_MASK);
  828. info->curregs[5] |= Tx5;
  829. info->parity_mask = 0x1f;
  830. break;
  831. case CS6:
  832. info->curregs[3] &= ~(RxN_MASK);
  833. info->curregs[3] |= Rx6;
  834. info->curregs[5] &= ~(TxN_MASK);
  835. info->curregs[5] |= Tx6;
  836. info->parity_mask = 0x3f;
  837. break;
  838. case CS7:
  839. info->curregs[3] &= ~(RxN_MASK);
  840. info->curregs[3] |= Rx7;
  841. info->curregs[5] &= ~(TxN_MASK);
  842. info->curregs[5] |= Tx7;
  843. info->parity_mask = 0x7f;
  844. break;
  845. case CS8:
  846. default: /* defaults to 8 bits */
  847. info->curregs[3] &= ~(RxN_MASK);
  848. info->curregs[3] |= Rx8;
  849. info->curregs[5] &= ~(TxN_MASK);
  850. info->curregs[5] |= Tx8;
  851. info->parity_mask = 0xff;
  852. break;
  853. }
  854. info->curregs[4] &= ~(0x0c);
  855. if (cflag & CSTOPB) {
  856. info->curregs[4] |= SB2;
  857. } else {
  858. info->curregs[4] |= SB1;
  859. }
  860. if (cflag & PARENB) {
  861. info->curregs[4] |= PAR_ENAB;
  862. } else {
  863. info->curregs[4] &= ~PAR_ENAB;
  864. }
  865. if (!(cflag & PARODD)) {
  866. info->curregs[4] |= PAR_EVEN;
  867. } else {
  868. info->curregs[4] &= ~PAR_EVEN;
  869. }
  870. /* Load up the new values */
  871. load_zsregs(info, info->curregs);
  872. return;
  873. }
  874. /* This is for mouse/keyboard output.
  875.  * XXX mouse output??? can we send it commands??? XXX
  876.  */
  877. static void kbd_put_char(unsigned char ch)
  878. {
  879. struct sun_zschannel *chan = zs_kbdchan;
  880. unsigned long flags;
  881. if(!chan)
  882. return;
  883. save_flags(flags); cli();
  884. zs_put_char(chan, ch);
  885. restore_flags(flags);
  886. }
  887. void mouse_put_char(char ch)
  888. {
  889. struct sun_zschannel *chan = zs_mousechan;
  890. unsigned long flags;
  891. if(!chan)
  892. return;
  893. save_flags(flags); cli();
  894. zs_put_char(chan, ch);
  895. restore_flags(flags);
  896. }
  897. /* These are for receiving and sending characters under the kgdb
  898.  * source level kernel debugger.
  899.  */
  900. void putDebugChar(char kgdb_char)
  901. {
  902. struct sun_zschannel *chan = zs_kgdbchan;
  903. while((sbus_readb(&chan->control) & Tx_BUF_EMP)==0)
  904. udelay(5);
  905. sbus_writeb(kgdb_char, &chan->data);
  906. ZS_WSYNC(chan);
  907. ZSLOG(REGDATA, kgdb_char, 1);
  908. }
  909. char getDebugChar(void)
  910. {
  911. struct sun_zschannel *chan = zs_kgdbchan;
  912. u8 val;
  913. do {
  914. val = sbus_readb(&chan->control);
  915. ZSLOG(REGCTRL, val, 0);
  916. udelay(5);
  917. } while ((val & Rx_CH_AV) == 0);
  918. val = sbus_readb(&chan->data);
  919. ZSLOG(REGDATA, val, 0);
  920. return val;
  921. }
  922. static void zs_flush_chars(struct tty_struct *tty)
  923. {
  924. struct sun_serial *info = (struct sun_serial *) tty->driver_data;
  925. unsigned long flags;
  926. if (serial_paranoia_check(info, tty->device, "zs_flush_chars"))
  927. return;
  928. save_flags(flags); cli();
  929. if (info->xmit_cnt <= 0 || tty->stopped || tty->hw_stopped ||
  930.     !info->xmit_buf)
  931. goto out;
  932. /* Enable transmitter */
  933. info->curregs[1] |= TxINT_ENAB|EXT_INT_ENAB;
  934. write_zsreg(info->zs_channel, 1, info->curregs[1]);
  935. info->curregs[5] |= TxENAB;
  936. write_zsreg(info->zs_channel, 5, info->curregs[5]);
  937. /*
  938.  * Send a first (bootstrapping) character. A best solution is
  939.  * to call transmit_chars() here which handles output in a
  940.  * generic way. Current transmit_chars() not only transmits,
  941.  * but resets interrupts also what we do not desire here.
  942.  * XXX Discuss with David.
  943.  */
  944. zs_put_char(info->zs_channel, info->xmit_buf[info->xmit_tail++]);
  945. info->xmit_tail = info->xmit_tail & (SERIAL_XMIT_SIZE-1);
  946. info->xmit_cnt--;
  947. out:
  948. restore_flags(flags);
  949. }
  950. static int zs_write(struct tty_struct * tty, int from_user,
  951.     const unsigned char *buf, int count)
  952. {
  953. struct sun_serial *info = (struct sun_serial *) tty->driver_data;
  954. unsigned long flags;
  955. int c, total = 0;
  956. if (serial_paranoia_check(info, tty->device, "zs_write"))
  957. return 0;
  958. if (!info || !info->xmit_buf || !tmp_buf)
  959. return 0;
  960. save_flags(flags);
  961. if (from_user) {
  962. down(&tmp_buf_sem);
  963. while (1) {
  964. c = MIN(count, MIN(SERIAL_XMIT_SIZE - info->xmit_cnt - 1,
  965.    SERIAL_XMIT_SIZE - info->xmit_head));
  966. if (c <= 0)
  967. break;
  968. c -= copy_from_user(tmp_buf, buf, c);
  969. if (!c) {
  970. if (!total)
  971. total = -EFAULT;
  972. break;
  973. }
  974. cli();
  975. c = MIN(c, MIN(SERIAL_XMIT_SIZE - info->xmit_cnt - 1,
  976.        SERIAL_XMIT_SIZE - info->xmit_head));
  977. memcpy(info->xmit_buf + info->xmit_head, tmp_buf, c);
  978. info->xmit_head = ((info->xmit_head + c) &
  979.    (SERIAL_XMIT_SIZE - 1));
  980. info->xmit_cnt += c;
  981. restore_flags(flags);
  982. buf += c;
  983. count -= c;
  984. total += c;
  985. }
  986. up(&tmp_buf_sem);
  987. } else {
  988. while (1) {
  989. cli();
  990. c = MIN(count, MIN(SERIAL_XMIT_SIZE - info->xmit_cnt - 1,
  991.    SERIAL_XMIT_SIZE - info->xmit_head));
  992. if (c <= 0) {
  993. restore_flags(flags);
  994. break;
  995. }
  996. memcpy(info->xmit_buf + info->xmit_head, buf, c);
  997. info->xmit_head = ((info->xmit_head + c) &
  998.    (SERIAL_XMIT_SIZE - 1));
  999. info->xmit_cnt += c;
  1000. restore_flags(flags);
  1001. buf += c;
  1002. count -= c;
  1003. total += c;
  1004. }
  1005. }
  1006. cli();
  1007. if (info->xmit_cnt && !tty->stopped && !tty->hw_stopped) {
  1008. /* Enable transmitter */
  1009. info->curregs[1] |= TxINT_ENAB|EXT_INT_ENAB;
  1010. write_zsreg(info->zs_channel, 1, info->curregs[1]);
  1011. info->curregs[5] |= TxENAB;
  1012. write_zsreg(info->zs_channel, 5, info->curregs[5]);
  1013. #if 1
  1014. zs_put_char(info->zs_channel,
  1015.     info->xmit_buf[info->xmit_tail++]);
  1016. info->xmit_tail = info->xmit_tail & (SERIAL_XMIT_SIZE-1);
  1017. info->xmit_cnt--;
  1018. #endif
  1019. }
  1020. restore_flags(flags);
  1021. return total;
  1022. }
  1023. static int zs_write_room(struct tty_struct *tty)
  1024. {
  1025. struct sun_serial *info = (struct sun_serial *) tty->driver_data;
  1026. int ret;
  1027. if (serial_paranoia_check(info, tty->device, "zs_write_room"))
  1028. return 0;
  1029. ret = SERIAL_XMIT_SIZE - info->xmit_cnt - 1;
  1030. if (ret < 0)
  1031. ret = 0;
  1032. return ret;
  1033. }
  1034. static int zs_chars_in_buffer(struct tty_struct *tty)
  1035. {
  1036. struct sun_serial *info = (struct sun_serial *) tty->driver_data;
  1037. if (serial_paranoia_check(info, tty->device, "zs_chars_in_buffer"))
  1038. return 0;
  1039. return info->xmit_cnt;
  1040. }
  1041. static void zs_flush_buffer(struct tty_struct *tty)
  1042. {
  1043. struct sun_serial *info = (struct sun_serial *) tty->driver_data;
  1044. if (serial_paranoia_check(info, tty->device, "zs_flush_buffer"))
  1045. return;
  1046. cli();
  1047. info->xmit_cnt = info->xmit_head = info->xmit_tail = 0;
  1048. sti();
  1049. wake_up_interruptible(&tty->write_wait);
  1050. if ((tty->flags & (1 << TTY_DO_WRITE_WAKEUP)) &&
  1051.     tty->ldisc.write_wakeup)
  1052. (tty->ldisc.write_wakeup)(tty);
  1053. }
  1054. /*
  1055.  * ------------------------------------------------------------
  1056.  * zs_throttle()
  1057.  * 
  1058.  * This routine is called by the upper-layer tty layer to signal that
  1059.  * incoming characters should be throttled.
  1060.  * ------------------------------------------------------------
  1061.  */
  1062. static void zs_throttle(struct tty_struct * tty)
  1063. {
  1064. struct sun_serial *info = (struct sun_serial *) tty->driver_data;
  1065. #ifdef SERIAL_DEBUG_THROTTLE
  1066. char buf[64];
  1067. printk("throttle %s: %d....n", _tty_name(tty, buf),
  1068.        tty->ldisc.chars_in_buffer(tty));
  1069. #endif
  1070. if (serial_paranoia_check(info, tty->device, "zs_throttle"))
  1071. return;
  1072. if (I_IXOFF(tty))
  1073. info->x_char = STOP_CHAR(tty);
  1074. /* Turn off RTS line */
  1075. cli();
  1076. info->curregs[5] &= ~RTS;
  1077. write_zsreg(info->zs_channel, 5, info->curregs[5]);
  1078. sti();
  1079. }
  1080. static void zs_unthrottle(struct tty_struct * tty)
  1081. {
  1082. struct sun_serial *info = (struct sun_serial *) tty->driver_data;
  1083. #ifdef SERIAL_DEBUG_THROTTLE
  1084. char buf[64];
  1085. printk("unthrottle %s: %d....n", _tty_name(tty, buf),
  1086.        tty->ldisc.chars_in_buffer(tty));
  1087. #endif
  1088. if (serial_paranoia_check(info, tty->device, "zs_unthrottle"))
  1089. return;
  1090. if (I_IXOFF(tty)) {
  1091. if (info->x_char)
  1092. info->x_char = 0;
  1093. else
  1094. info->x_char = START_CHAR(tty);
  1095. }
  1096. /* Assert RTS line */
  1097. cli();
  1098. info->curregs[5] |= RTS;
  1099. write_zsreg(info->zs_channel, 5, info->curregs[5]);
  1100. sti();
  1101. }
  1102. /*
  1103.  * ------------------------------------------------------------
  1104.  * zs_ioctl() and friends
  1105.  * ------------------------------------------------------------
  1106.  */
  1107. static int get_serial_info(struct sun_serial * info,
  1108.    struct serial_struct * retinfo)
  1109. {
  1110. struct serial_struct tmp;
  1111.   
  1112. if (!retinfo)
  1113. return -EFAULT;
  1114. memset(&tmp, 0, sizeof(tmp));
  1115. tmp.type = info->type;
  1116. tmp.line = info->line;
  1117. tmp.port = info->port;
  1118. tmp.irq = info->irq;
  1119. tmp.flags = info->flags;
  1120. tmp.baud_base = info->baud_base;
  1121. tmp.close_delay = info->close_delay;
  1122. tmp.closing_wait = info->closing_wait;
  1123. tmp.custom_divisor = info->custom_divisor;
  1124. if (copy_to_user(retinfo,&tmp,sizeof(*retinfo)))
  1125. return -EFAULT;
  1126. return 0;
  1127. }
  1128. static int set_serial_info(struct sun_serial * info,
  1129.    struct serial_struct * new_info)
  1130. {
  1131. struct serial_struct new_serial;
  1132. struct sun_serial old_info;
  1133. int retval = 0;
  1134. if (!new_info || copy_from_user(&new_serial,new_info,sizeof(new_serial)))
  1135. return -EFAULT;
  1136. old_info = *info;
  1137. if (!capable(CAP_SYS_ADMIN)) {
  1138. if ((new_serial.baud_base != info->baud_base) ||
  1139.     (new_serial.type != info->type) ||
  1140.     (new_serial.close_delay != info->close_delay) ||
  1141.     ((new_serial.flags & ~ZILOG_USR_MASK) !=
  1142.      (info->flags & ~ZILOG_USR_MASK)))
  1143. return -EPERM;
  1144. info->flags = ((info->flags & ~ZILOG_USR_MASK) |
  1145.        (new_serial.flags & ZILOG_USR_MASK));
  1146. info->custom_divisor = new_serial.custom_divisor;
  1147. goto check_and_exit;
  1148. }
  1149. if(new_serial.baud_base < 9600)
  1150. return -EINVAL;
  1151. if (info->count > 1)
  1152. return -EBUSY;
  1153. /*
  1154.  * OK, past this point, all the error checking has been done.
  1155.  * At this point, we start making changes.....
  1156.  */
  1157. info->baud_base = new_serial.baud_base;
  1158. info->flags = ((info->flags & ~ZILOG_FLAGS) |
  1159. (new_serial.flags & ZILOG_FLAGS));
  1160. info->custom_divisor = new_serial.custom_divisor;
  1161. info->type = new_serial.type;
  1162. info->close_delay = new_serial.close_delay;
  1163. info->closing_wait = new_serial.closing_wait;
  1164. check_and_exit:
  1165. retval = startup(info);
  1166. return retval;
  1167. }
  1168. /*
  1169.  * get_lsr_info - get line status register info
  1170.  *
  1171.  * Purpose: Let user call ioctl() to get info when the UART physically
  1172.  *      is emptied.  On bus types like RS485, the transmitter must
  1173.  *      release the bus after transmitting. This must be done when
  1174.  *      the transmit shift register is empty, not be done when the
  1175.  *      transmit holding register is empty.  This functionality
  1176.  *      allows an RS485 driver to be written in user space. 
  1177.  */
  1178. static int get_lsr_info(struct sun_serial * info, unsigned int *value)
  1179. {
  1180. unsigned char status;
  1181. cli();
  1182. status = sbus_readb(&info->zs_channel->control);
  1183. ZSDELAY();
  1184. ZSLOG(REGCTRL, status, 0);
  1185. sti();
  1186. if (put_user(status, value))
  1187. return -EFAULT;
  1188. return 0;
  1189. }
  1190. static int get_modem_info(struct sun_serial * info, unsigned int *value)
  1191. {
  1192. unsigned char status;
  1193. unsigned int result;
  1194. cli();
  1195. status = sbus_readb(&info->zs_channel->control);
  1196. ZSDELAY();
  1197. ZSLOG(REGCTRL, status, 0);
  1198. sti();
  1199. result =  ((info->curregs[5] & RTS) ? TIOCM_RTS : 0)
  1200. | ((info->curregs[5] & DTR) ? TIOCM_DTR : 0)
  1201. | ((status  & DCD) ? TIOCM_CAR : 0)
  1202. | ((status  & SYNC) ? TIOCM_DSR : 0)
  1203. | ((status  & CTS) ? TIOCM_CTS : 0);
  1204. if (put_user(result, value))
  1205. return -EFAULT;
  1206. return 0;
  1207. }
  1208. static int set_modem_info(struct sun_serial * info, unsigned int cmd,
  1209.   unsigned int *value)
  1210. {
  1211. unsigned int arg;
  1212. if (get_user(arg, value))
  1213. return -EFAULT;
  1214. switch (cmd) {
  1215. case TIOCMBIS: 
  1216. if (arg & TIOCM_RTS)
  1217. info->curregs[5] |= RTS;
  1218. if (arg & TIOCM_DTR)
  1219. info->curregs[5] |= DTR;
  1220. break;
  1221. case TIOCMBIC:
  1222. if (arg & TIOCM_RTS)
  1223. info->curregs[5] &= ~RTS;
  1224. if (arg & TIOCM_DTR)
  1225. info->curregs[5] &= ~DTR;
  1226. break;
  1227. case TIOCMSET:
  1228. info->curregs[5] = ((info->curregs[5] & ~(RTS | DTR))
  1229.      | ((arg & TIOCM_RTS) ? RTS : 0)
  1230.      | ((arg & TIOCM_DTR) ? DTR : 0));
  1231. break;
  1232. default:
  1233. return -EINVAL;
  1234. }
  1235. cli();
  1236. write_zsreg(info->zs_channel, 5, info->curregs[5]);
  1237. sti();
  1238. return 0;
  1239. }
  1240. /*
  1241.  * This routine sends a break character out the serial port.
  1242.  */
  1243. static void send_break( struct sun_serial * info, int duration)
  1244. {
  1245. if (!info->port)
  1246. return;
  1247. current->state = TASK_INTERRUPTIBLE;
  1248. cli();
  1249. write_zsreg(info->zs_channel, 5, (info->curregs[5] | SND_BRK));
  1250. schedule_timeout(duration);
  1251. write_zsreg(info->zs_channel, 5, info->curregs[5]);
  1252. sti();
  1253. }
  1254. static int zs_ioctl(struct tty_struct *tty, struct file * file,
  1255.     unsigned int cmd, unsigned long arg)
  1256. {
  1257. struct sun_serial * info = (struct sun_serial *) tty->driver_data;
  1258. int retval;
  1259. if (serial_paranoia_check(info, tty->device, "zs_ioctl"))
  1260. return -ENODEV;
  1261. if ((cmd != TIOCGSERIAL) && (cmd != TIOCSSERIAL) &&
  1262.     (cmd != TIOCSERCONFIG) && (cmd != TIOCSERGWILD)  &&
  1263.     (cmd != TIOCSERSWILD) && (cmd != TIOCSERGSTRUCT)) {
  1264. if (tty->flags & (1 << TTY_IO_ERROR))
  1265.     return -EIO;
  1266. }
  1267. switch (cmd) {
  1268. case TCSBRK: /* SVID version: non-zero arg --> no break */
  1269. retval = tty_check_change(tty);
  1270. if (retval)
  1271. return retval;
  1272. tty_wait_until_sent(tty, 0);
  1273. if (!arg)
  1274. send_break(info, HZ/4); /* 1/4 second */
  1275. return 0;
  1276. case TCSBRKP: /* support for POSIX tcsendbreak() */
  1277. retval = tty_check_change(tty);
  1278. if (retval)
  1279. return retval;
  1280. tty_wait_until_sent(tty, 0);
  1281. send_break(info, arg ? arg*(HZ/10) : HZ/4);
  1282. return 0;
  1283. case TIOCGSOFTCAR:
  1284. if (put_user(C_CLOCAL(tty) ? 1 : 0,
  1285.      (unsigned long *) arg))
  1286. return -EFAULT;
  1287. return 0;
  1288. case TIOCSSOFTCAR:
  1289. if (get_user(arg, (unsigned long *) arg))
  1290. return -EFAULT;
  1291. tty->termios->c_cflag =
  1292. ((tty->termios->c_cflag & ~CLOCAL) |
  1293.  (arg ? CLOCAL : 0));
  1294. return 0;
  1295. case TIOCMGET:
  1296. return get_modem_info(info, (unsigned int *) arg);
  1297. case TIOCMBIS:
  1298. case TIOCMBIC:
  1299. case TIOCMSET:
  1300. return set_modem_info(info, cmd, (unsigned int *) arg);
  1301. case TIOCGSERIAL:
  1302. return get_serial_info(info,
  1303.        (struct serial_struct *) arg);
  1304. case TIOCSSERIAL:
  1305. return set_serial_info(info,
  1306.        (struct serial_struct *) arg);
  1307. case TIOCSERGETLSR: /* Get line status register */
  1308. return get_lsr_info(info, (unsigned int *) arg);
  1309. case TIOCSERGSTRUCT:
  1310. if (copy_to_user((struct sun_serial *) arg,
  1311.     info, sizeof(struct sun_serial)))
  1312. return -EFAULT;
  1313. return 0;
  1314. default:
  1315. return -ENOIOCTLCMD;
  1316. }
  1317. return 0;
  1318. }
  1319. static void zs_set_termios(struct tty_struct *tty, struct termios *old_termios)
  1320. {
  1321. struct sun_serial *info = (struct sun_serial *) tty->driver_data;
  1322. if (tty->termios->c_cflag == old_termios->c_cflag)
  1323. return;
  1324. change_speed(info);
  1325. if ((old_termios->c_cflag & CRTSCTS) &&
  1326.     !(tty->termios->c_cflag & CRTSCTS)) {
  1327. tty->hw_stopped = 0;
  1328. zs_start(tty);
  1329. }
  1330. }
  1331. /*
  1332.  * ------------------------------------------------------------
  1333.  * zs_close()
  1334.  * 
  1335.  * This routine is called when the serial port gets closed.  First, we
  1336.  * wait for the last remaining data to be sent.  Then, we unlink its
  1337.  * ZILOG structure from the interrupt chain if necessary, and we free
  1338.  * that IRQ if nothing is left in the chain.
  1339.  * ------------------------------------------------------------
  1340.  */
  1341. static void zs_close(struct tty_struct *tty, struct file * filp)
  1342. {
  1343. struct sun_serial * info = (struct sun_serial *) tty->driver_data;
  1344. unsigned long flags;
  1345. if (!info || serial_paranoia_check(info, tty->device, "zs_close"))
  1346. return;
  1347. save_flags(flags); cli();
  1348. if (tty_hung_up_p(filp)) {
  1349. restore_flags(flags);
  1350. return;
  1351. }
  1352. #ifdef SERIAL_DEBUG_OPEN
  1353. printk("zs_close tty-%d, count = %dn", info->line, info->count);
  1354. #endif
  1355. if ((tty->count == 1) && (info->count != 1)) {
  1356. /*
  1357.  * Uh, oh.  tty->count is 1, which means that the tty
  1358.  * structure will be freed.  Info->count should always
  1359.  * be one in these conditions.  If it's greater than
  1360.  * one, we've got real problems, since it means the
  1361.  * serial port won't be shutdown.
  1362.  */
  1363. printk("zs_close: bad serial port count; tty->count is 1, "
  1364.        "info->count is %dn", info->count);
  1365. info->count = 1;
  1366. }
  1367. if (--info->count < 0) {
  1368. printk("zs_close: bad serial port count for ttys%d: %dn",
  1369.        info->line, info->count);
  1370. info->count = 0;
  1371. }
  1372. if (info->count) {
  1373. restore_flags(flags);
  1374. return;
  1375. }
  1376. info->flags |= ZILOG_CLOSING;
  1377. /*
  1378.  * Save the termios structure, since this port may have
  1379.  * separate termios for callout and dialin.
  1380.  */
  1381. if (info->flags & ZILOG_NORMAL_ACTIVE)
  1382. info->normal_termios = *tty->termios;
  1383. if (info->flags & ZILOG_CALLOUT_ACTIVE)
  1384. info->callout_termios = *tty->termios;
  1385. /*
  1386.  * Now we wait for the transmit buffer to clear; and we notify 
  1387.  * the line discipline to only process XON/XOFF characters.
  1388.  */
  1389. tty->closing = 1;
  1390. if (info->closing_wait != ZILOG_CLOSING_WAIT_NONE)
  1391. tty_wait_until_sent(tty, info->closing_wait);
  1392. /*
  1393.  * At this point we stop accepting input.  To do this, we
  1394.  * disable the receive line status interrupts, and tell the
  1395.  * interrupt driver to stop checking the data ready bit in the
  1396.  * line status register.
  1397.  */
  1398. /** if (!info->iscons) ... **/
  1399. info->curregs[3] &= ~RxENAB;
  1400. write_zsreg(info->zs_channel, 3, info->curregs[3]);
  1401. info->curregs[1] &= ~(RxINT_MASK);
  1402. write_zsreg(info->zs_channel, 1, info->curregs[1]);
  1403. ZS_CLEARFIFO(info->zs_channel);
  1404. shutdown(info);
  1405. if (tty->driver.flush_buffer)
  1406. tty->driver.flush_buffer(tty);
  1407. if (tty->ldisc.flush_buffer)
  1408. tty->ldisc.flush_buffer(tty);
  1409. tty->closing = 0;
  1410. info->event = 0;
  1411. info->tty = 0;
  1412. if (tty->ldisc.num != ldiscs[N_TTY].num) {
  1413. if (tty->ldisc.close)
  1414. (tty->ldisc.close)(tty);
  1415. tty->ldisc = ldiscs[N_TTY];
  1416. tty->termios->c_line = N_TTY;
  1417. if (tty->ldisc.open)
  1418. (tty->ldisc.open)(tty);
  1419. }
  1420. if (info->blocked_open) {
  1421. if (info->close_delay) {
  1422. current->state = TASK_INTERRUPTIBLE;
  1423. schedule_timeout(info->close_delay);
  1424. }
  1425. wake_up_interruptible(&info->open_wait);
  1426. }
  1427. info->flags &= ~(ZILOG_NORMAL_ACTIVE|ZILOG_CALLOUT_ACTIVE|
  1428.  ZILOG_CLOSING);
  1429. wake_up_interruptible(&info->close_wait);
  1430. #ifdef SERIAL_DEBUG_OPEN
  1431. printk("zs_close tty-%d exiting, count = %dn", info->line, info->count);
  1432. #endif
  1433. restore_flags(flags);
  1434. }
  1435. /*
  1436.  * zs_hangup() --- called by tty_hangup() when a hangup is signaled.
  1437.  */
  1438. void zs_hangup(struct tty_struct *tty)
  1439. {
  1440. struct sun_serial * info = (struct sun_serial *) tty->driver_data;
  1441. if (serial_paranoia_check(info, tty->device, "zs_hangup"))
  1442. return;
  1443. if (info->is_cons)
  1444. return;
  1445. #ifdef SERIAL_DEBUG_OPEN
  1446. printk("zs_hangup<%p: tty-%d, count = %d byen",
  1447. __builtin_return_address(0), info->line, info->count);
  1448. #endif
  1449. zs_flush_buffer(tty);
  1450. shutdown(info);
  1451. info->event = 0;
  1452. info->count = 0;
  1453. info->flags &= ~(ZILOG_NORMAL_ACTIVE|ZILOG_CALLOUT_ACTIVE);
  1454. info->tty = 0;
  1455. wake_up_interruptible(&info->open_wait);
  1456. }
  1457. /*
  1458.  *
  1459.  * line_info - returns information about each channel
  1460.  *
  1461.  */
  1462. static inline int line_info(char *buf, struct sun_serial *info)
  1463. {
  1464. unsigned char status;
  1465. char stat_buf[30];
  1466. int ret;
  1467. ret = sprintf(buf, "%d: uart:Zilog8530 port:%x irq:%d",
  1468. info->line, info->port, info->irq);
  1469. cli();
  1470. status = sbus_readb(&info->zs_channel->control);
  1471. ZSDELAY();
  1472. ZSLOG(REGCTRL, status, 0);
  1473. sti();
  1474. stat_buf[0] = 0;
  1475. stat_buf[1] = 0;
  1476. if (info->curregs[5] & RTS)
  1477. strcat(stat_buf, "|RTS");
  1478. if (status & CTS)
  1479. strcat(stat_buf, "|CTS");
  1480. if (info->curregs[5] & DTR)
  1481. strcat(stat_buf, "|DTR");
  1482. if (status & SYNC)
  1483. strcat(stat_buf, "|DSR");
  1484. if (status & DCD)
  1485. strcat(stat_buf, "|CD");
  1486. ret += sprintf(buf + ret, " baud:%d %sn", info->zs_baud, stat_buf + 1);
  1487. return ret;
  1488. }
  1489. /*
  1490.  *
  1491.  * zs_read_proc() - called when /proc/tty/driver/serial is read.
  1492.  *
  1493.  */
  1494. int zs_read_proc(char *page, char **start, off_t off, int count,
  1495.                  int *eof, void *data)
  1496. {
  1497. char *revision = "$Revision: 1.68.2.2 $";
  1498. char *version, *p;
  1499. int i, len = 0, l;
  1500. off_t begin = 0;
  1501. version = strchr(revision, ' ');
  1502. p = strchr(++version, ' ');
  1503. *p = '';
  1504. len += sprintf(page, "serinfo:1.0 driver:%sn", version);
  1505. *p = ' ';
  1506. for (i = 0; i < NUM_CHANNELS && len < 4000; i++) {
  1507. l = line_info(page + len, &zs_soft[i]);
  1508. len += l;
  1509. if (len+begin > off+count)
  1510. goto done;
  1511. if (len+begin < off) {
  1512. begin += len;
  1513. len = 0;
  1514. }
  1515. }
  1516. *eof = 1;
  1517. done:
  1518. if (off >= len+begin)
  1519. return 0;
  1520. *start = page + (off-begin);
  1521. return ((count < begin+len-off) ? count : begin+len-off);
  1522. }
  1523. /*
  1524.  * ------------------------------------------------------------
  1525.  * zs_open() and friends
  1526.  * ------------------------------------------------------------
  1527.  */
  1528. static int block_til_ready(struct tty_struct *tty, struct file * filp,
  1529.    struct sun_serial *info)
  1530. {
  1531. DECLARE_WAITQUEUE(wait, current);
  1532. int retval, do_clocal = 0;
  1533. unsigned char r0;
  1534. /*
  1535.  * If the device is in the middle of being closed, then block
  1536.  * until it's done, and then try again.
  1537.  */
  1538. if (info->flags & ZILOG_CLOSING) {
  1539. interruptible_sleep_on(&info->close_wait);
  1540. #ifdef SERIAL_DO_RESTART
  1541. if (info->flags & ZILOG_HUP_NOTIFY)
  1542. return -EAGAIN;
  1543. else
  1544. return -ERESTARTSYS;
  1545. #else
  1546. return -EAGAIN;
  1547. #endif
  1548. }
  1549. /*
  1550.  * If this is a callout device, then just make sure the normal
  1551.  * device isn't being used.
  1552.  */
  1553. if (tty->driver.subtype == SERIAL_TYPE_CALLOUT) {
  1554. if (info->flags & ZILOG_NORMAL_ACTIVE)
  1555. return -EBUSY;
  1556. if ((info->flags & ZILOG_CALLOUT_ACTIVE) &&
  1557.     (info->flags & ZILOG_SESSION_LOCKOUT) &&
  1558.     (info->session != current->session))
  1559.     return -EBUSY;
  1560. if ((info->flags & ZILOG_CALLOUT_ACTIVE) &&
  1561.     (info->flags & ZILOG_PGRP_LOCKOUT) &&
  1562.     (info->pgrp != current->pgrp))
  1563.     return -EBUSY;
  1564. info->flags |= ZILOG_CALLOUT_ACTIVE;
  1565. return 0;
  1566. }
  1567. /*
  1568.  * If non-blocking mode is set, or the port is not enabled,
  1569.  * then make the check up front and then exit.
  1570.  */
  1571. if ((filp->f_flags & O_NONBLOCK) ||
  1572.     (tty->flags & (1 << TTY_IO_ERROR))) {
  1573. if (info->flags & ZILOG_CALLOUT_ACTIVE)
  1574. return -EBUSY;
  1575. info->flags |= ZILOG_NORMAL_ACTIVE;
  1576. return 0;
  1577. }
  1578. if (info->flags & ZILOG_CALLOUT_ACTIVE) {
  1579. if (info->normal_termios.c_cflag & CLOCAL)
  1580. do_clocal = 1;
  1581. } else {
  1582. if (tty->termios->c_cflag & CLOCAL)
  1583. do_clocal = 1;
  1584. }
  1585. /*
  1586.  * Block waiting for the carrier detect and the line to become
  1587.  * free (i.e., not in use by the callout).  While we are in
  1588.  * this loop, info->count is dropped by one, so that
  1589.  * zs_close() knows when to free things.  We restore it upon
  1590.  * exit, either normal or abnormal.
  1591.  */
  1592. retval = 0;
  1593. add_wait_queue(&info->open_wait, &wait);
  1594. #ifdef SERIAL_DEBUG_OPEN
  1595. printk("block_til_ready before block: ttys%d, count = %dn",
  1596.        info->line, info->count);
  1597. #endif
  1598. cli();
  1599. if(!tty_hung_up_p(filp))
  1600. info->count--;
  1601. sti();
  1602. info->blocked_open++;
  1603. while (1) {
  1604. cli();
  1605. if (!(info->flags & ZILOG_CALLOUT_ACTIVE))
  1606. zs_rtsdtr(info, 1);
  1607. sti();
  1608. set_current_state(TASK_INTERRUPTIBLE);
  1609. if (tty_hung_up_p(filp) ||
  1610.     !(info->flags & ZILOG_INITIALIZED)) {
  1611. #ifdef SERIAL_DEBUG_OPEN
  1612. printk("block_til_ready hup-ed: ttys%d, count = %dn",
  1613. info->line, info->count);
  1614. #endif
  1615. #ifdef SERIAL_DO_RESTART
  1616. if (info->flags & ZILOG_HUP_NOTIFY)
  1617. retval = -EAGAIN;
  1618. else
  1619. retval = -ERESTARTSYS;
  1620. #else
  1621. retval = -EAGAIN;
  1622. #endif
  1623. break;
  1624. }
  1625. cli();
  1626. r0 = read_zsreg(info->zs_channel, R0);
  1627. sti();
  1628. if (!(info->flags & ZILOG_CALLOUT_ACTIVE) &&
  1629.     !(info->flags & ZILOG_CLOSING) &&
  1630.     (do_clocal || (DCD & r0)))
  1631. break;
  1632. if (signal_pending(current)) {
  1633. retval = -ERESTARTSYS;
  1634. break;
  1635. }
  1636. #ifdef SERIAL_DEBUG_OPEN
  1637. printk("block_til_ready blocking: ttys%d, count = %dn",
  1638.        info->line, info->count);
  1639. #endif
  1640. schedule();
  1641. }
  1642. current->state = TASK_RUNNING;
  1643. remove_wait_queue(&info->open_wait, &wait);
  1644. if (!tty_hung_up_p(filp))
  1645. info->count++;
  1646. info->blocked_open--;
  1647. #ifdef SERIAL_DEBUG_OPEN
  1648. printk("block_til_ready after blocking: ttys%d, count = %dn",
  1649.        info->line, info->count);
  1650. #endif
  1651. if (retval)
  1652. return retval;
  1653. info->flags |= ZILOG_NORMAL_ACTIVE;
  1654. return 0;
  1655. }
  1656. /*
  1657.  * This routine is called whenever a serial port is opened.  It
  1658.  * enables interrupts for a serial port, linking in its ZILOG structure into
  1659.  * the IRQ chain.   It also performs the serial-specific
  1660.  * initialization for the tty structure.
  1661.  */
  1662. int zs_open(struct tty_struct *tty, struct file * filp)
  1663. {
  1664. struct sun_serial *info;
  1665. int retval, line;
  1666. line = MINOR(tty->device) - tty->driver.minor_start;
  1667. /* The zilog lines for the mouse/keyboard must be
  1668.  * opened using their respective drivers.
  1669.  */
  1670. if ((line < 0) || (line >= NUM_CHANNELS))
  1671. return -ENODEV;
  1672. if((line == KEYBOARD_LINE) || (line == MOUSE_LINE))
  1673. return -ENODEV;
  1674. info = zs_soft + line;
  1675. /* Is the kgdb running over this line? */
  1676. if (info->kgdb_channel)
  1677. return -ENODEV;
  1678. if (serial_paranoia_check(info, tty->device, "zs_open"))
  1679. return -ENODEV;
  1680. #ifdef SERIAL_DEBUG_OPEN
  1681. printk("zs_open %s%d, count = %dn", tty->driver.name, info->line,
  1682.        info->count);
  1683. #endif
  1684. if (info->tty != 0 && info->tty != tty) {
  1685. /* Never happen? */
  1686. printk("zs_open %s%d, tty overwrite.n", tty->driver.name, info->line);
  1687. return -EBUSY;
  1688. }
  1689. if (!tmp_buf) {
  1690. unsigned long page = get_free_page(GFP_KERNEL);
  1691. if (!page)
  1692. return -ENOMEM;
  1693. if (tmp_buf)
  1694. free_page(page);
  1695. else
  1696. tmp_buf = (unsigned char *) page;
  1697. }
  1698. info->count++;
  1699. tty->driver_data = info;
  1700. info->tty = tty;
  1701. /*
  1702.  * Start up serial port
  1703.  */
  1704. retval = startup(info);
  1705. if (retval)
  1706. return retval;
  1707. retval = block_til_ready(tty, filp, info);
  1708. if (retval) {
  1709. #ifdef SERIAL_DEBUG_OPEN
  1710. printk("zs_open returning after block_til_ready with %dn",
  1711.        retval);
  1712. #endif
  1713. return retval;
  1714. }
  1715. if ((info->count == 1) && (info->flags & ZILOG_SPLIT_TERMIOS)) {
  1716. if (tty->driver.subtype == SERIAL_TYPE_NORMAL)
  1717. *tty->termios = info->normal_termios;
  1718. else 
  1719. *tty->termios = info->callout_termios;
  1720. change_speed(info);
  1721. }
  1722. #ifdef CONFIG_SERIAL_CONSOLE
  1723. if (zs_console.cflag && zs_console.index == line) {
  1724. tty->termios->c_cflag = zs_console.cflag;
  1725. zs_console.cflag = 0;
  1726. change_speed(info);
  1727. }
  1728. #endif
  1729. info->session = current->session;
  1730. info->pgrp = current->pgrp;
  1731. #ifdef SERIAL_DEBUG_OPEN
  1732. printk("zs_open ttys%d successful...", info->line);
  1733. #endif
  1734. return 0;
  1735. }
  1736. /* Finally, routines used to initialize the serial driver. */
  1737. static void show_serial_version(void)
  1738. {
  1739. char *revision = "$Revision: 1.68.2.2 $";
  1740. char *version, *p;
  1741. version = strchr(revision, ' ');
  1742. p = strchr(++version, ' ');
  1743. *p = '';
  1744. printk("Sparc Zilog8530 serial driver version %sn", version);
  1745. *p = ' ';
  1746. }
  1747. /* Probe the PROM for the request zs chip number.
  1748.  *
  1749.  * Note: The Sun Voyager shows two addresses and two intr for it's
  1750.  *       Zilogs, what the second does, I don't know. It does work
  1751.  *       with using only the first number of each property.  Also
  1752.  *       we have a special version for sun4u.
  1753.  */
  1754. #ifdef __sparc_v9__
  1755. static struct sun_zslayout * __init get_zs(int chip)
  1756. {
  1757. unsigned int vaddr[2] = { 0, 0 };
  1758. unsigned long mapped_addr = 0;
  1759. int busnode, seen, zsnode, sun4u_ino;
  1760. static int irq = 0;
  1761. if(chip < 0 || chip >= NUM_SERIAL) {
  1762. prom_printf("get_zs bogon zs chip number");
  1763. prom_halt();
  1764. }
  1765. if(central_bus)
  1766. busnode = central_bus->child->prom_node;
  1767. else
  1768. busnode = prom_searchsiblings(prom_getchild(prom_root_node), "sbus");
  1769. if(busnode == 0 || busnode == -1) {
  1770. prom_printf("get_zs: no zs bus to search");
  1771. prom_halt();
  1772. }
  1773. zsnode = prom_getchild(busnode);
  1774. seen = 0;
  1775. while(zsnode) {
  1776. int slave;
  1777. zsnode = prom_searchsiblings(zsnode, "zs");
  1778. slave = prom_getintdefault(zsnode, "slave", -1);
  1779. if((slave == chip) || (seen == chip)) {
  1780. int len = prom_getproperty(zsnode, "address",
  1781.    (void *) vaddr, sizeof(vaddr));
  1782. if(len == -1 || central_bus != NULL) {
  1783. struct sbus_bus *sbus = NULL;
  1784. struct sbus_dev *sdev = NULL;
  1785. /* "address" property is not guarenteed,
  1786.  * everything in I/O is implicitly mapped
  1787.  * anyways by our clever TLB miss handling
  1788.  * scheme, so don't fail here.  -DaveM
  1789.  */
  1790. if (central_bus == NULL) {
  1791. for_each_sbus(sbus) {
  1792. for_each_sbusdev(sdev, sbus) {
  1793. if (sdev->prom_node == zsnode)
  1794. goto found;
  1795. }
  1796. }
  1797. }
  1798. found:
  1799. if (sdev == NULL && central_bus == NULL)
  1800. prom_halt();
  1801. if (central_bus == NULL) {
  1802. mapped_addr =
  1803.     sbus_ioremap(&sdev->resource[0], 0,
  1804.  PAGE_SIZE, "Zilog Registers");
  1805. } else {
  1806. struct linux_prom_registers zsregs[1];
  1807. int err;
  1808. err = prom_getproperty(zsnode, "reg",
  1809.        (char *)&zsregs[0],
  1810.        sizeof(zsregs));
  1811. if (err == -1) {
  1812. prom_printf("ZS: Cannot map Zilog regs.n");
  1813. prom_halt();
  1814. }
  1815. apply_fhc_ranges(central_bus->child, &zsregs[0], 1);
  1816. apply_central_ranges(central_bus, &zsregs[0], 1);
  1817. mapped_addr =
  1818. ((((u64)zsregs[0].which_io)<<32UL)|
  1819.  ((u64)zsregs[0].phys_addr));
  1820. }
  1821. } else if(len % sizeof(unsigned int)) {
  1822. prom_printf("WHOOPS:  proplen for %s "
  1823.     "was %d, need multiple of "
  1824.     "%dn", "address", len,
  1825.     sizeof(unsigned int));
  1826. panic("zilog: address property");
  1827. }
  1828. zs_nodes[chip] = zsnode;
  1829. len = prom_getproperty(zsnode, "interrupts",
  1830.        (char *) &sun4u_ino,
  1831.        (sizeof(sun4u_ino)));
  1832. if(!irq) {
  1833. if (central_bus) {
  1834. unsigned long iclr, imap;
  1835. iclr = central_bus->child->fhc_regs.uregs + FHC_UREGS_ICLR;
  1836. imap = central_bus->child->fhc_regs.uregs + FHC_UREGS_IMAP;
  1837. irq = zilog_irq = build_irq(12, 0, iclr, imap);
  1838. } else {
  1839. irq = zilog_irq = 
  1840. sbus_build_irq(sbus_root, sun4u_ino);
  1841. }
  1842. }
  1843. break;
  1844. }
  1845. zsnode = prom_getsibling(zsnode);
  1846. seen++;
  1847. }
  1848. if(!zsnode)
  1849. panic("get_zs: whee chip not found");
  1850. if(!vaddr[0] && !mapped_addr)
  1851. panic("get_zs: whee no serial chip mappable");
  1852. if (mapped_addr != 0) {
  1853. return (struct sun_zslayout *) mapped_addr;
  1854. } else {
  1855. return (struct sun_zslayout *) prom_virt_to_phys((unsigned long)vaddr[0], 0);
  1856. }
  1857. }
  1858. #else /* !(__sparc_v9__) */
  1859. static struct sun_zslayout * __init get_zs(int chip)
  1860. {
  1861. struct linux_prom_irqs tmp_irq[2];
  1862. unsigned int paddr = 0;
  1863. unsigned int vaddr[2] = { 0, 0 };
  1864. int zsnode, tmpnode, iospace, slave, len;
  1865. int cpunode = 0, bbnode = 0;
  1866. static int irq = 0;
  1867. int chipid = chip;
  1868. iospace = 0;
  1869. if(chip < 0 || chip >= NUM_SERIAL)
  1870. panic("get_zs bogon zs chip number");
  1871. if(sparc_cpu_model == sun4) {
  1872. struct resource dummy_resource;
  1873. /* Grrr, these have to be hardcoded aieee */
  1874. switch(chip) {
  1875. case 0:
  1876. paddr = 0xf1000000;
  1877. break;
  1878. case 1:
  1879. paddr = 0xf0000000;
  1880. break;
  1881. };
  1882. iospace = 0;
  1883. zs_nodes[chip] = 0;
  1884. if(!irq)
  1885. zilog_irq = irq = 12;
  1886. dummy_resource.start = paddr;
  1887. dummy_resource.end = paddr + 8 - 1;
  1888. dummy_resource.flags = IORESOURCE_IO;
  1889. vaddr[0] = sbus_ioremap(&dummy_resource, 0,
  1890. 8, "Zilog Serial");
  1891. } else {
  1892. /* Can use the prom for other machine types */
  1893. zsnode = prom_getchild(prom_root_node);
  1894. if (sparc_cpu_model == sun4d) {
  1895. int no = 0;
  1896. tmpnode = zsnode;
  1897. zsnode = 0;
  1898. bbnode = 0;
  1899. while (tmpnode && (tmpnode = prom_searchsiblings(tmpnode, "cpu-unit"))) {
  1900. bbnode = prom_getchild(tmpnode);
  1901. if (bbnode && (bbnode = prom_searchsiblings(bbnode, "bootbus"))) {
  1902. if (no == (chip >> 1)) {
  1903. cpunode = tmpnode;
  1904. zsnode = prom_getchild(bbnode);
  1905. chipid = (chip & 1);
  1906. break;
  1907. }
  1908. no++;
  1909. }
  1910. tmpnode = prom_getsibling(tmpnode);
  1911. }
  1912. if (!tmpnode)
  1913. panic ("get_zs: couldn't find %dth bootbusn", chip >> 1);
  1914. } else {
  1915. tmpnode = prom_searchsiblings(zsnode, "obio");
  1916. if(tmpnode)
  1917. zsnode = prom_getchild(tmpnode);
  1918. }
  1919. if(!zsnode)
  1920. panic("get_zs no zs serial prom node");
  1921. while(zsnode) {
  1922. zsnode = prom_searchsiblings(zsnode, "zs");
  1923. slave = prom_getintdefault(zsnode, "slave", -1);
  1924. if(slave == chipid) {
  1925. /* The one we want */
  1926. if (sparc_cpu_model != sun4d) {
  1927. len = prom_getproperty(zsnode, "address",
  1928.        (void *) vaddr,
  1929.        sizeof(vaddr));
  1930.          if (len % sizeof(unsigned int)) {
  1931. prom_printf("WHOOPS:  proplen for %s "
  1932. "was %d, need multiple of "
  1933. "%dn", "address", len,
  1934. sizeof(unsigned int));
  1935. panic("zilog: address property");
  1936. }
  1937. } else {
  1938. /* On sun4d don't have address property :( */
  1939. struct linux_prom_registers zsreg[4];
  1940. struct resource res;
  1941. if (prom_getproperty(zsnode, "reg", (char *)zsreg, sizeof(zsreg)) == -1) {
  1942. prom_printf ("Cannot map zs regsn");
  1943. prom_halt();
  1944. }
  1945. prom_apply_generic_ranges(bbnode, cpunode, zsreg, 1);
  1946. res.start = zsreg[0].phys_addr;
  1947. res.end = res.start + 8 - 1;
  1948. res.flags = zsreg[0].which_io | IORESOURCE_IO;
  1949. vaddr[0] = sbus_ioremap(&res, 0,
  1950. 8, "Zilog Serial");
  1951. }
  1952. zs_nodes[chip] = zsnode;
  1953. len = prom_getproperty(zsnode, "intr",
  1954.        (char *) tmp_irq,
  1955.        sizeof(tmp_irq));
  1956. if (len % sizeof(struct linux_prom_irqs)) {
  1957. prom_printf(
  1958.       "WHOOPS:  proplen for %s "
  1959.       "was %d, need multiple of "
  1960.       "%dn", "intr", len,
  1961.       sizeof(struct linux_prom_irqs));
  1962. panic("zilog: intr property");
  1963. }
  1964. if(!irq) {
  1965. irq = zilog_irq = tmp_irq[0].pri;
  1966. } else {
  1967. if(tmp_irq[0].pri != irq)
  1968. panic("zilog: bogon irqs");
  1969. }
  1970. break;
  1971. }
  1972. zsnode = prom_getsibling(zsnode);
  1973. }
  1974. if(!zsnode)
  1975. panic("get_zs whee chip not found");
  1976. }
  1977. if(!vaddr[0])
  1978. panic("get_zs whee no serial chip mappable");
  1979. return (struct sun_zslayout *)(unsigned long) vaddr[0];
  1980. }
  1981. #endif
  1982. /* This is for the auto baud rate detection in the mouse driver. */
  1983. void zs_change_mouse_baud(int newbaud)
  1984. {
  1985. int channel = MOUSE_LINE;
  1986. int brg;
  1987. zs_soft[channel].zs_baud = newbaud;
  1988. brg = BPS_TO_BRG(zs_soft[channel].zs_baud,
  1989.  (ZS_CLOCK / zs_soft[channel].clk_divisor));
  1990. write_zsreg(zs_soft[channel].zs_channel, R12, (brg & 0xff));
  1991. write_zsreg(zs_soft[channel].zs_channel, R13, ((brg >> 8) & 0xff));
  1992. }
  1993. void __init zs_init_alloc_failure(const char *table_name)
  1994. {
  1995. prom_printf("zs_probe: Cannot alloc %s.n", table_name);
  1996. prom_halt();
  1997. }
  1998. void * __init zs_alloc_bootmem(unsigned long size)
  1999. {
  2000. void *ret;
  2001. ret = __alloc_bootmem(size, SMP_CACHE_BYTES, 0UL);
  2002. if (ret != NULL)
  2003. memset(ret, 0, size);
  2004. return ret;
  2005. }
  2006. void __init zs_alloc_tables(void)
  2007. {
  2008. zs_chips = (struct sun_zslayout **)
  2009. zs_alloc_bootmem(NUM_SERIAL * sizeof(struct sun_zslayout *));
  2010. if (zs_chips == NULL)
  2011. zs_init_alloc_failure("zs_chips");
  2012. zs_channels = (struct sun_zschannel **)
  2013. zs_alloc_bootmem(NUM_CHANNELS * sizeof(struct sun_zschannel *));
  2014. if (zs_channels == NULL)
  2015. zs_init_alloc_failure("zs_channels");
  2016. zs_nodes = (int *)
  2017. zs_alloc_bootmem(NUM_SERIAL * sizeof(int));
  2018. if (zs_nodes == NULL)
  2019. zs_init_alloc_failure("zs_nodes");
  2020. zs_soft = (struct sun_serial *)
  2021. zs_alloc_bootmem(NUM_CHANNELS * sizeof(struct sun_serial));
  2022. if (zs_soft == NULL)
  2023. zs_init_alloc_failure("zs_soft");
  2024. zs_ttys = (struct tty_struct *)
  2025. zs_alloc_bootmem(NUM_CHANNELS * sizeof(struct tty_struct));
  2026. if (zs_ttys == NULL)
  2027. zs_init_alloc_failure("zs_ttys");
  2028. serial_table = (struct tty_struct **)
  2029. zs_alloc_bootmem(NUM_CHANNELS * sizeof(struct tty_struct *));
  2030. if (serial_table == NULL)
  2031. zs_init_alloc_failure("serial_table");
  2032. serial_termios = (struct termios **)
  2033. zs_alloc_bootmem(NUM_CHANNELS * sizeof(struct termios *));
  2034. if (serial_termios == NULL)
  2035. zs_init_alloc_failure("serial_termios");
  2036. serial_termios_locked = (struct termios **)
  2037. zs_alloc_bootmem(NUM_CHANNELS * sizeof(struct termios *));
  2038. if (serial_termios_locked == NULL)
  2039. zs_init_alloc_failure("serial_termios_locked");
  2040. }
  2041. int __init zs_probe(void)
  2042. {
  2043. int node;
  2044. if(sparc_cpu_model == sun4)
  2045. goto no_probe;
  2046. NUM_SERIAL = 0;
  2047. node = prom_getchild(prom_root_node);
  2048. if (sparc_cpu_model == sun4d) {
  2049. int bbnode;
  2050. while (node && (node = prom_searchsiblings(node, "cpu-unit"))) {
  2051. bbnode = prom_getchild(node);
  2052. if (bbnode && prom_searchsiblings(bbnode, "bootbus"))
  2053. NUM_SERIAL += 2;
  2054. node = prom_getsibling(node);
  2055. }
  2056. goto no_probe;
  2057. }
  2058. #ifdef __sparc_v9__
  2059. else if (sparc_cpu_model == sun4u) {
  2060. int central_node;
  2061. /* Central bus zilogs must be checked for first,
  2062.  * since Enterprise boxes might have SBUSes as well.
  2063.  */
  2064. central_node = prom_finddevice("/central");
  2065. if(central_node != 0 && central_node != -1)
  2066. node = prom_searchsiblings(prom_getchild(central_node), "fhc");
  2067. else
  2068. node = prom_searchsiblings(node, "sbus");
  2069. if(node != 0 && node != -1)
  2070. node = prom_getchild(node);
  2071. if(node == 0 || node == -1)
  2072. return -ENODEV;
  2073. }
  2074. #endif /* __sparc_v9__ */
  2075. else {
  2076. node = prom_searchsiblings(node, "obio");
  2077. if(node)
  2078. node = prom_getchild(node);
  2079. NUM_SERIAL = 2;
  2080. goto no_probe;
  2081. }
  2082. node = prom_searchsiblings(node, "zs");
  2083. if (!node)
  2084. return -ENODEV;
  2085. NUM_SERIAL = 2;
  2086. no_probe:
  2087. zs_alloc_tables();
  2088. /* Fill in rs_ops struct... */
  2089. #ifdef CONFIG_SERIAL_CONSOLE
  2090. sunserial_setinitfunc(zs_console_init);
  2091. #endif
  2092. sunserial_setinitfunc(zs_init);
  2093. rs_ops.rs_kgdb_hook = zs_kgdb_hook;
  2094. rs_ops.rs_change_mouse_baud = zs_change_mouse_baud;
  2095. sunkbd_setinitfunc(sun_kbd_init);
  2096. kbd_ops.compute_shiftstate = sun_compute_shiftstate;
  2097. kbd_ops.setledstate = sun_setledstate;
  2098. kbd_ops.getledstate = sun_getledstate;
  2099. kbd_ops.setkeycode = sun_setkeycode;
  2100. kbd_ops.getkeycode = sun_getkeycode;
  2101. #if defined(__sparc_v9__) && defined(CONFIG_PCI)
  2102. sunkbd_install_keymaps(sun_key_maps, sun_keymap_count,
  2103.        sun_func_buf, sun_func_table,
  2104.        sun_funcbufsize, sun_funcbufleft,
  2105.        sun_accent_table, sun_accent_table_size);
  2106. #endif
  2107. return 0;
  2108. }
  2109. static inline void zs_prepare(void)
  2110. {
  2111. int channel, chip;
  2112. unsigned long flags;
  2113. if (!NUM_SERIAL)
  2114. return;
  2115. save_and_cli(flags);
  2116. /* Set up our interrupt linked list */
  2117. zs_chain = &zs_soft[0];
  2118. for(channel = 0; channel < NUM_CHANNELS - 1; channel++) {
  2119. zs_soft[channel].zs_next = &zs_soft[channel + 1];
  2120. zs_soft[channel].line = channel;
  2121. }
  2122. zs_soft[channel].zs_next = 0;
  2123. /* Initialize Softinfo */
  2124. for(chip = 0; chip < NUM_SERIAL; chip++) {
  2125. /* If we are doing kgdb over one of the channels on
  2126.  * chip zero, kgdb_channel will be set to 1 by the
  2127.  * zs_kgdb_hook() routine below.
  2128.  */
  2129. if(!zs_chips[chip]) {
  2130. zs_chips[chip] = get_zs(chip);
  2131. /* Two channels per chip */
  2132. zs_channels[(chip*2)] = &zs_chips[chip]->channelA;
  2133. zs_channels[(chip*2)+1] = &zs_chips[chip]->channelB;
  2134. zs_soft[(chip*2)].kgdb_channel = 0;
  2135. zs_soft[(chip*2)+1].kgdb_channel = 0;
  2136. }
  2137. /* First, set up channel A on this chip. */
  2138. channel = chip * 2;
  2139. zs_soft[channel].zs_channel = zs_channels[channel];
  2140. zs_soft[channel].change_needed = 0;
  2141. zs_soft[channel].clk_divisor = 16;
  2142. zs_soft[channel].cons_keyb = 0;
  2143. zs_soft[channel].cons_mouse = 0;
  2144. zs_soft[channel].channelA = 1;
  2145. /* Now, channel B */
  2146. channel++;
  2147. zs_soft[channel].zs_channel = zs_channels[channel];
  2148. zs_soft[channel].change_needed = 0;
  2149. zs_soft[channel].clk_divisor = 16;
  2150. zs_soft[channel].cons_keyb = 0;
  2151. zs_soft[channel].cons_mouse = 0;
  2152. zs_soft[channel].channelA = 0;
  2153. }
  2154. restore_flags(flags);
  2155. }
  2156. int __init zs_init(void)
  2157. {
  2158. int channel, brg, i;
  2159. unsigned long flags;
  2160. struct sun_serial *info;
  2161. char dummy;
  2162. /* Setup base handler, and timer table. */
  2163. init_bh(SERIAL_BH, do_serial_bh);
  2164. show_serial_version();
  2165. /* Initialize the tty_driver structure */
  2166. /* SPARC: Not all of this is exactly right for us. */
  2167. memset(&serial_driver, 0, sizeof(struct tty_driver));
  2168. serial_driver.magic = TTY_DRIVER_MAGIC;
  2169. serial_driver.driver_name = "serial";
  2170. #ifdef CONFIG_DEVFS_FS
  2171. serial_driver.name = "tts/%d";
  2172. #else
  2173. serial_driver.name = "ttyS";
  2174. #endif
  2175. serial_driver.major = TTY_MAJOR;
  2176. serial_driver.minor_start = 64;
  2177. serial_driver.num = NUM_CHANNELS;
  2178. serial_driver.type = TTY_DRIVER_TYPE_SERIAL;
  2179. serial_driver.subtype = SERIAL_TYPE_NORMAL;
  2180. serial_driver.init_termios = tty_std_termios;
  2181. serial_driver.init_termios.c_cflag =
  2182. B9600 | CS8 | CREAD | HUPCL | CLOCAL;
  2183. serial_driver.flags = TTY_DRIVER_REAL_RAW;
  2184. serial_driver.refcount = &serial_refcount;
  2185. serial_driver.table = serial_table;
  2186. serial_driver.termios = serial_termios;
  2187. serial_driver.termios_locked = serial_termios_locked;
  2188. serial_driver.open = zs_open;
  2189. serial_driver.close = zs_close;
  2190. serial_driver.write = zs_write;
  2191. serial_driver.flush_chars = zs_flush_chars;
  2192. serial_driver.write_room = zs_write_room;
  2193. serial_driver.chars_in_buffer = zs_chars_in_buffer;
  2194. serial_driver.flush_buffer = zs_flush_buffer;
  2195. serial_driver.ioctl = zs_ioctl;
  2196. serial_driver.throttle = zs_throttle;
  2197. serial_driver.unthrottle = zs_unthrottle;
  2198. serial_driver.set_termios = zs_set_termios;
  2199. serial_driver.stop = zs_stop;
  2200. serial_driver.start = zs_start;
  2201. serial_driver.hangup = zs_hangup;
  2202. /* I'm too lazy, someone write versions of this for us. -DaveM */
  2203. /* I just did. :-) -AIB 2001-12-23 */
  2204. serial_driver.read_proc = zs_read_proc;
  2205. /*
  2206.  * The callout device is just like normal device except for
  2207.  * major number and the subtype code.
  2208.  */
  2209. callout_driver = serial_driver;
  2210. callout_driver.name = "cua/%d";
  2211. callout_driver.major = TTYAUX_MAJOR;
  2212. callout_driver.subtype = SERIAL_TYPE_CALLOUT;
  2213. callout_driver.read_proc = 0;
  2214. callout_driver.proc_entry = 0;
  2215. if (tty_register_driver(&serial_driver))
  2216. panic("Couldn't register serial drivern");
  2217. if (tty_register_driver(&callout_driver))
  2218. panic("Couldn't register callout drivern");
  2219. save_flags(flags); cli();
  2220. /* Initialize Softinfo */
  2221. zs_prepare();
  2222. /* Grab IRQ line before poking the chips so we do
  2223.  * not lose any interrupts.
  2224.  */
  2225. if (request_irq(zilog_irq, zs_interrupt, SA_SHIRQ,
  2226. "Zilog8530", zs_chain)) {
  2227. prom_printf("Unable to attach zs intrn");
  2228. prom_halt();
  2229. }
  2230. /* Initialize Hardware */
  2231. for(channel = 0; channel < NUM_CHANNELS; channel++) {
  2232. /* Hardware reset each chip */
  2233. if (!(channel & 1)) {
  2234. write_zsreg(zs_soft[channel].zs_channel, R9, FHWRES);
  2235. ZSDELAY_LONG();
  2236. dummy = read_zsreg(zs_soft[channel].zs_channel, R0);
  2237. }
  2238. if(channel == KEYBOARD_LINE) {
  2239. zs_soft[channel].cons_keyb = 1;
  2240. zs_soft[channel].parity_mask = 0xff;
  2241. zs_kbdchan = zs_soft[channel].zs_channel;
  2242. write_zsreg(zs_soft[channel].zs_channel, R4,
  2243.     (PAR_EVEN | X16CLK | SB1));
  2244. write_zsreg(zs_soft[channel].zs_channel, R3, Rx8);
  2245. write_zsreg(zs_soft[channel].zs_channel, R5, Tx8);
  2246. write_zsreg(zs_soft[channel].zs_channel, R9, NV);
  2247. write_zsreg(zs_soft[channel].zs_channel, R10, NRZ);
  2248. write_zsreg(zs_soft[channel].zs_channel, R11,
  2249.     (TCBR | RCBR));
  2250. zs_soft[channel].zs_baud = 1200;
  2251. brg = BPS_TO_BRG(zs_soft[channel].zs_baud,
  2252.  ZS_CLOCK/zs_soft[channel].clk_divisor);
  2253. write_zsreg(zs_soft[channel].zs_channel, R12,
  2254.     (brg & 0xff));
  2255. write_zsreg(zs_soft[channel].zs_channel, R13,
  2256.     ((brg >> 8) & 0xff));
  2257. write_zsreg(zs_soft[channel].zs_channel, R14, BRSRC);
  2258. /* Enable Rx/Tx, IRQs, and inform kbd driver */
  2259. write_zsreg(zs_soft[channel].zs_channel, R14,
  2260.     (BRSRC | BRENAB));
  2261. write_zsreg(zs_soft[channel].zs_channel, R3,
  2262.     (Rx8 | RxENAB));
  2263. write_zsreg(zs_soft[channel].zs_channel, R5,
  2264.     (Tx8 | TxENAB | DTR | RTS));
  2265. write_zsreg(zs_soft[channel].zs_channel, R15,
  2266.     (DCDIE | CTSIE | TxUIE | BRKIE));
  2267. write_zsreg(zs_soft[channel].zs_channel, R0,
  2268.     RES_EXT_INT);
  2269. write_zsreg(zs_soft[channel].zs_channel, R0,
  2270.     RES_EXT_INT);
  2271. write_zsreg(zs_soft[channel].zs_channel, R1,
  2272.     (EXT_INT_ENAB | INT_ALL_Rx));
  2273. write_zsreg(zs_soft[channel].zs_channel, R9,
  2274.     (NV | MIE));
  2275. ZS_CLEARERR(zs_soft[channel].zs_channel);
  2276. ZS_CLEARFIFO(zs_soft[channel].zs_channel);
  2277. } else if(channel == MOUSE_LINE) {
  2278. zs_soft[channel].cons_mouse = 1;
  2279. zs_soft[channel].parity_mask = 0xff;
  2280. zs_mousechan = zs_soft[channel].zs_channel;
  2281. write_zsreg(zs_soft[channel].zs_channel, R4,
  2282.     (PAR_EVEN | X16CLK | SB1));
  2283. write_zsreg(zs_soft[channel].zs_channel, R3, Rx8);
  2284. write_zsreg(zs_soft[channel].zs_channel, R5, Tx8);
  2285. write_zsreg(zs_soft[channel].zs_channel, R9, NV);
  2286. write_zsreg(zs_soft[channel].zs_channel, R10, NRZ);
  2287. write_zsreg(zs_soft[channel].zs_channel, R11,
  2288.     (TCBR | RCBR));
  2289. zs_soft[channel].zs_baud = 4800;
  2290. brg = BPS_TO_BRG(zs_soft[channel].zs_baud,
  2291.  ZS_CLOCK/zs_soft[channel].clk_divisor);
  2292. write_zsreg(zs_soft[channel].zs_channel, R12,
  2293.     (brg & 0xff));
  2294. write_zsreg(zs_soft[channel].zs_channel, R13,
  2295.     ((brg >> 8) & 0xff));
  2296. write_zsreg(zs_soft[channel].zs_channel, R14, BRSRC);
  2297. /* Enable Rx, IRQs, and inform mouse driver */
  2298. write_zsreg(zs_soft[channel].zs_channel, R14,
  2299.     (BRSRC | BRENAB));
  2300. write_zsreg(zs_soft[channel].zs_channel, R3,
  2301.     (Rx8 | RxENAB));
  2302. write_zsreg(zs_soft[channel].zs_channel, R5, Tx8);
  2303. write_zsreg(zs_soft[channel].zs_channel, R15,
  2304.     (DCDIE | CTSIE | TxUIE | BRKIE));
  2305. write_zsreg(zs_soft[channel].zs_channel, R0,
  2306.     RES_EXT_INT);
  2307. write_zsreg(zs_soft[channel].zs_channel, R0,
  2308.     RES_EXT_INT);
  2309. write_zsreg(zs_soft[channel].zs_channel, R1,
  2310.     (EXT_INT_ENAB | INT_ALL_Rx));
  2311. write_zsreg(zs_soft[channel].zs_channel, R9,
  2312.     (NV | MIE));
  2313. sun_mouse_zsinit();
  2314. } else if (zs_soft[channel].is_cons) {
  2315. brg = BPS_TO_BRG(zs_soft[channel].zs_baud,
  2316.  ZS_CLOCK/zs_soft[channel].clk_divisor);
  2317. zscons_regs[12] = brg & 0xff;
  2318. zscons_regs[13] = (brg >> 8) & 0xff;
  2319. memcpy(zs_soft[channel].curregs, zscons_regs, sizeof(zscons_regs));
  2320. load_zsregs(&zs_soft[channel], zscons_regs);
  2321. ZS_CLEARERR(zs_soft[channel].zs_channel);
  2322. ZS_CLEARFIFO(zs_soft[channel].zs_channel);
  2323. } else if (zs_soft[channel].kgdb_channel) {
  2324. /* If this is the kgdb line, enable interrupts because
  2325.  * we now want to receive the 'control-c' character
  2326.  * from the client attached to us asynchronously.
  2327.  */
  2328. zs_soft[channel].parity_mask = 0xff;
  2329.          kgdb_chaninit(&zs_soft[channel], 1,
  2330.       zs_soft[channel].zs_baud);
  2331. } else {
  2332. zs_soft[channel].parity_mask = 0xff;
  2333. write_zsreg(zs_soft[channel].zs_channel, R4,
  2334.     (PAR_EVEN | X16CLK | SB1));
  2335. write_zsreg(zs_soft[channel].zs_channel, R3, Rx8);
  2336. write_zsreg(zs_soft[channel].zs_channel, R5, Tx8);
  2337. write_zsreg(zs_soft[channel].zs_channel, R9, NV);
  2338. write_zsreg(zs_soft[channel].zs_channel, R10, NRZ);
  2339. write_zsreg(zs_soft[channel].zs_channel, R11,
  2340.     (RCBR | TCBR));
  2341. zs_soft[channel].zs_baud = 9600;
  2342. brg = BPS_TO_BRG(zs_soft[channel].zs_baud,
  2343.  ZS_CLOCK/zs_soft[channel].clk_divisor);
  2344. write_zsreg(zs_soft[channel].zs_channel, R12,
  2345.     (brg & 0xff));
  2346. write_zsreg(zs_soft[channel].zs_channel, R13,
  2347.     ((brg >> 8) & 0xff));
  2348. write_zsreg(zs_soft[channel].zs_channel, R14, BRSRC);
  2349. write_zsreg(zs_soft[channel].zs_channel, R14,
  2350.     (BRSRC | BRENAB));
  2351. write_zsreg(zs_soft[channel].zs_channel, R3, Rx8);
  2352. write_zsreg(zs_soft[channel].zs_channel, R5, Tx8);
  2353. write_zsreg(zs_soft[channel].zs_channel, R15, DCDIE);
  2354. write_zsreg(zs_soft[channel].zs_channel, R9, NV | MIE);
  2355. write_zsreg(zs_soft[channel].zs_channel, R0,
  2356.     RES_EXT_INT);
  2357. write_zsreg(zs_soft[channel].zs_channel, R0,
  2358.     RES_EXT_INT);
  2359. }
  2360. }
  2361. for (info = zs_chain, i=0; info; info = info->zs_next, i++) {
  2362. info->magic = SERIAL_MAGIC;
  2363. info->port = (long) info->zs_channel;
  2364. info->line = i;
  2365. info->tty = 0;
  2366. info->irq = zilog_irq;
  2367. info->custom_divisor = 16;
  2368. info->close_delay = 50;
  2369. info->closing_wait = 3000;
  2370. info->x_char = 0;
  2371. info->event = 0;
  2372. info->count = 0;
  2373. info->blocked_open = 0;
  2374. info->tqueue.routine = do_softint;
  2375. info->tqueue.data = info;
  2376. info->tqueue_hangup.routine = do_serial_hangup;
  2377. info->tqueue_hangup.data = info;
  2378. info->callout_termios = callout_driver.init_termios;
  2379. info->normal_termios = serial_driver.init_termios;
  2380. init_waitqueue_head(&info->open_wait);
  2381. init_waitqueue_head(&info->close_wait);
  2382. printk("tty%02d at 0x%04x (irq = %s)", info->line, 
  2383.        info->port, __irq_itoa(info->irq));
  2384. printk(" is a Zilog8530n");
  2385. }
  2386. restore_flags(flags);
  2387. keyboard_zsinit(kbd_put_char);
  2388. return 0;
  2389. }
  2390. /* This is called at boot time to prime the kgdb serial debugging
  2391.  * serial line.  The 'tty_num' argument is 0 for /dev/ttya and 1
  2392.  * for /dev/ttyb which is determined in setup_arch() from the
  2393.  * boot command line flags.
  2394.  */
  2395. static void __init zs_kgdb_hook(int tty_num)
  2396. {
  2397. int chip = 0;
  2398. if(!zs_chips[chip]) {
  2399. zs_chips[chip] = get_zs(chip);
  2400. /* Two channels per chip */
  2401. zs_channels[(chip*2)] = &zs_chips[chip]->channelA;
  2402. zs_channels[(chip*2)+1] = &zs_chips[chip]->channelB;
  2403. }
  2404. zs_soft[tty_num].zs_channel = zs_channels[tty_num];
  2405. zs_kgdbchan = zs_soft[tty_num].zs_channel;
  2406. zs_soft[tty_num].change_needed = 0;
  2407. zs_soft[tty_num].clk_divisor = 16;
  2408. zs_soft[tty_num].zs_baud = 9600;
  2409. zs_soft[tty_num].kgdb_channel = 1;     /* This runs kgdb */
  2410. zs_soft[tty_num ^ 1].kgdb_channel = 0; /* This does not */
  2411. /* Turn on transmitter/receiver at 8-bits/char */
  2412.         kgdb_chaninit(&zs_soft[tty_num], 0, 9600);
  2413.         ZS_CLEARERR(zs_kgdbchan);
  2414.         ZS_CLEARFIFO(zs_kgdbchan);
  2415. }
  2416. #ifdef CONFIG_SERIAL_CONSOLE
  2417. /* This is for console output over ttya/ttyb */
  2418. static void
  2419. zs_console_putchar(struct sun_serial *info, char ch)
  2420. {
  2421. int loops = ZS_PUT_CHAR_MAX_DELAY;
  2422. unsigned long flags;
  2423. if(!info->zs_channel)
  2424. return;
  2425. save_flags(flags); cli();
  2426. zs_put_char(info->zs_channel, ch);
  2427. while (!(read_zsreg(info->zs_channel, R1) & ALL_SNT) && --loops)
  2428. udelay(5);
  2429. restore_flags(flags);
  2430. }
  2431. #ifdef SERIAL_CONSOLE_FAIR_OUTPUT
  2432. /*
  2433.  * Fair output driver allows a process to speak.
  2434.  */
  2435. static void zs_fair_output(struct sun_serial *info)
  2436. {
  2437. unsigned long flags;
  2438. int left; /* Output no more than that */
  2439. char c;
  2440. if (info == NULL)
  2441. return;
  2442. if (info->xmit_buf == NULL)
  2443. return;
  2444. save_flags(flags);  cli();
  2445. left = info->xmit_cnt;
  2446. while (left != 0) {
  2447. c = info->xmit_buf[info->xmit_tail];
  2448. info->xmit_tail = (info->xmit_tail+1) & (SERIAL_XMIT_SIZE-1);
  2449. info->xmit_cnt--;
  2450. restore_flags(flags);
  2451. zs_console_putchar(info, c);
  2452. cli();
  2453. left = MIN(info->xmit_cnt, left-1);
  2454. }
  2455. /* Last character is being transmitted now (hopefully). */
  2456. sbus_writeb(RES_Tx_P, &info->zs_channel->control);
  2457. ZSDELAY();
  2458. ZSLOG(REGCTRL, RES_Tx_P, 1);
  2459. restore_flags(flags);
  2460. return;
  2461. }
  2462. #endif
  2463. /*
  2464.  * zs_console_write is registered for printk.
  2465.  */
  2466. static void
  2467. zs_console_write(struct console *con, const char *s, unsigned count)
  2468. {
  2469. struct sun_serial *info;
  2470. int i;
  2471. info = zs_soft + con->index;
  2472. for (i = 0; i < count; i++, s++) {
  2473. if(*s == 'n')
  2474. zs_console_putchar(info, 'r');
  2475. zs_console_putchar(info, *s);
  2476. }
  2477. #ifdef SERIAL_CONSOLE_FAIR_OUTPUT
  2478. /* Comment this if you want to have a strict interrupt-driven output */
  2479. zs_fair_output(info);
  2480. #endif
  2481. }
  2482. static kdev_t zs_console_device(struct console *con)
  2483. {
  2484. return MKDEV(TTY_MAJOR, 64 + con->index);
  2485. }
  2486. static int __init zs_console_setup(struct console *con, char *options)
  2487. {
  2488. static struct tty_struct c_tty;
  2489. static struct termios c_termios;
  2490. struct sun_serial *info;
  2491. int brg, baud;
  2492. info = zs_soft + con->index;
  2493. info->is_cons = 1;
  2494. printk("Console: ttyS%d (Zilog8530)n", info->line);
  2495. sunserial_console_termios(con);
  2496. memset(&c_tty, 0, sizeof(c_tty));
  2497. memset(&c_termios, 0, sizeof(c_termios));
  2498. c_tty.termios = &c_termios;
  2499. c_termios.c_cflag = con->cflag;
  2500. baud = tty_get_baud_rate(&c_tty);
  2501. info->zs_baud = baud;
  2502. switch (con->cflag & CSIZE) {
  2503. case CS5:
  2504. zscons_regs[3] = Rx5 | RxENAB;
  2505. zscons_regs[5] = Tx5 | TxENAB;
  2506. info->parity_mask = 0x1f;
  2507. break;
  2508. case CS6:
  2509. zscons_regs[3] = Rx6 | RxENAB;
  2510. zscons_regs[5] = Tx6 | TxENAB;
  2511. info->parity_mask = 0x3f;
  2512. break;
  2513. case CS7:
  2514. zscons_regs[3] = Rx7 | RxENAB;
  2515. zscons_regs[5] = Tx7 | TxENAB;
  2516. info->parity_mask = 0x7f;
  2517. break;
  2518. default:
  2519. case CS8:
  2520. zscons_regs[3] = Rx8 | RxENAB;
  2521. zscons_regs[5] = Tx8 | TxENAB;
  2522. info->parity_mask = 0xff;
  2523. break;
  2524. }
  2525. zscons_regs[5] |= DTR;
  2526. if (con->cflag & PARENB)
  2527. zscons_regs[4] |= PAR_ENAB;
  2528. if (!(con->cflag & PARODD))
  2529. zscons_regs[4] |= PAR_EVEN;
  2530. if (con->cflag & CSTOPB)
  2531. zscons_regs[4] |= SB2;
  2532. else
  2533. zscons_regs[4] |= SB1;
  2534. brg = BPS_TO_BRG(baud, ZS_CLOCK / info->clk_divisor);
  2535. zscons_regs[12] = brg & 0xff;
  2536. zscons_regs[13] = (brg >> 8) & 0xff;
  2537. memcpy(info->curregs, zscons_regs, sizeof(zscons_regs));
  2538. load_zsregs(info, zscons_regs);
  2539. ZS_CLEARERR(info->zs_channel);
  2540. ZS_CLEARFIFO(info->zs_channel);
  2541. return 0;
  2542. }
  2543. static struct console zs_console = {
  2544. name: "ttyS",
  2545. write: zs_console_write,
  2546. device: zs_console_device,
  2547. setup: zs_console_setup,
  2548. flags: CON_PRINTBUFFER,
  2549. index: -1,
  2550. };
  2551. static int __init zs_console_init(void)
  2552. {
  2553. extern int con_is_present(void);
  2554. if (con_is_present())
  2555. return 0;
  2556. zs_console.index = serial_console - 1;
  2557. register_console(&zs_console);
  2558. return 0;
  2559. }
  2560. #endif /* CONFIG_SERIAL_CONSOLE */