1. 29 Apr, 2003 2 commits
    • Christoph Hellwig's avatar
      [PATCH] split private and public scsi headers · 21eb047c
      Christoph Hellwig authored
      Two new headers:
      
        scsi_priv.h - for macros/declarations private to the scsi midlayer
      		  (= not EXPORT_SYMBOL()ed)
        scsi_logging.h - for SCSI_LOG_* and friends, semi-private to the
        		midlayer and the upper drivers.  One abuse of this
      		in dpt_i2o killed.
      21eb047c
    • Anton Blanchard's avatar
      [PATCH] Re: Make sym2 driver use pci_enable_device · 30ec75cc
      Anton Blanchard authored
      > The sym2 driver should use the generic pci_enable_device() and
      > pci_set_master() functions.
      
      Sorry, wrong patch. We need to read COMMAND after doing
      pci_enable_device/pci_set_master. We should also check the return
      valie of pci_enable_device.
      
      Anton
      
      ===== drivers/scsi/sym53c8xx_2/sym_glue.c 1.16 vs edited =====
      30ec75cc
  2. 28 Apr, 2003 10 commits
  3. 29 Apr, 2003 2 commits
    • Russell King's avatar
      [ARM] Update mach-types to latest version. · 817a52ad
      Russell King authored
      817a52ad
    • Russell King's avatar
      [ARM] Fix elf_fpregset_t · b7d48a12
      Russell King authored
      This is a fix from eons ago, which apparantly has been in the old
      Rebel.com netwinder CVS for several years, and has never been
      submitted upstream.
      
      This fix allows FP registers to be correctly written to ELF core
      files, as well as preventing corruption of other parts of ELF core
      files caused by data on the kernel stack being overwritten.
      b7d48a12
  4. 28 Apr, 2003 7 commits
  5. 27 Apr, 2003 19 commits