1. 27 6月, 2006 1 次提交
  2. 26 6月, 2006 2 次提交
  3. 24 6月, 2006 1 次提交
  4. 23 6月, 2006 1 次提交
  5. 18 6月, 2006 1 次提交
  6. 20 4月, 2006 1 次提交
    • R
      [PATCH] parport_pc: fix section mismatch warnings (v2) · 96766a3c
      Randy.Dunlap 提交于
      From: Randy Dunlap <rdunlap@xenotime.net>
      
      Fix all modpost section mismatch warnings in parport_pc:
      
      WARNING: drivers/parport/parport_pc.o - Section mismatch: reference to .init.text: from .text.parport_pc_probe_port after 'parport_pc_probe_port' (at offset 0x230)
      WARNING: drivers/parport/parport_pc.o - Section mismatch: reference to .init.text: from .text.parport_pc_probe_port after 'parport_pc_probe_port' (at offset 0x283)
      WARNING: drivers/parport/parport_pc.o - Section mismatch: reference to .init.text: from .text.parport_pc_probe_port after 'parport_pc_probe_port' (at offset 0x3e6)
      WARNING: drivers/parport/parport_pc.o - Section mismatch: reference to .init.text: from .text.parport_pc_probe_port after 'parport_pc_probe_port' (at offset 0x400)
      WARNING: drivers/parport/parport_pc.o - Section mismatch: reference to .init.text: from .text.parport_pc_probe_port after 'parport_pc_probe_port' (at offset 0x463)
      WARNING: drivers/parport/parport_pc.o - Section mismatch: reference to .init.text: from .text.parport_pc_probe_port after 'parport_pc_probe_port' (at offset 0x488)
      WARNING: drivers/parport/parport_pc.o - Section mismatch: reference to .init.data:superios from .text.parport_pc_probe_port after 'parport_pc_probe_port' (at offset 0x54c)
      WARNING: drivers/parport/parport_pc.o - Section mismatch: reference to .init.data: from .text.parport_pc_probe_port after 'parport_pc_probe_port' (at offset 0x56a)
      WARNING: drivers/parport/parport_pc.o - Section mismatch: reference to .init.data: from .text.parport_pc_pci_probe after 'parport_pc_pci_probe' (at offset 0x67)
      WARNING: drivers/parport/parport_pc.o - Section mismatch: reference to .init.data: from .text.parport_pc_pci_probe after 'parport_pc_pci_probe' (at offset 0x9f)
      WARNING: drivers/parport/parport_pc.o - Section mismatch: reference to .init.data: from .text.parport_pc_pci_probe after 'parport_pc_pci_probe' (at offset 0xa7)
      WARNING: drivers/parport/parport_pc.o - Section mismatch: reference to .init.data:cards from .text.parport_pc_pci_probe after 'parport_pc_pci_probe' (at offset 0x132)
      WARNING: drivers/parport/parport_pc.o - Section mismatch: reference to .init.data: from .text.parport_pc_pci_probe after 'parport_pc_pci_probe' (at offset 0x142)
      Signed-off-by: NRandy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      96766a3c
  7. 11 4月, 2006 1 次提交
  8. 31 3月, 2006 8 次提交
  9. 28 3月, 2006 1 次提交
  10. 27 3月, 2006 1 次提交
  11. 21 3月, 2006 1 次提交
  12. 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
  13. 04 2月, 2006 4 次提交
  14. 23 1月, 2006 1 次提交
  15. 11 1月, 2006 1 次提交
  16. 10 1月, 2006 1 次提交
  17. 09 1月, 2006 2 次提交
  18. 07 1月, 2006 9 次提交
  19. 06 1月, 2006 2 次提交