9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@coraid.com>
To: 9fans@cse.psu.edu
Subject: Re: [9fans] Re: sata support
Date: Wed,  1 Aug 2007 07:27:09 -0400	[thread overview]
Message-ID: <90f4b211d1a206531a4bc1db56fc85cb@coraid.com> (raw)
In-Reply-To: <1185836845.854090.285810@x40g2000prg.googlegroups.com>

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?).


  reply	other threads:[~2007-08-01 11:27 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-30 10:11 [9fans] " l l
2007-07-30 13:27 ` erik quanstrom
2007-07-30 13:31 ` Gabriel Diaz
2007-07-30 23:36   ` erik quanstrom
2007-08-01  9:34 ` [9fans] " l l
2007-08-01 11:27   ` erik quanstrom [this message]
2007-08-02  9:11   ` l l

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=90f4b211d1a206531a4bc1db56fc85cb@coraid.com \
    --to=quanstro@coraid.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).