1. 19 Jun, 2004 4 commits
    • Manfred Spraul's avatar
      [PATCH] natsemi updates · ef5b90b9
      Manfred Spraul authored
      - support for external phys, both fibre and twisted pair, added:
            * remove the "phy" parameter from mdio_{read,write}: the
              function accesses the current phy.
            * new functions to access external phys: miiport_{read,write}
            * scan for external phys on _probe.
            * ethtool support for switching between internal
              and external phys.
            * introduce an init_phy_fixup helper: a few settings must be
              reapplied after reenabling the internal phy.
      - move register_netdev to the end of _probe. The current position
      could cause races with hotplug.
      - do not wait for autonegotiation completed after initialization.
      - use pci_name() instead of dev->name until register_netdev has
      initialized dev->name.
      - read the BMSR register in the link beat interrupt twice:
      The link status field is latched, without reading twice a link up
      event will be missed (and only noticed a few seconds later in the
      media timer)
      - restart the autonegotiation after modifying the capabilities. 
      ef5b90b9
    • 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 36 commits