9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Ben Calvert <ben@flyingwalrus.net>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] sata working on cd kernel, but not after install?
Date: Wed, 24 Dec 2008 00:19:35 -0800	[thread overview]
Message-ID: <EC00EBFD-E22A-4EAD-9FF5-E728918B00FD@flyingwalrus.net> (raw)
In-Reply-To: <39ae4c67f9fefb525fff948739f45a7d@quanstro.net>


On Dec 21, 2008, at 12:42 PM, erik quanstrom wrote:

> geoff has probablly fixed things for you today.  this line from
> sdata.c
> added recently should support your nvidia controller
> 		case (0x00E3<<16)|0x10DE:	/* nVidia nForce2 250 SATA */
> thanks, geoff.

the following diff enables dma on this controller and has yet to blow
anything up.

/n/sources/plan9/sys/src/9/pc/sdata.c:1939,1944 - /sys/src/9/pc/
sdata.c:1939,1947
   			 */
   			break;
   		case (0x7441<<16)|0x1022:	/* AMD 768 */
+
+ 			/* testing!!!!!*/
+ 		case (0x00E3<<16)|0x10DE:	/* nVidia nForce2 250 SATA */
   			/*
   			 * Set:
   			 *	0x41	prefetch, postwrite;
/n/sources/plan9/sys/src/9/pc/sdata.c:1966,1973 - /sys/src/9/pc/
sdata.c:1969,1975
   		case (0x209A<<16)|0x1022:	/* AMD CS5536 */
   		case (0x01BC<<16)|0x10DE:	/* nVidia nForce1 */
   		case (0x0065<<16)|0x10DE:	/* nVidia nForce2 */
- 		case (0x0085<<16)|0x10DE:	/* nVidia nForce2 MCP */
- 		case (0x00E3<<16)|0x10DE:	/* nVidia nForce2 250 SATA */
+ 		case (0x0085<<16)|0x10DE:	/* nVidia nForce2 MCP */
   		case (0x00D5<<16)|0x10DE:	/* nVidia nForce3 */
   		case (0x00E5<<16)|0x10DE:	/* nVidia nForce3 Pro */
   		case (0x00EE<<16)|0x10DE:	/* nVidia nForce3 250 SATA */

thanks eric, geoff

Ben


>
> - erik
>




  parent reply	other threads:[~2008-12-24  8:19 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-21  5:41 Ben Calvert
2008-12-21 14:18 ` erik quanstrom
2008-12-21 20:26   ` Ben Calvert
2008-12-21 20:42     ` erik quanstrom
2008-12-21 21:24       ` Ben Calvert
2008-12-21 21:43         ` erik quanstrom
2008-12-21 23:00           ` Ben Calvert
2008-12-24  8:19       ` Ben Calvert [this message]
2008-12-24 13:51         ` erik quanstrom
2008-12-24 18:28           ` [9fans] sata, sdata.c, and the wiki Ben Calvert
2008-12-24 18:33             ` erik quanstrom
2008-12-22 13:22 [9fans] sata working on cd kernel, but not after install? Richard Miller
2008-12-22 16:03 ` Ben Calvert

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=EC00EBFD-E22A-4EAD-9FF5-E728918B00FD@flyingwalrus.net \
    --to=ben@flyingwalrus.net \
    --cc=9fans@9fans.net \
    /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).