1. 20 7月, 2007 1 次提交
  2. 09 5月, 2007 2 次提交
  3. 30 9月, 2006 1 次提交
  4. 11 4月, 2006 1 次提交
  5. 21 3月, 2006 1 次提交
  6. 06 3月, 2006 1 次提交
    • R
      [SERIAL] Fix two bugs in parport_serial · 7a171cdc
      Russell King 提交于
      Steinar H. Gunderson reported:
      
        - For some reason, it detects the 9845 as a 9735 -- it appears this is
          simply related to the ordering in parport_serial_pci_tbl[]. If we move
          the 9845 up above the 9735, it prints out 9710:9845, but no change in
          behaviour. (We didn't find out why this was the case; we left it alone
          since it didn't affect our problem.)
        - The card has no parallel port (at least no physical ones), yet it reports
          (via its subsystem ID of 0x0014) one parallel port and four serial ports.
          The probe for the parallel port fails, and the driver just aborts. Thus,
          it doesn't find the serial ports.
      
      Fix the debugging code to use dev_dbg, but don't bother displaying the
      PCI ID of the detected board (that's accessible via other means.)
      
      Also, arrange for parport_register() to return 0 even if it finds no
      ports.
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      7a171cdc
  7. 04 2月, 2006 1 次提交
  8. 10 1月, 2006 1 次提交
  9. 27 7月, 2005 1 次提交
  10. 24 6月, 2005 1 次提交
    • M
      [PATCH] parport: NetMos nm9855 fix · 44e58a6a
      Martin Schitter 提交于
      kernel 2.6.12-rc2 adopted some code by Bjorn Helgaas supporting NetMos combo
      controller cards. this implementation doesn't work for nm9855 based cards!
      
      there are two reasons:
      
      a) the module 'parport_pc' doesn't want to give the resonsibility for
         the netmos_9855 to 'parport_serial' and can not handle the serial lines
         -- trivial to fix...
      
         http://lists.infradead.org/pipermail/linux-parport/2005-February/000250.html
         http://lkml.org/lkml/2005/3/24/199 b) the support for the nm9855 in
      
         'parport_serial' still doesn't work because of wrong assumptions about
         the relevant BARs port address layout for this chip:
      
      	 0000:00:09.0 Communication controller:
               	      NetMos Technology PCI 9855
               	      Multi-I/O Controller (rev 01)
      	 	      (= 9710:9855)
               Subsystem: LSI Logic / Symbios Logic 1P4S (= 1000:0014)
        	 Flags: medium devsel, IRQ 177
      	 I/O ports at a800 [size=8]  (= parport)
      	 I/O ports at a400 [size=8]
      	 I/O ports at a000 [size=8]  (= serial)
      	 I/O ports at 9800 [size=8]  (= serial)
      	 I/O ports at 9400 [size=8]  (= serial)
      	 I/O ports at 9000 [size=16] (= serial)
      
      the following patch will fix the problem.
      
      Cc: Bjorn Helgaas <bjorn.helgaas@hp.com>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      44e58a6a
  11. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4