1. 17 5月, 2005 37 次提交
  2. 16 5月, 2005 3 次提交
    • D
      [PATCH] wireless: 3CRWE154G72 Kconfig help fix · c8920ba0
      Daniel Andersen 提交于
      Version 2 of the 3com OfficeConnect 11g Cardbus Card aka 3CRWE154G72 is not
      supported by the prism54 project.  To stop confusion, the kernel
      documentation should state so as 3com made a good job hiding the version.
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      
      diff -puN drivers/net/wireless/Kconfig~wireless-3crwe154g72-kconfig-help-fix drivers/net/wireless/Kconfig
      c8920ba0
    • J
      [PATCH] Typo in tulip driver · c4cc26d3
      Jiri Benc 提交于
      This patch fixes a typo in tulip driver in 2.6.12-rc3.
      c4cc26d3
    • G
      [PATCH] {PATCH] Fix IBM EMAC driver ioctl bug · 99718699
      Geoff Levand 提交于
      Fix IBM EMAC driver ioctl bug.
      
      I found IBM EMAC driver bug.
      So mii-tool command print wrong status.
      
        # mii-tool
        eth0: 10 Mbit, half duplex, no link
        eth1: 10 Mbit, half duplex, no link
      
      I can get correct status on fixed kernel.
      
        # mii-tool
        eth0: negotiated 100baseTx-FD, link okZZ
        eth1: negotiated 100baseTx-FD, link ok
      
      Hiroaki Fuse
      
      Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> for CELF
      99718699