From owner-freebsd-sparc64@FreeBSD.ORG Thu Oct 30 11:32:31 2003 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A9C0416A4CE for ; Thu, 30 Oct 2003 11:32:31 -0800 (PST) Received: from decstation.larkowski.net (d60-65-37-214.try.wideopenwest.com [65.60.214.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id EA78B43FDF for ; Thu, 30 Oct 2003 11:32:29 -0800 (PST) (envelope-from peter@larkowski.net) Received: from localhost (peter@localhost)h9UJWP018554; Thu, 30 Oct 2003 14:32:26 -0500 (EST) Date: Thu, 30 Oct 2003 14:32:23 -0500 (EST) From: peter@larkowski.net To: Phillip Walters In-Reply-To: <1067537635.1976.53.camel@loveshack.linkline.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-sparc64@freebsd.org Subject: Re: Problem with dc interface on 5.1-CURRENT X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Oct 2003 19:32:31 -0000 The ethernet addresses 00:00:00:00:00:00 for both cards are definitely not right. You are running 5.1-RELEASE. I don't know if the busdma conversion had been finished by then. I'd try -CURRENT. -p On 30 Oct 2003, Phillip Walters wrote: > Date: 30 Oct 2003 10:13:55 -0800 > From: Phillip Walters > To: freebsd-sparc64@freebsd.org > Subject: Problem with dc interface on 5.1-CURRENT > > Hi Everyone, > > I'm currently having a problem with the dc interfaces on a Netra in > 5.1-CURRENT. I'm able to bring the interfaces up and set their MAC > addresses. When I do bring them up, though, I get the following: > > # ifconfig dc0 up > dc0: failed to force tx and rx to idle state > dc0: failed to force tx and rx to idle state > # > > I don't think that's a problem all by itself, but it doesn't appear that > there's any traffic going through the interface. Trying to ping my > workstation from the Netra, and running tcpdump on the workstation shows > absolutely nothing coming from the Netra. > > Anyone have advice on what I could possibly have wrong here? > > # dmesg > Copyright (c) 1992-2003 The FreeBSD Project. > Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights > reserved. > FreeBSD 5.1-RELEASE #0: Thu Jun 5 13:27:04 GMT 2003 > root@:/usr/obj/usr/src/sys/GENERIC > Preloaded elf kernel "/boot/kernel/kernel" at 0xc0412000. > Timecounter "tick" frequency 500000000 Hz > real memory = 2120499200 (2022 MB) > avail memory = 2065719296 (1970 MB) > cpu0: Sun Microsystems UltraSparc-IIe Processor (500.00 MHz CPU) > nexus0: > pcib0: on nexus0 > pcib0: Sabre, impl 0, version 0, ign 0x7c0, bus A > DVMA map: 0x60000000 to 0x63ffffff > pci0: on pcib0 > pci0: at device 3.0 (no driver attached) > dc0: port 0x10100-0x101ff mem > 0x2000-0x20ff irq > 2 8 at device 5.0 on pci0 > dc0: Ethernet address: 00:00:00:00:00:00 > miibus0: on dc0 > ukphy0: on miibus0 > ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > isab0: at device 7.0 on pci0 > isa0: on isab0 > pci0: at device 10.0 (no driver attached) > dc1: port 0x10000-0x100ff irq 6 at device > 12.0 > on pci0 > dc1: Ethernet address: 00:00:00:00:00:00 > miibus1: on dc1 > ukphy1: on miibus1 > ukphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto > atapci0: port > 0x10220-0x1022f,0x10208-0x102 0b,0x10210-0x10217,0x10218-0x1021b,0x10200-0x10207 irq 12 at device 13.0 on pci0 > ata2: at 0x10200 on atapci0 > ata3: at 0x10210 on atapci0 > Timecounters tick every 10.000 msec > Power Failure Detected: Shutting down NOW. > ad0: 38166MB [77545/16/63] at ata3-master UDMA66 > acd0: CDROM at ata3-slave PIO4 > Mounting root from ufs:/dev/ad0a > warning: no time-of-day clock registered, system time will not be set > accurately > > _______________________________________________ > freebsd-sparc64@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-sparc64 > To unsubscribe, send any mail to "freebsd-sparc64-unsubscribe@freebsd.org" >