From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <90f4b211d1a206531a4bc1db56fc85cb@coraid.com> From: erik quanstrom Date: Wed, 1 Aug 2007 07:27:09 -0400 To: 9fans@cse.psu.edu Subject: Re: [9fans] Re: sata support In-Reply-To: <1185836845.854090.285810@x40g2000prg.googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 99bc1e6a-ead2-11e9-9d60-3106f5b1d025 i think the problem is that the pci id in your motherboard is not recognized. i think you will need the following lines added to /sys/src/9/pc/sdata.c and recompile the kernel. (to be sure, could you send me the output of pci from your machine.) unfortunately, this will only be possible if you have another machine with plan 9 installed on which to work. if you don't i think this will need to be added to the distribution so a new install cd can be created. it's impractical for me to generate them. i believe this chipset supports ahci. unfortunately, i don't have one of these motherboards to develop on. - erik /n/sources/plan9//sys/src/9/pc/sdata.c:1970,1976 - sdata.c:1970,1979 case (0x0054<<16)|0x10DE: /* nVidia nForce4 SATA */ case (0x0055<<16)|0x10DE: /* nVidia nForce4 SATA */ case (0x0266<<16)|0x10DE: /* nVidia nForce4 430 SATA */ - case (0x0267<<16)|0x10DE: /* nVidia nForce4 430 SATA */ + case (0x0267<<16)|0x10DE: /* nVidia nForce 55 MCP SATA */ + case (0x03EC<<16)|0x10DE: /* nVidia nForce 61 MCP SATA */ + case (0x0448<<16)|0x10DE: /* nVidia nForce 65 MCP SATA */ + case (0x0560<<16)|0x10DE: /* nVidia nForce 69 MCP SATA */ /* * Ditto, although it may have a different base * address for the registers (0x50?).