Bug 28660

Summary: timeout promrem on Intel PCL 10/100 Ethernet adapter(fxp)
Product: Base System Reporter: zensyo <zensyo>
Component: kernAssignee: jlemon
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.3-RELEASE   
Hardware: Any   
OS: Any   

Description zensyo 2001-07-03 06:40:01 UTC
fxp driver got problem on only 10BASE-T environment.

Jul  3 09:43:32 superr /kernel: fxp0: SCB timeout
Jul  3 09:43:37 superr /kernel: fxp0: device timeout
Jul  3 10:07:53 superr /kernel: fxp0: SCB timeout
Jul  3 10:07:57 superr /kernel: fxp0: device timeout

fxp driver has no problem on 100BASE-TX environment .

The fxp is not a card. It is on bord chip at the mother bord Intel D815EEA-L.

fxp0: <Intel PLC 10/100 Ethernet> port 0xdf00-0xdf3f mem 0xff8ff000-0xff8fffff irq 11 at device 8.0 on pci1

How-To-Repeat: Please do ftp get and put some times .
Comment 1 dwmalone 2001-07-03 09:33:20 UTC
On Mon, Jul 02, 2001 at 10:36:22PM -0700, Yoshiaki Suzuki wrote:

> >Environment:
> FreeBSD superr.quality.co.jp 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Mon Nov 20 13:02:55 GMT 2000     kh@bento.FreeBSD.org:/usr/src/sys/compile/GENERIC  i386

Just to check, the "kh@bento.FreeBSD.org" in the above line should
say "jkh@bento.FreeBSD.org" - if it doesn't then you probably have
some serious hardware problems ;-)

	David.
Comment 2 zensyo 2001-07-03 09:41:41 UTC
> > FreeBSD superr.quality.co.jp 4.2-RELEASE FreeBSD 4.2-RELEASE #0: Mon Nov 20 13:02:55 GMT 2000     kh@bento.FreeBSD.org:/usr/src/sys/compile/GENERIC  i386
> 
> Just to check, the "kh@bento.FreeBSD.org" in the above line should
> say "jkh@bento.FreeBSD.org" - if it doesn't then you probably have
> some serious hardware problems ;-)

Sorry. This is my miss take at past the text.
Comment 3 zensyo 2001-07-03 12:26:35 UTC
I got a additional infomation.

The trouble happens only using media autoselect on 10BASE-T
environment. 
Then fix a media type by ifconfig media ..., it works fine.
  Ex. ifconfig fxp0 media 10baseT/UTP.
Comment 4 Kris Kennaway freebsd_committer freebsd_triage 2001-07-13 00:39:56 UTC
Responsible Changed
From-To: freebsd-bugs->jlemon

jlemon wrote the new fxp driver
Comment 5 jlemon freebsd_committer freebsd_triage 2001-09-02 20:29:11 UTC
State Changed
From-To: open->closed

Fixed w/rev 1.117 of if_fxp.c