9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: erik quanstrom <quanstro@quanstro.net>
To: 9fans@9fans.net
Subject: Re: [9fans] Cannot boot plan9
Date: Tue, 18 Mar 2014 08:31:25 -0400	[thread overview]
Message-ID: <1f001ec8fe82ab0881b76bd098c69b71@mikro.quanstro.net> (raw)
In-Reply-To: <347c96693558746c3fefba41e929a0d5@felloff.net>

On Tue Mar 18 06:53:05 EDT 2014, cinap_lenrek@felloff.net wrote:
> this device is a ata controller that might just work with
> plan9's generic ata driver (given you add the pci id).
> i checked 9front sdide.c which has the pci id for the controller:
>
>                 case (0x03ec<<16)|0x10DE:       /* nVidia nForce 61 MCP SATA */
>
> we add these pci id's as we encounter the device so it has been
> tested and worked (at least at some point) with 9front.

you had me worried that i'd slipped a cog.

0x03ec is in sources kernel.  i sent in a patch in 2007.  it was
added aug 5, 2007.  it's in 9front because it was in the code
9front started with.  unless i've missed something, adding this
vid/did isn't going to help.

- erik

---
; cat email
; pwd
/n/sources/patch/applied/sdata-mcp6x
; ls -ld .
d-rwxrwxr-x M 325 geoff sys 0 Aug  5  2007 sdata-mcp6x
; cat email
quanstro@quanstro.net
; diff -c sdata.c.orig sdata.c.new
sdata.c.orig:1970,1976 - sdata.c.new: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?).


; history -d /n/sources/plan9/sys/src/9/pc/sdata.c
	[...]
Aug  5 20:52:05 EDT 2007 /n/sourcesdump/2008/0205/plan9/sys/src/9/pc/sdata.c 52991 [geoff]
/n/sourcesdump/2007/0805/plan9/sys/src/9/pc/sdata.c:1970,1976 - /n/sourcesdump/2008/0205/plan9/sys/src/9/pc/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:[~2014-03-18 12:31 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-03-16 15:53 Szymon Olewniczak
2014-03-16 16:14 ` erik quanstrom
2014-03-17 22:19   ` Szymon Olewniczak
2014-03-17 22:33     ` erik quanstrom
2014-03-18 10:51       ` cinap_lenrek
2014-03-18 12:31         ` erik quanstrom [this message]
2014-03-18 14:31           ` cinap_lenrek
2014-03-18 16:05             ` erik quanstrom
2014-03-18 18:28       ` Szymon Olewniczak
2014-03-18 19:43         ` erik quanstrom
2014-03-21 22:32           ` Szymon Olewniczak
2014-03-21 22:38             ` erik quanstrom
2014-04-01 18:20               ` Szymon Olewniczak
2014-04-01 19:11                 ` erik quanstrom
2014-03-22  2:33       ` Alex Jordan
2014-03-22  2:55         ` erik quanstrom

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=1f001ec8fe82ab0881b76bd098c69b71@mikro.quanstro.net \
    --to=quanstro@quanstro.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).