Skip to content
Snippets Groups Projects
  1. Jul 31, 2005
    • Adrian Bunk's avatar
      [PATCH] SCSI_SATA has to be a tristate · faa72533
      Adrian Bunk authored
      
      SCSI=m must disallow static drivers.
      
      The problem is that all the SATA drivers depend on SCSI_SATA.
      
      With SCSI=m and SCSI_SATA=y this allows the static enabling of the SATA
      drivers with unwanted effects, e.g.:
      - SCSI=m, SCSI_SATA=y, SCSI_ATA_ADMA=y
        -> SCSI_ATA_ADMA is built statically but scsi/built-in.o is not linked
           into the kernel
      - SCSI=m, SCSI_SATA=y, SCSI_ATA_ADMA=y, SCSI_SATA_AHCI=m
        -> SCSI_ATA_ADMA and libata are built statically but
           scsi/built-in.o is not linked into the kernel,
           SCSI_SATA_AHCI is built modular (unresolved symbols due to missing
                                            libata)
      
      Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
      Cc: Jeff Garzik <jgarzik@pobox.com>
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      Signed-off-by: default avatarJeff Garzik <jgarzik@pobox.com>
      faa72533
  2. Jun 13, 2005
  3. May 20, 2005
  4. May 04, 2005
  5. Apr 18, 2005
  6. Apr 17, 2005
  7. Apr 16, 2005
    • Linus Torvalds's avatar
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds authored
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      v2.6.12-rc2
      1da177e4
Loading