1. 18 Feb, 2004 10 commits
    • Greg Kroah-Hartman's avatar
      PCI: fix pci quirk for P4B533-V, fixes bug 1720 · eb782fba
      Greg Kroah-Hartman authored
      Thanks to stephanrave@gmx.de (Stephan Rave) for the patch.
      eb782fba
    • John Rose's avatar
      [PATCH] PCI Hotplug : add DLPAR driver for PPC64 PCI Hotplug slots · 4b86aba4
      John Rose authored
      Please consider the following patch for submission.  This patch contains the
      implementation of the I/O Slot DLPAR Drivers for PPC64 RISC Platform
      Architecture.  This module depends on the RPA PCI Hotplug Module in the
      previous post.  The patch is made against kernel version 2.6.3-rc2.
      
      The Dynamic Logical Partitioning Module allows the runtime movement of I/O
      Slots between logical partitions.  An administrator can logically add/remove
      PCI Buses to/from a PPC64 partition at runtime.  These operations are initiated
      using interface files located at:
      /sys/bus/pci/pci_hotplug_slots/control/
      Development contact for this module is John Rose (johnrose@austin.ibm.com).
      4b86aba4
    • Linda Xie's avatar
      cb98d96e
    • Dely Sy's avatar
      c16b4b14
    • Adam Belay's avatar
      [PATCH] PCI: remove unused defines in pci.h · 817a68f7
      Adam Belay authored
      It occured to me that we also have the following related code in pci.h:
      Perhaps this should be removed as well?
      817a68f7
    • 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 2 commits