1. 21 9月, 2007 22 次提交
  2. 20 9月, 2007 10 次提交
  3. 18 9月, 2007 1 次提交
    • A
      [SUNSAB]: Fix several bugs. · 9c5b3480
      Al Viro 提交于
      	* don't register irq until ->startup() (and release in ->shutdown()).
      That avoids oopsen with the current tree when interrupt comes before we'd
      set up the data structures for ttyb.
      	* handle console=ttyS... even when OBP talks to screen/keyboard
      	* register irq handler for each port, let kernel/irq/handle.c
      call it for both if needed.  Kills code duplication in sunsab_interrupt().
      BTW, there'd been bitrot in it - ttya handling had stopped calling
      check_status() on BRK (correctly), ttyb copy of that code had kept the
      bogus call in that case.
      Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      9c5b3480
  4. 17 9月, 2007 7 次提交