From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: erik quanstrom Date: Fri, 5 Jun 2009 22:19:47 -0400 To: 9fans@9fans.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] Missing interrupts in 9pxeload? Topicbox-Message-UUID: 05c40b02-ead5-11e9-9d60-3106f5b1d025 > I should note that the machine can successfully boot (and run) OpenBSD > via PXE (by first loading the OpenBSD PXE loader and then loading and > booting an OpenBSD miniroot), so I don't think it's a hardware > problem. That the clock doesn't seem to be interrupting at all and > that I pulled a new RTL8169 driver out of your directory on sources > and wedged it into 9pxeload with the same results makes me think that > it's not an ethernet driver issue. I suspect that either the > interrupt vector is being incorrectly set or corrupted, or that > interrupts are somehow being disabled and never re-enabled. The > latter doesn't seem particularly likely to me. consider smm mode. and the possibility for stepping on smm memory between 512k and 640k. - erik