9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Install: SATA
@ 2005-09-16 14:52 Aaron Griffin
  2005-09-16 16:12 ` Dave Eckhardt
  0 siblings, 1 reply; 2+ messages in thread
From: Aaron Griffin @ 2005-09-16 14:52 UTC (permalink / raw)
  To: 9fans

Hey all,
I have been messing with plan9port on linux for a bit, and recently
got around to freeing up a box to install plan9 on.

It seems the install disk does not recognize my SATA disk.  Is there
any way around this? I also had issues with a USB keyboard, but those
can be circumvented.

Thanks, in advance,
Aaron


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9fans] Install: SATA
  2005-09-16 14:52 [9fans] Install: SATA Aaron Griffin
@ 2005-09-16 16:12 ` Dave Eckhardt
  0 siblings, 0 replies; 2+ messages in thread
From: Dave Eckhardt @ 2005-09-16 16:12 UTC (permalink / raw)
  To: 9fans

> It seems the install disk does not recognize my SATA disk.

While SATA controllers speak essentially the old IDE
protocol over the new wire to the disk, most/many of
them speak an entirely different protocol over the PCI
bus to the CPU than the old IDE register/value set,
meaning you need not just a new driver but N new drivers,
one per SATA chipset manufacturer.  Progress!

The one exception I know of is the "Silicon Image SiI
3112 SATALink" which you can buy in cards from SIIG
(doubtless others).  A trivial patch to the existing
Plan 9 IDE driver makes that chip *almost* work for
me (DMA is busted).  If somebody wants I'll submit it
(before poking at the DMA problem, which is why I've
been holding off, which will take a while).

Dave Eckhardt


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-09-16 16:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-09-16 14:52 [9fans] Install: SATA Aaron Griffin
2005-09-16 16:12 ` Dave Eckhardt

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