From owner-freebsd-net Fri Dec 27 16:11:15 2002 Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73E6337B401 for ; Fri, 27 Dec 2002 16:11:12 -0800 (PST) Received: from h14n2fls34o809.telia.com (h14n2fls34o809.telia.com [217.208.95.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3B10143ED1 for ; Fri, 27 Dec 2002 16:11:11 -0800 (PST) (envelope-from pawel.worach@telia.com) Received: from corona (corona.sajd.net [192.168.1.20]) by h14n2fls34o809.telia.com (8.11.6+Sun/8.11.6) with ESMTP id gBS0B9g09417 for ; Sat, 28 Dec 2002 01:11:09 +0100 (MET) From: "Pawel Worach" To: Subject: xe pcmcia interface broken, more debug Date: Sat, 28 Dec 2002 01:11:09 +0100 Message-ID: <000001c2ae05$9fcbd380$2a45fea9@corona> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 Sender: owner-freebsd-net@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I searched the archives and found tips on changing the irq from 3 to 10 but the problem persists. Here is some more info about the "watchdog timeout" with the xe driver debugging enabled. I also disabled autonegotiation (forced 10baseT/UTP) as the other end is a Cisco Cat. 1900 10mbit port. pccard: card inserted, slot 0 xe0 at port 0x240-0x24f iomem 0xd4000-0xd4fff irq 10 slot 0 on pccard0 xe0: attach xe0: Intel CE3, bonding version 0x45, 100Mbps capable xe0: DingoID =3D 0, RevisionID =3D 0, VendorID =3D 0 xe0: Ethernet address 00:a0:c9:37:21:ef xe0: media_status xe0: media_status xe0: media_status xe0: media_change xe0: setmedia xe0: disable_intr xe0: soft_reset xe0: silicon revision =3D 4 xe0: disable_intr xe0: PHY OK! xe0: MII registers: 0:3400 1:7809 4:01e1 5:0000 6:0000 xe0: Selecting 10baseT xe0: Setting LEDs xe0: init xe0: enable_intr xe0: init xe0: enable_intr xe0: init xe0: enable_intr xe0: watchdog timeout; resetting card xe0: stop xe0: disable_intr xe0: hard_reset xe0: setmedia xe0: disable_intr xe0: soft_reset xe0: silicon revision =3D 4 xe0: disable_intr xe0: PHY OK! xe0: MII registers: 0:3400 1:7809 4:01e1 5:0000 6:0000 xe0: Selecting 10baseT xe0: Setting LEDs xe0: init xe0: enable_intr xe0: init xe0: enable_intr xe0: init xe0: enable_intr xe0: media_status xe0: media_status -----Original Message----- From: Pawel Worach [mailto:pawel.worach@telia.com]=20 Sent: den 27 december 2002 20:07 To: 'freebsd-current@freebsd.org'; 'net@freebsd.org' Subject: xe pcmcia interface broken Using an IBM ThinkPad 770 with the Intel EtherExpress(TM) PRO/100 PC Card Mobile Adapter16 is a no go in RELENG_5_0, this worked fine in 4.7-RELEASE also i had to use the "OLDCARD" style pcmcia driver, the new one won't = work. pccard: card inserted, slot 0 xe0 at port 0x240-0x24f iomem 0xd4000-0xd4fff irq 3 slot 0 on pccard0 xe0: Intel CE3, bonding version 0x45, 100Mbps capable xe0: DingoID =3D 0, RevisionID =3D 0, VendorID =3D 0 xe0: Ethernet address 00:a0:c9:37:21:ef xe0: watchdog timeout; resetting card Now for the real fun, oversized frames: # ping -c 1 darkstar PING darkstar.sajd.net (192.168.1.11): 56 data bytes 64 bytes from 192.168.1.11: icmp_seq=3D0 ttl=3D64 time=3D0.668 ms # ping -c 1 -s 2000 darkstar PING darkstar.sajd.net (192.168.1.11): 56 data bytes xe0: discard oversize frame (ether type 800 flags 3 len 1518 > max 1514) xe0: discard oversize frame (ether type 800 flags 3 len 1518 > max 1514) # ifconfig xe0 | grep mtu xe0: flags=3D8843 mtu 1500 any ideas? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-net" in the body of the message