1. 19 Jun, 2004 6 commits
    • Don Fry's avatar
      [PATCH] pcnet32: cleanup IRQ limitation. · 8f7bb917
      Don Fry authored
      Cleanup pcnet32 IRQ handling based on suggestions from Ralf Baechle
      <ralf@linux-mips.org>, and Brian Murphy <brian@murphy.dk>
      
      Tested by myself and Brian Murphy.
      
      Please also apply to 2.4.27-pre6.
      Signed-off-by: default avatarDon Fry <brazilnut@us.ibm.com>
      8f7bb917
    • Don Fry's avatar
      [PATCH] pcnet32: recover after rx hang. · c5422f1b
      Don Fry authored
      This patch fixes a receive hang that occasionally occurs after a Tx
      FIFO underrun.  The receive dma remains in a hung state sometimes.  The
      transmit operations continue to occur, but no receive activity.
      
      This was reproduced on several ppc64 systems and the fix has been verified
      there.  The patch has been tested as well on an ia32 system, which did
      not experience the hang because it did not have fifo underruns, which is
      a preqrequisite for the hang.  The memory barriers decreased the frequency
      of occurrence.  The final change to reset the chip instead of just stopping
      it eliminated the last hangs.
      
      Please also apply against 2.4.7 (with offset of -1), tested ia32.
      
      Signed-off by: brazilnut@us.ibm.com
      c5422f1b
    • Don Fry's avatar
      [PATCH] pcnet32: discard oversize rx packets · 477ea639
      Don Fry authored
      This patch will discard received frames that are larger than one buffer.
      This has been tested on ia32 and ppc64 systems.
      
      Please also apply to 2.4.7 (with offset of -3), tested ia32.
      
      Signed-off by: brazilnut@us.ibm.com
      477ea639
    • Mikulas Patocka's avatar
      [PATCH] HPFS fixes for 2.6.7 kernel · 29a54a41
      Mikulas Patocka authored
      This contains hpfs fixes from my source ported to 2.6.7 kernel:
      
      updates:
      - allocator fragments files less
      - OS/2 Warp Server filesystem can be mounted read/only
      - added reschedule points so that it doesn't hog CPU
      
      bug fixes:
      - filesystem error message when syncing or fsyncing deleted file (or when
        system just writes it on its own)
      - filesystem error on extremly fragmented files
      - corrupted disk structures could possibly corrupt memory
      29a54a41
    • Andrew Morton's avatar
      [PATCH] mptctl.c build fix · 2c4d93fe
      Andrew Morton authored
      drivers/message/fusion/mptctl.c:89:24: asm/compat.h: No such file or directory
      Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
      2c4d93fe
    • Linus Torvalds's avatar
      Merge http://lia64.bkbits.net/to-linus-2.5 · ac6a5f92
      Linus Torvalds authored
      into ppc970.osdl.org:/home/torvalds/v2.6/linux
      ac6a5f92
  2. 18 Jun, 2004 34 commits