1. 18 Feb, 2004 5 commits
    • Matthew Wilcox's avatar
      [PATCH] PCI: Fix pci_bus_find_capability() · 84e0faa0
      Matthew Wilcox authored
      pci_bus_find_capability() is currently broken.  It checks the wrong
      device's hdr_type for being a cardbus bridge or not.  This patch pulls
      the guts of pci_bus_find_capability() and pci_find_capability() into a
      new function __pci_bus_find_cap() and changes these two functions to
      call it.
      84e0faa0
    • Tom L. Nguyen's avatar
      [PATCH] PCI: add copyright for files msi.c and msi.h · 2d130cd0
      Tom L. Nguyen authored
      First I would like to say sorry for not responding immediately after receiving
      your email mentioning Copyright. I have contacted Intel Legal for proper text
      upon receiving this email; but have not received any response. As a result of
      team discussion, the attached patch, based on Linux kernel 2.6.3-rc2, includes
      the Intel Copyright for files: msi.h and msi.c.
      2d130cd0
    • Mark A. Greer's avatar
      [PATCH] PCI: Changing 'GALILEO' to 'MARVELL' · 0bbdeef9
      Mark A. Greer authored
      I'm working with some Marvell components (formerly Galileo Technologies)
      and noticed that the entries in include/linux/pci_ids.h have become
      dated.  I have attached a patch that changes 'GALILEO' to 'MARVELL',
      adds some more devices, and updates the uses of the macros in the code.
      Please note that the newer marvell parts start with 'MV' instead of 'GT'
      to represent the new name.  Also, I didn't change all uses of galileo to
      marvell, only the macro in pci_ids.h.
      0bbdeef9
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/davem/tg3-2.6 · 857bf13c
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      857bf13c
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/davem/net-2.6 · d8650a57
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      d8650a57
  2. 17 Feb, 2004 28 commits
  3. 16 Feb, 2004 7 commits