1. 02 Sep, 2003 6 commits
    • Adrian Bunk's avatar
      [PATCH] Mark more drivers BROKEN{,ON_SMP} · 51e9e974
      Adrian Bunk authored
      - let more drivers that don't compile depend on BROKEN
      - MTD_BLKMTD is fixed, remove the dependency on BROKEN
      - let all drivers that don't compile on SMP (due to cli/sti usage)
        depend on a BROKEN_ON_SMP that is only defined if !SMP || BROKEN
      - #include interrupt.h for dummy cli/sti/... in two files to fix the
        UP compilation of these files
      
      I marked only drivers that are broken for a long time and where I don't 
      know about existing fixes with BROKEN or BROKEN_ON_SMP.
      51e9e974
    • Linus Torvalds's avatar
      Merge bk://kernel.bkbits.net/davem/net-2.5 · 596a338d
      Linus Torvalds authored
      into home.osdl.org:/home/torvalds/v2.5/linux
      596a338d
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] ide: forward-port siimage driver changes from 2.4.22 · d964d911
      Bartlomiej Zolnierkiewicz authored
      ide: forward-port siimage driver changes from 2.4.22
      d964d911
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] ide: fix ide_unregister() vs. driver model · 8fc7b528
      Bartlomiej Zolnierkiewicz authored
      From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
      
      This patch seem to have been lost, so here it is again.  It fixes an Ooops
      on unregistering hwifs due to the device model now having mandatory
      release() functions.  It also close the possible race we had on release if
      the entry was in use (by or /sys typically) by using a semaphore waiting
      for the release() to be called after doing an unregister.
      8fc7b528
    • Ben Collins's avatar
      [PATCH] Fix compile for raw1394 · ed2149ac
      Ben Collins authored
      Include vmalloc.h to fix compilation of raw1394.c
      ed2149ac
    • Arnaldo Carvalho de Melo's avatar
      [PATCH] scsi cleanups · 39c743c3
      Arnaldo Carvalho de Melo authored
        o scsi/imm.h: use c99 style initialization
      
        As far as I verified this also fixes a bug when doing the
        table lookup for IMM_EPP_32, that would result in "Unknown"
        as IMM_EPP_32 is equal to 6 and there is the #ifdef...
      
      ChangeSet@1.1386, 2003-09-02 00:11:07-03:00, acme@allegro.kerneljanitors.org
        o scsi/*.h: remove not needed #define NULL
      
      ChangeSet@1.1385, 2003-09-02 00:05:16-03:00, acme@allegro.kerneljanitors.org
        o scsi/3w-xxx.h: use c99 style init
      39c743c3
  2. 01 Sep, 2003 34 commits