9front - general discussion about 9front
 help / color / mirror / Atom feed
* Another hardware problem
@ 2011-08-08  9:28 suharik
  2011-08-08 11:22 ` Julius Schmidt
  0 siblings, 1 reply; 22+ messages in thread
From: suharik @ 2011-08-08  9:28 UTC (permalink / raw)
  To: 9front

No driver for nForce 570 support.

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

* Re: Another hardware problem
  2011-08-08  9:28 Another hardware problem suharik
@ 2011-08-08 11:22 ` Julius Schmidt
  2011-08-08 14:00   ` suharik
  0 siblings, 1 reply; 22+ messages in thread
From: Julius Schmidt @ 2011-08-08 11:22 UTC (permalink / raw)
  To: 9front

> No driver for nForce 570 support.

Sorry, we can't really do much about "No driver for XYZ".
All you can do is either
1. Write a driver or
2. Provide us with hardware

In either case there is no guarantee that a functional driver will
result.

aiju

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

* Re: Another hardware problem
  2011-08-08 11:22 ` Julius Schmidt
@ 2011-08-08 14:00   ` suharik
  2011-08-08 17:25     ` Julius Schmidt
  0 siblings, 1 reply; 22+ messages in thread
From: suharik @ 2011-08-08 14:00 UTC (permalink / raw)
  To: 9front

> Write a driver
I do know nothing about how it works. A working linux driver exist,
but I don't/is lazy to understand the code.
I learned C, know how it works *a bit,* but I never practiced it.
But I ready to be a tester.

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

* Re: Another hardware problem
  2011-08-08 14:00   ` suharik
@ 2011-08-08 17:25     ` Julius Schmidt
  2011-08-10 10:43       ` suharik
  0 siblings, 1 reply; 22+ messages in thread
From: Julius Schmidt @ 2011-08-08 17:25 UTC (permalink / raw)
  To: 9front

> I do know nothing about how it works. A working linux driver exist,
> but I don't/is lazy to understand the code.
Understanding Linux code is equivalent to reading specs in old babylonian.

Just get the datasheet.

> I learned C, know how it works *a bit,* but I never practiced it.
> But I ready to be a tester.

It is very hard to write drivers without hardware.

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

* Re: Another hardware problem
  2011-08-08 17:25     ` Julius Schmidt
@ 2011-08-10 10:43       ` suharik
  2011-08-10 10:58         ` yy
  0 siblings, 1 reply; 22+ messages in thread
From: suharik @ 2011-08-10 10:43 UTC (permalink / raw)
  To: 9front

> Write a driver
OK, you made me want to write it self.
Does ANY documentation to Plan 9 kernel exist in this world?

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

* Re: Another hardware problem
  2011-08-10 10:43       ` suharik
@ 2011-08-10 10:58         ` yy
  2011-08-10 11:42           ` suharik
  0 siblings, 1 reply; 22+ messages in thread
From: yy @ 2011-08-10 10:58 UTC (permalink / raw)
  To: 9front

2011/8/10 suharik <gleb.ax.sh@gmail.com>:
>> Write a driver
> OK, you made me want to write it self.
> Does ANY documentation to Plan 9 kernel exist in this world?
>

http://lsub.org/who/nemo/9.intro.pdf
http://lsub.org/who/nemo/9.pdf


-- 
- yiyus || JGL .

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

* Re: Another hardware problem
  2011-08-10 10:58         ` yy
@ 2011-08-10 11:42           ` suharik
  2011-08-10 12:01             ` suharik
  0 siblings, 1 reply; 22+ messages in thread
From: suharik @ 2011-08-10 11:42 UTC (permalink / raw)
  To: 9front

> Notes on the Plan 9™ 3rd edition Kernel Source
Deprecated, but... Thanks.
Add "actual documentation to the Plan 9 kernel" to the wiki's TODO.

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

* Re: Another hardware problem
  2011-08-10 11:42           ` suharik
@ 2011-08-10 12:01             ` suharik
  2011-08-10 12:43               ` Jacob Todd
  0 siblings, 1 reply; 22+ messages in thread
From: suharik @ 2011-08-10 12:01 UTC (permalink / raw)
  To: 9front

Anyway, these docs contents nothing about ata.

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

* Re: Another hardware problem
  2011-08-10 12:01             ` suharik
@ 2011-08-10 12:43               ` Jacob Todd
  2011-08-10 13:41                 ` suharik
  2011-08-10 13:59                 ` suharik
  0 siblings, 2 replies; 22+ messages in thread
From: Jacob Todd @ 2011-08-10 12:43 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 130 bytes --]

Why would they?
On Aug 10, 2011 8:01 AM, "suharik" <gleb.ax.sh@gmail.com> wrote:
> Anyway, these docs contents nothing about ata.

[-- Attachment #2: Type: text/html, Size: 256 bytes --]

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

* Re: Another hardware problem
  2011-08-10 12:43               ` Jacob Todd
@ 2011-08-10 13:41                 ` suharik
  2011-08-10 13:59                 ` suharik
  1 sibling, 0 replies; 22+ messages in thread
From: suharik @ 2011-08-10 13:41 UTC (permalink / raw)
  To: 9front

Why would they what?

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

* Re: Another hardware problem
  2011-08-10 12:43               ` Jacob Todd
  2011-08-10 13:41                 ` suharik
@ 2011-08-10 13:59                 ` suharik
  2011-08-10 15:41                   ` Julius Schmidt
  1 sibling, 1 reply; 22+ messages in thread
From: suharik @ 2011-08-10 13:59 UTC (permalink / raw)
  To: 9front

Linux kernel have various documentation for its libs, for examle, for libata.
It helps to understand a driver and to write a driver (at least, I hope).
A Plan 9 drivers uses a functions, I don't know, #include a having no
documentation libs,
and you want me written a driver to device, which is MUCH more
difficult, then UART/RS-232.
I'm not a shaman.

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

* Re: Another hardware problem
  2011-08-10 13:59                 ` suharik
@ 2011-08-10 15:41                   ` Julius Schmidt
  2011-08-10 16:49                     ` suharik
  0 siblings, 1 reply; 22+ messages in thread
From: Julius Schmidt @ 2011-08-10 15:41 UTC (permalink / raw)
  To: 9front

> Linux kernel have various documentation for its libs, for examle, for libata.
> It helps to understand a driver and to write a driver (at least, I hope).
> A Plan 9 drivers uses a functions, I don't know, #include a having no
> documentation libs,
> and you want me written a driver to device, which is MUCH more
> difficult, then UART/RS-232.
> I'm not a shaman.

1. You'll work on the source. Start with reading the source.
2. Documentation sometimes lies. Code never does.
3. There are tons of examples in the kernel source. Most of them end
with .c.

What is that device even for?

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

* Re: Another hardware problem
  2011-08-10 15:41                   ` Julius Schmidt
@ 2011-08-10 16:49                     ` suharik
  2011-08-10 17:00                       ` cinap_lenrek
  2011-08-10 17:30                       ` yy
  0 siblings, 2 replies; 22+ messages in thread
From: suharik @ 2011-08-10 16:49 UTC (permalink / raw)
  To: 9front

The source is so loooooooooong. I am still afraid a long code.
> There are tons of examples
For anything, but not for the thing I need, thanks.
> What is that device even for?
IDE interface: nVidia Corporation MCP55 SATA Controller [10de:037f] (rev a2)
Datasheet is unavailable (NDA, it is senseless, but it is), but the
linux driver exists and works.

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

* Re: Another hardware problem
  2011-08-10 16:49                     ` suharik
@ 2011-08-10 17:00                       ` cinap_lenrek
  2011-08-10 17:23                         ` Kurt H Maier
  2011-08-10 17:38                         ` suharik
  2011-08-10 17:30                       ` yy
  1 sibling, 2 replies; 22+ messages in thread
From: cinap_lenrek @ 2011-08-10 17:00 UTC (permalink / raw)
  To: 9front

hm, what about just adding this to sdide.c:^atapnp?

+		case (0x037f<<16)|0x10DE:	/* nVidia nForce 55 MCP SATA (rev 2) */

--
cinap

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

* Re: Another hardware problem
  2011-08-10 17:00                       ` cinap_lenrek
@ 2011-08-10 17:23                         ` Kurt H Maier
  2011-08-10 17:38                         ` suharik
  1 sibling, 0 replies; 22+ messages in thread
From: Kurt H Maier @ 2011-08-10 17:23 UTC (permalink / raw)
  To: 9front

On Wed, Aug 10, 2011 at 1:00 PM,  <cinap_lenrek@gmx.de> wrote:
> hm, what about just adding this to sdide.c:^atapnp?
>
> +               case (0x037f<<16)|0x10DE:       /* nVidia nForce 55 MCP SATA (rev 2) */
>
> --
> cinap

He is not a shaman.



-- 
# Kurt H Maier

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

* Re: Another hardware problem
  2011-08-10 16:49                     ` suharik
  2011-08-10 17:00                       ` cinap_lenrek
@ 2011-08-10 17:30                       ` yy
  1 sibling, 0 replies; 22+ messages in thread
From: yy @ 2011-08-10 17:30 UTC (permalink / raw)
  To: 9front

2011/8/10 suharik <gleb.ax.sh@gmail.com>:
> The source is so loooooooooong. I am still afraid a long code.

The libATA Developer's Guide in kernel.org is almost as long as the
source of the whole Plan 9 kernel.


-- 
- yiyus || JGL .

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

* Re: Another hardware problem
  2011-08-10 17:00                       ` cinap_lenrek
  2011-08-10 17:23                         ` Kurt H Maier
@ 2011-08-10 17:38                         ` suharik
  2011-08-10 17:39                           ` Jacob Todd
  1 sibling, 1 reply; 22+ messages in thread
From: suharik @ 2011-08-10 17:38 UTC (permalink / raw)
  To: 9front

> add case [pciid]
I exactly saw it before, looks like an universal hardware problem resolver.
> The libATA Developer's Guide in kernel.org is almost as long as the
source of the whole Plan 9 kernel.
But english language saves me from turning into a robot.

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

* Re: Another hardware problem
  2011-08-10 17:38                         ` suharik
@ 2011-08-10 17:39                           ` Jacob Todd
  2011-08-12  3:20                             ` Uriel
  0 siblings, 1 reply; 22+ messages in thread
From: Jacob Todd @ 2011-08-10 17:39 UTC (permalink / raw)
  To: 9front

[-- Attachment #1: Type: text/plain, Size: 18 bytes --]

Welcome to 9fans!

[-- Attachment #2: Type: text/html, Size: 25 bytes --]

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

* Re: Another hardware problem
  2011-08-10 17:39                           ` Jacob Todd
@ 2011-08-12  3:20                             ` Uriel
  2011-08-12  3:24                               ` cinap_lenrek
  2011-08-12  8:46                               ` suharik
  0 siblings, 2 replies; 22+ messages in thread
From: Uriel @ 2011-08-12  3:20 UTC (permalink / raw)
  To: 9front

Clearly we are too newbie-friendly.

On Wed, Aug 10, 2011 at 7:39 PM, Jacob Todd <jaketodd422@gmail.com> wrote:
> Welcome to 9fans!

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

* Re: Another hardware problem
  2011-08-12  3:20                             ` Uriel
@ 2011-08-12  3:24                               ` cinap_lenrek
  2011-08-12  8:46                               ` suharik
  1 sibling, 0 replies; 22+ messages in thread
From: cinap_lenrek @ 2011-08-12  3:24 UTC (permalink / raw)
  To: 9front

http://thegreen.stanleylieber.com/src/1109301114.png

--
cinap

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

* Re: Another hardware problem
  2011-08-12  3:20                             ` Uriel
  2011-08-12  3:24                               ` cinap_lenrek
@ 2011-08-12  8:46                               ` suharik
  2011-08-17 11:23                                 ` Ethan Grammatikidis
  1 sibling, 1 reply; 22+ messages in thread
From: suharik @ 2011-08-12  8:46 UTC (permalink / raw)
  To: 9front

> Clearly we are too newbie-friendly.
Clearly, this is not linux community. This is a lot of kind mans,
which are always to help fix or to write driver self.
Meanwhile, in gentoo conference a admin bans for saying, that OSS4
software have somthing looks like XML, in other one they hate you for
saying, that X11 is the hack of the times of ZX Spectrum, C++,
portage, paludis. 12309, huge'n'bloated software, needless
dependencies, agrh~.
Anyway, thank you for the welcome. This is important for me.

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

* Re: Another hardware problem
  2011-08-12  8:46                               ` suharik
@ 2011-08-17 11:23                                 ` Ethan Grammatikidis
  0 siblings, 0 replies; 22+ messages in thread
From: Ethan Grammatikidis @ 2011-08-17 11:23 UTC (permalink / raw)
  To: 9front

On Fri, 12 Aug 2011 12:46:36 +0400
suharik <gleb.ax.sh@gmail.com> wrote:

> > Clearly we are too newbie-friendly.
> Clearly, this is not linux community. This is a lot of kind mans,
> which are always to help fix or to write driver self.
> Meanwhile, in gentoo conference a admin bans for saying, that OSS4
> software have somthing looks like XML, in other one they hate you for
> saying, that X11 is the hack of the times of ZX Spectrum, C++,
> portage, paludis. 12309, huge'n'bloated software, needless
> dependencies, agrh~.
> Anyway, thank you for the welcome. This is important for me.

Funny how something which came out of #cat-v can be one of the less
hate-filled places on the net. :D

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

end of thread, other threads:[~2011-08-17 11:23 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-08  9:28 Another hardware problem suharik
2011-08-08 11:22 ` Julius Schmidt
2011-08-08 14:00   ` suharik
2011-08-08 17:25     ` Julius Schmidt
2011-08-10 10:43       ` suharik
2011-08-10 10:58         ` yy
2011-08-10 11:42           ` suharik
2011-08-10 12:01             ` suharik
2011-08-10 12:43               ` Jacob Todd
2011-08-10 13:41                 ` suharik
2011-08-10 13:59                 ` suharik
2011-08-10 15:41                   ` Julius Schmidt
2011-08-10 16:49                     ` suharik
2011-08-10 17:00                       ` cinap_lenrek
2011-08-10 17:23                         ` Kurt H Maier
2011-08-10 17:38                         ` suharik
2011-08-10 17:39                           ` Jacob Todd
2011-08-12  3:20                             ` Uriel
2011-08-12  3:24                               ` cinap_lenrek
2011-08-12  8:46                               ` suharik
2011-08-17 11:23                                 ` Ethan Grammatikidis
2011-08-10 17:30                       ` yy

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