From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: "Steve Simon" Date: Wed, 14 Mar 2007 14:56:53 +0000 To: 9fans@cse.psu.edu Subject: Re: [9fans] Problem installing plan9 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 23b345a4-ead2-11e9-9d60-3106f5b1d025 > pcirouting: ignoring south bridge PCI.0.17.0 1106/3177 ... > panic: kernel fault: no user process pc=0xf01aa887 addr=0x00000003 My suspicion is that the lack of a recconised southbridge is the problem, a Viatech VT8237, any PCI experts out there know if this likely to work? { 0x1106, 0x0586, viaget, viaset }, // Viatech 82C586 { 0x1106, 0x0596, viaget, viaset }, // Viatech 82C596 { 0x1106, 0x0686, viaget, viaset }, // Viatech 82C686 { 0x1106, 0x3227, viaget, viaset }, // Viatech VT8237 If so its just a matter of adding another line to pci.c: { 0x1106, 0x3177, viaget, viaset }, // Viatech VT8235 Anyone in a position to build this guy another CD image with this tiny change to a kernel (I am not at present)? -Steve