1. 04 Aug, 2004 2 commits
    • David Woodhouse's avatar
      [2/3] PCI quirks -- PPC. · 396e37d1
      David Woodhouse authored
      Remove up the PPC pcibios_fixups[] array. Remove the ifdefs on
      CONFIG_PPC_PMAC in the kernel PPC code, moving that stuff into
      pmac-specific files where it lives. Add a quirk for the CardBus
      controller on WindRiver SBC8260.
      Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
      396e37d1
    • David Woodhouse's avatar
      [1/3] Split pci quirks array to allow separate declarations. · 61cbb82a
      David Woodhouse authored
      It's a pain in the arse to set up platform-specific PCI quirks -- you
      have to put your platform-specific quirk into the generic (or at least
      the architecture) array. This patch fixes that, allowing you to
      DECLARE_PCI_FIXUP_HEADER() or DECLARE_PCI_FIXUP_FINAL() anywhere you
      like.
      
      Note that a lot of the quirks can now be moved out of
      drivers/pci/quirks.c and put somewhere closer to where they belong.
      Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
      61cbb82a
  2. 03 Aug, 2004 2 commits
  3. 02 Aug, 2004 36 commits