From owner-cvs-all Fri Nov 24 9:36:11 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8075837B479; Fri, 24 Nov 2000 09:36:08 -0800 (PST) Received: (from roger@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA28279; Fri, 24 Nov 2000 09:36:08 -0800 (PST) (envelope-from roger@FreeBSD.org) Message-Id: <200011241736.JAA28279@freefall.freebsd.org> From: Roger Hardiman Date: Fri, 24 Nov 2000 09:36:08 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pci if_rl.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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