bo-yang / plan9front

Automatically exported from code.google.com/p/plan9front
0 stars 0 forks source link

Kernel doesn't detect nVidia MCP55 [10de:037f] #106

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
nVidia MCP55 [10de:037f] isn't defined in sdide.c.

Original issue reported on code.google.com by gleb.ax...@gmail.com on 25 Jan 2012 at 5:02

GoogleCodeExporter commented 9 years ago
have you tested adding it?

Original comment by cinap_le...@felloff.net on 25 Jan 2012 at 6:22

GoogleCodeExporter commented 9 years ago
like:

+       case (0x037f<<13)|0x10DE:   /* nVidia nForce 55 MCP ???? */

is this PATA or SATA?

Original comment by cinap_le...@felloff.net on 25 Jan 2012 at 6:25

GoogleCodeExporter commented 9 years ago
SATA Controller, yes.
+   case (0x037f<<16)|0x10DE:

Original comment by gleb.ax...@gmail.com on 25 Jan 2012 at 6:42

GoogleCodeExporter commented 9 years ago
commited, thanks.

Original comment by cinap_le...@felloff.net on 25 Jan 2012 at 6:56

GoogleCodeExporter commented 9 years ago
added in R3b71bbc4bf62

Original comment by cinap_le...@felloff.net on 25 Jan 2012 at 6:58

GoogleCodeExporter commented 9 years ago
There is a another problem: kernel panic.
(the older kernel didn't do so)

Original comment by gleb.ax...@gmail.com on 29 Jan 2012 at 8:29