From owner-freebsd-current Thu Oct 11 1:40: 3 2001 Delivered-To: freebsd-current@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 6FFE437B401 for ; Thu, 11 Oct 2001 01:39:52 -0700 (PDT) Received: from localhost (ilmar@localhost) by fledge.watson.org (8.11.6/8.11.5) with SMTP id f9B8ZAV27377 for ; Thu, 11 Oct 2001 04:35:11 -0400 (EDT) (envelope-from ilmar@watson.org) Date: Thu, 11 Oct 2001 04:35:10 -0400 (EDT) From: "Ilmar S. Habibulin" To: freebsd-current@freebsd.org Subject: my dc now doesn't work Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG After the last cvsup (changes from 29 of september) i've got dead dc (21143 based NIC). LEDs are dead, but card is successfully probed and attached, so i have device but can't use it. What should i send to help investigate this problem? This is strings from working kernel: $FreeBSD: src/sys/dev/mii/amphy.c,v 1.4 2000/12/12 19:31:14 wpaul Exp $ $FreeBSD: src/sys/dev/mii/brgphy.c,v 1.5 2001/09/18 00:31:19 wpaul Exp $ $FreeBSD: src/sys/dev/mii/dcphy.c,v 1.10 2001/03/28 09:17:52 jhb Exp $ ^^^^ $FreeBSD: src/sys/dev/mii/exphy.c,v 1.6 2000/12/12 19:31:14 wpaul Exp $ $FreeBSD: src/sys/dev/mii/mii.c,v 1.8 2001/02/04 16:08:05 phk Exp $ ^^^ $FreeBSD: src/sys/dev/mii/mii_physubr.c,v 1.4 2000/12/12 19:31:14 wpaul Exp $ ^^^ $FreeBSD: src/sys/dev/mii/nsphy.c,v 1.9 2001/06/02 19:51:02 jlemon Exp $ $FreeBSD: src/sys/dev/mii/nsgphy.c,v 1.1 2001/05/11 19:56:36 wpaul Exp $ $FreeBSD: src/sys/dev/mii/pnphy.c,v 1.6 2001/03/28 09:17:52 jhb Exp $ $FreeBSD: src/sys/dev/mii/pnaphy.c,v 1.3 2000/12/12 19:31:14 wpaul Exp $ $FreeBSD: src/sys/dev/mii/rlphy.c,v 1.4 2000/12/12 19:31:14 wpaul Exp $ $FreeBSD: src/sys/dev/mii/tlphy.c,v 1.6 2001/07/19 02:14:59 kris Exp $ $FreeBSD: src/sys/dev/mii/ukphy.c,v 1.5 2000/12/12 19:31:14 wpaul Exp $ $FreeBSD: src/sys/dev/mii/ukphy_subr.c,v 1.4 2000/04/29 15:35:12 phk Exp $ $FreeBSD: src/sys/dev/mii/xmphy.c,v 1.4 2001/05/23 22:10:55 wpaul Exp $ $FreeBSD: src/sys/dev/mii/lxtphy.c,v 1.1 2001/02/07 19:57:16 semenu Exp $ $FreeBSD: src/sys/dev/mii/qsphy.c,v 1.1 2001/02/07 19:57:16 semenu Exp $ $FreeBSD: src/sys/dev/mii/acphy.c,v 1.2 2001/02/07 22:34:15 semenu Exp $ $FreeBSD: src/sys/dev/usb/if_aue.c,v 1.42 2001/09/09 03:08:30 dwhite Exp $ $FreeBSD: src/sys/dev/usb/if_cue.c,v 1.19 2001/08/22 05:33:57 peter Exp $ $FreeBSD: src/sys/dev/usb/if_kue.c,v 1.32 2001/08/22 05:33:57 peter Exp $ $FreeBSD: src/sys/dev/usb/usb_ethersubr.c,v 1.9 2000/11/25 07:35:24 jlemon Exp $ $FreeBSD: src/sys/pci/if_dc.c,v 1.55 2001/09/04 17:10:11 wpaul Exp $ ^^^^ And from the new kernel: $FreeBSD: src/sys/dev/mii/amphy.c,v 1.5 2001/09/29 19:18:52 jlemon Exp $ $FreeBSD: src/sys/dev/mii/brgphy.c,v 1.6 2001/09/29 19:18:52 jlemon Exp $ $FreeBSD: src/sys/dev/mii/dcphy.c,v 1.11 2001/09/29 19:18:52 jlemon Exp $ ^^^^ $FreeBSD: src/sys/dev/mii/exphy.c,v 1.7 2001/09/29 19:18:52 jlemon Exp $ $FreeBSD: src/sys/dev/mii/mii.c,v 1.10 2001/10/01 22:57:57 mjacob Exp $ ^^^^ $FreeBSD: src/sys/dev/mii/mii_physubr.c,v 1.6 2001/09/29 18:48:24 jlemon Exp $ ^^^ $FreeBSD: src/sys/dev/mii/nsphy.c,v 1.10 2001/09/29 19:18:52 jlemon Exp $ $FreeBSD: src/sys/dev/mii/nsgphy.c,v 1.2 2001/09/29 19:18:52 jlemon Exp $ $FreeBSD: src/sys/dev/mii/pnphy.c,v 1.7 2001/09/29 19:18:52 jlemon Exp $ $FreeBSD: src/sys/dev/mii/pnaphy.c,v 1.4 2001/09/29 19:18:52 jlemon Exp $ $FreeBSD: src/sys/dev/mii/rlphy.c,v 1.5 2001/09/29 19:18:52 jlemon Exp $ $FreeBSD: src/sys/dev/mii/tlphy.c,v 1.7 2001/09/29 19:18:52 jlemon Exp $ $FreeBSD: src/sys/dev/mii/ukphy.c,v 1.6 2001/09/29 19:18:52 jlemon Exp $ $FreeBSD: src/sys/dev/mii/ukphy_subr.c,v 1.4 2000/04/29 15:35:12 phk Exp $ $FreeBSD: src/sys/dev/mii/xmphy.c,v 1.5 2001/09/29 19:18:52 jlemon Exp $ $FreeBSD: src/sys/dev/mii/lxtphy.c,v 1.2 2001/09/29 19:18:52 jlemon Exp $ $FreeBSD: src/sys/dev/mii/qsphy.c,v 1.2 2001/09/29 19:18:52 jlemon Exp $ $FreeBSD: src/sys/dev/mii/acphy.c,v 1.3 2001/09/29 19:18:52 jlemon Exp $ $FreeBSD: src/sys/dev/usb/if_aue.c,v 1.43 2001/09/29 19:31:29 jlemon Exp $ $FreeBSD: src/sys/dev/usb/if_cue.c,v 1.19 2001/08/22 05:33:57 peter Exp $ $FreeBSD: src/sys/dev/usb/if_kue.c,v 1.32 2001/08/22 05:33:57 peter Exp $ $FreeBSD: src/sys/dev/usb/usb_ethersubr.c,v 1.9 2000/11/25 07:35:24 jlemon Exp $ $FreeBSD: src/sys/pci/if_dc.c,v 1.56 2001/09/29 19:28:31 jlemon Exp $ ^^^^ my dmesg (from logs) new kernel: Oct 11 11:55:52 ws-ilmar /boot/kernel/kernel: Copyright (c) 1992-2001 The FreeBSD Project. Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: The Regents of the University of California. All rights reserved. Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: FreeBSD 5.0-CURRENT #2: Wed Oct 10 18:46:23 MSD 2001 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: root@ws-ilmar.:/usr/src/sys/i386/compile/WS_ILMAR Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: Timecounter "i8254" frequency 1193182 Hz Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: Timecounter "TSC" frequency 706297611 Hz Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: CPU: AMD Duron(tm) Processor (706.30-MHz 686-class CPU) Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: Origin = "AuthenticAMD" Id = 0x631 Stepping = 1 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: Features=0x183f9ff Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: AMD Features=0xc0440000<,AMIE,DSP,3DNow!> Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: real memory = 134135808 (130992K bytes) Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: avail memory = 126578688 (123612K bytes) Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: Preloaded elf kernel "/boot/kernel/kernel" at 0xc03e1000. Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: Preloaded elf module "/boot/kernel/linux.ko" at 0xc03e10a8. Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: Pentium Pro MTRR support enabled Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: Using $PIR table, 9 entries at 0xc00f1720 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: acpi0: on motherboard Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: acpi0: power button is handled as a fixed feature programming model. Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: Timecounter "ACPI" frequency 3579545 Hz Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: acpi_timer0: <24-bit timer at 3.579545MHz> port 0xe408-0xe40b on acpi0 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: acpi_cpu0: on acpi0 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: acpi_button0: on acpi0 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: acpi_pcib0: port 0xcf8-0xcff on acpi0 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: pci0: on acpi_pcib0 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: pcib1: at device 1.0 on pci0 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: pci1: on pcib1 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: pci1: at device 0.0 (no driver attached) Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: isab0: at device 4.0 on pci0 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: isa0: on isab0 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: atapci0: port 0xb800-0xb80f at device 4.1 on pci0 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: atapci0: VIA '686b southbridge fix applied Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: ata0: at 0x1f0 irq 14 on atapci0 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: ata1: at 0x170 irq 15 on atapci0 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: uhci0: port 0xb400-0xb41f irq 5 at device 4.2 on pci0 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: usb0: on uhci0 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: usb0: USB revision 1.0 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: uhub0: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: uhub0: 2 ports with 2 removable, self powered Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: uhci1: port 0xb000-0xb01f irq 5 at device 4.3 on pci0 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: usb1: on uhci1 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: usb1: USB revision 1.0 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: uhub1: VIA UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: uhub1: 2 ports with 2 removable, self powered Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: dc0: port 0x9400-0x947f mem 0xde800000-0xde8003ff irq 10 at device 11.0 on pci0 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: dc0: Ethernet address: 00:80:ad:90:b4:38 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: miibus0: on dc0 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: dcphy0: on miibus0 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: dcphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: fdc0: port 0x3f7,0x3f2-0x3f5 irq 6 on acpi0 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: fdc0: FIFO enabled, 8 bytes threshold Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: fd0: <1440-KB 3.5" drive> on fdc0 drive 0 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: ppc0 port 0x778-0x77b,0x378-0x37f irq 7 on acpi0 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: ppc0: FIFO with 16/16/8 bytes threshold Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: plip0: on ppbus0 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: lpt0: on ppbus0 Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: lpt0: Interrupt-driven port Oct 11 11:55:53 ws-ilmar /boot/kernel/kernel: ppi0: on ppbus0 Oct 11 11:55:54 ws-ilmar /boot/kernel/kernel: sio0 port 0x3f8-0x3ff irq 4 on acpi0 Oct 11 11:55:54 ws-ilmar /boot/kernel/kernel: sio0: type 16550A Oct 11 11:55:54 ws-ilmar /boot/kernel/kernel: sio1 port 0x2f8-0x2ff irq 3 on acpi0 Oct 11 11:55:54 ws-ilmar /boot/kernel/kernel: sio1: type 16550A Oct 11 11:55:54 ws-ilmar /boot/kernel/kernel: atkbdc0: port 0x64,0x60 irq 1 on acpi0 Oct 11 11:55:54 ws-ilmar /boot/kernel/kernel: atkbd0: flags 0x1 irq 1 on atkbdc0 Oct 11 11:55:54 ws-ilmar /boot/kernel/kernel: kbd0 at atkbd0 Oct 11 11:55:54 ws-ilmar /boot/kernel/kernel: psm0: irq 12 on atkbdc0 Oct 11 11:55:54 ws-ilmar /boot/kernel/kernel: psm0: model NetMouse/NetScroll Optical, device ID 0 Oct 11 11:55:54 ws-ilmar /boot/kernel/kernel: npx0: on motherboard Oct 11 11:55:54 ws-ilmar /boot/kernel/kernel: npx0: INT 16 interface Oct 11 11:55:54 ws-ilmar /boot/kernel/kernel: orm0: