From owner-freebsd-sparc Thu Jul 11 22:44:38 2002 Delivered-To: freebsd-sparc@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3562B37B401 for ; Thu, 11 Jul 2002 22:44:32 -0700 (PDT) Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 62ADD43E54 for ; Thu, 11 Jul 2002 22:44:31 -0700 (PDT) (envelope-from arr@watson.org) Received: from fledge.watson.org (localhost [127.0.0.1]) by fledge.watson.org (8.12.4/8.12.4) with ESMTP id g6C5iQbL086993; Fri, 12 Jul 2002 01:44:26 -0400 (EDT) (envelope-from arr@watson.org) Received: from localhost (arr@localhost) by fledge.watson.org (8.12.4/8.12.4/Submit) with SMTP id g6C5iQif086990; Fri, 12 Jul 2002 01:44:26 -0400 (EDT) X-Authentication-Warning: fledge.watson.org: arr owned process doing -bs Date: Fri, 12 Jul 2002 01:44:25 -0400 (EDT) From: "Andrew R. Reiter" To: Thomas Moestl Cc: freebsd-sparc64@FreeBSD.org Subject: Re: hme0 -- 0x20000 error (no rx descs) In-Reply-To: <20020711165803.GB318@crow.dom2ip.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-sparc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org [snip, see other thread messages for context.] : :Hmmm, actually, I think that the kernel on the ISO was compiled with :KTR, so you just need to set the mask (no recompile required), using :either a loader tunable ("set debug.ktr.mask=0x2000000" on the loader :prompt) or sysctl ("sysctl debug.ktr.mask=0x2000000"). Since it :doesn't seem to happen during boot the sysctl method should suffice. : : - thomas Here's the related traces; please let me know if you need more context or other information. index trace ------ ----- 5186 hme_intr: status 0x20001 5185 hme_intr: status 0x20001 5184 hme_intr: status 0x20001 5183 hme_intr: status 0x20001 5182 hme_intr: status 0x20101 5181 hme_tint: not busy! 5180 hme_tint: not owned, dflags 0x1 5179 hme_tint: index 3, flags 0x20000018 5178 hme_tint: not owned, dflags 0x1 5177 hme_tint: index 2, flags 0x8 5176 hme_tint: not owned, dflags 0x1 5175 hme_tint: index 1, flags 0x40000036 5174 hme_intr: status 0x3000000 5173 hme_load_mbuf: activating ri 1, si 1 (0xc0000036) 5172 hme_load_mbuf: activating ri 2, si 1 (0x80000008) 5171 hme_load_mbuf: activating ri 3, si 1 (0xa0000018) 5170 hme_load_mbuf: next desc is 4 (0) 5169 hme_txdma_callback: seg 1/1, ri 3, flags 0x20000018, addr 0xfe215d20 5168 hme_txdma_callback: seg 1/1, ri 2, flags 0x8, addr 0xfe211f20 5167 hme_txdma_callback: seg 1/1, ri 1, flags 0x40000036, addr 0xfe20deca 5166 hme_intr: status 0x20101 5165 hme_tint: not busy! 5164 hme_tint: not owned, dflags 0x1 5163 hme_tint: index 0, flags 0x6000004e 5162 hme_intr: status 0x3000000 5161 hme_load_mbuf: activating ri 0, si 0 (0xe000004e) 5160 hme_load_mbuf: next desc is 1 (0) 5159 hme_txdma_callback: seg 1/1, ri 0, flags 0x6000004e, addr 0xfe209e4a 5158 hme_intr: status 0 5157 hme_init: mac rxcfg 0x801, maci txcfg 0x401 5156 hme_init: intr mask 0xf95d, erx cfg 0x411, etx cfg 0x3ff 5155 hme_init: tx ring 0xfe000000, rsz 0x3, rx ring 0xfe000800, rxsize 0x5ee 5154 hme_init: programming TX_MAC to 401 5153 hme_init: programming RX_MAC to 801 5152 hme_init: programming XIF to 141 5151 hme_init: programming ERX_CFG to 411 5150 tx entry 1: flags 0, address 0 5149 rx entry 1: flags ee953c00, address 5820fe 5148 gem_meminit: rx ring va 0xc4124800, pa 0xfe000800 5147 gem_meminit: tx ring va 0xc4124000, pa 0xfe000000 5146 hme_load_mbuf: activating ri 0, si 0 (0xe000002a) 5145 hme_load_mbuf: next desc is 1 (0) 5144 hme_txdma_callback: seg 1/1, ri 0, flags 0x6000002a, addr 0xfe209fd2 5143 hme_init: mac rxcfg 0x801, maci txcfg 0x401 5142 hme_init: intr mask 0xf95d, erx cfg 0x411, etx cfg 0x3ff 5141 hme_init: tx ring 0xfe000000, rsz 0x3, rx ring 0xfe000800, rxsize 0x5ee 5140 hme_init: programming TX_MAC to 401 5139 hme_init: programming RX_MAC to 801 5138 hme_init: programming XIF to 141 5137 hme_init: programming ERX_CFG to 411 5136 tx entry 1: flags 0, address 0 5135 rx entry 1: flags 4086, address 5820fe -- Andrew R. Reiter arr@watson.org arr@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-sparc" in the body of the message