Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Nov 2000 09:36:08 -0800 (PST)
From:      Roger Hardiman <roger@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_rl.c
Message-ID:  <200011241736.JAA28279@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
roger       2000/11/24 09:36:08 PST

  Modified files:
    sys/pci              if_rl.c 
  Log:
  Print a warning when we detect a Realtek 8139B chip
  (identified by the IO map being 256 bytes long instead of 128)
  
  This chip works very unreliably on my Lanner embedded PC with the rl driver.
  Lots of watchdog timeouts or poor performance.
  
  Forcing the media type to 10 Meg (ifconfig rl0 media 10baseT/UTP) is a good
  workaround.
  
  This looks very similar to the problem reported in PR kern/18790
  
  It is interesting to note that the linux driver has lots of special
  case code for this chip.
  
  Revision  Changes    Path
  1.51      +12 -2     src/sys/pci/if_rl.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200011241736.JAA28279>