From owner-freebsd-questions@FreeBSD.ORG Thu May 13 14:02:17 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFC5B16A4DC; Thu, 13 May 2004 14:02:17 -0700 (PDT) Received: from kheops.speedy.net.pe (kheops.speedy.net.pe [200.48.172.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id C2F9543D46; Thu, 13 May 2004 14:02:16 -0700 (PDT) (envelope-from rcc@speedy.net.pe) Received: from elcsa30102 (unknown [10.226.252.102]) by kheops.speedy.net.pe (Postfix) with ESMTP id 7F92E26206; Thu, 13 May 2004 16:05:32 -0500 (PET) Message-ID: <003101c4392d$428524b0$66fce20a@int.tp.com.pe> From: "Richard Cotrina" To: Date: Thu, 13 May 2004 15:59:58 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1106 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106 cc: freebsd-questions@FreeBSD.ORG Subject: 5.2.1R panic on Sun Blade 100 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 May 2004 21:02:18 -0000 Hello : My Sun Blade 100 has experienced a "fault virtual address" panic, produced by a simple remote port scanning (done with nmap 3.5). Searching the lists, I've found a similar problem : http://lists.freebsd.org/pipermail/freebsd-sparc64/2003-August/000576.html according to this, the problem was caused by a lack of network card (dc) support . My Sun Blade has an ERI Interface, which driver, gem, uses the pci bus too. Anyone is having problems with Sun Blade and 5.2.1? I am running the last 5.2.1R code from cvs. Here is my dmesg output : Copyright (c) 1992-2004 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.2.1-RELEASE-p6 #0: Thu May 13 14:18:32 PET 2004 root@host:/usr/obj/usr/src/sys/CUSTOM Preloaded elf kernel "/boot/kernel/kernel" at 0xc044e000. Timecounter "tick" frequency 502000000 Hz quality 0 real memory = 2147483648 (2048 MB) avail memory = 2082267136 (1985 MB) cpu0: Sun Microsystems UltraSparc-IIe Processor (502.00 MHz CPU) nexus0: pcib0: on nexus0 pcib0: Sabre (US-IIe) compatible, impl 0, version 0, ign 0x7c0, bus A pcib0: [FAST] pcib0: [FAST] DVMA map: 0xc0000000 to 0xc3ffffff pci0: on pcib0 ebus0: revision 0x01 ebus0: : incomplete ebus0: mem 0xf1000000-0xf17fffff,0xf0000000-0xf0ffffff at device 12.0 on pci0 ebus0: addr 0-0xfffff (no driver attached) eeprom0: addr 0x100000000-0x100001fff on ebus0 eeprom0: model mk48t59 eeprom0: hostid 8310ddda isab0: at device 7.0 on pci0 isa0: on isab0 gem0: mem 0x400000-0x41ffff at device 12.1 on pci0 miibus0: on gem0 ukphy0: on miibus0 ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto gem0: Ethernet address: 00:03:ba:10:dd:da, 2KB RX fifo, 2KB TX fifo pci0: at device 12.2 (no driver attached) pci0: at device 12.3 (no driver attached) pci0: at device 3.0 (no driver attached) pci0: at device 8.0 (no driver attached) atapci0: port 0xa20-0xa2f,0xa08-0xa0b,0xa10-0xa17,0xa18-0xa1b,0xa00-0xa07 at device 13.0 on pci0 atapci0: [MPSAFE] ata2: at 0xa00 on atapci0 ata2: [MPSAFE] ata3: at 0xa10 on atapci0 ata3: [MPSAFE] pcib1: at device 5.0 on pci0 pci1: on pcib1 pci0: at device 19.0 (no driver attached) Timecounters tick every 10.000 msec IP Filter: v3.4.31 initialized. Default = pass all, Logging = enabled GEOM: create disk ad0 dp=0xfffff80000ab6aa0 ad0: 19092MB [38792/16/63] at ata2-master UDMA66 acd0: DVDR at ata2-slave PIO4 GEOM: create disk ad1 dp=0xfffff80000d4b6a0 ad1: 19092MB [38792/16/63] at ata3-master UDMA66 Mounting root from ufs:/dev/ad0a Thanks in advance,