public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* IDE support on Intel DG965SS
@ 2006-12-10 15:58 Alan Chandler
  2006-12-10 16:30 ` Avi Kivity
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Alan Chandler @ 2006-12-10 15:58 UTC (permalink / raw)
  To: linux-kernel

I have been trying to find out if the kernel supports the IDE channel 
(with a DVD/CD-R unit attached) on my Intel DG965SS motherboard.

Searching the web indicates that for some motherboards based in the 
Intel 965 chipset success has been had for 2.6.18 onward by using the 
kernel boot parameters 

all-generic-ide pci=nommconf

Although these were Fedora Core 6.  

I normally run Debian Unstable - but I have built 2.6.19 and installed 
that (using the Debian .config as the base config) - mainly because to 
get graphics to work it needs 2.6.19 to recognise the ids for the 
agpgart module.

However, despite every thing else working - I can't get the IDE 
controller to be recognised - whether or not I use the above kernel 
boot parameters. I have been UNABLE to find what all-generic-ide does - 
it doesn't seem to be documented anywhere, so I was just blindly 
following someones instructions..

lspci -v shows the following

02:00.0 IDE interface: Marvell Technology Group Ltd. Unknown device 6101 
(rev b1) (prog-if 8f [Master SecP SecO PriP PriO])
        Subsystem: Marvell Technology Group Ltd. Unknown device 6101
        Flags: bus master, fast devsel, latency 0, IRQ 10
        I/O ports at 1018 [size=8]
        I/O ports at 1024 [size=4]
        I/O ports at 1010 [size=8]
        I/O ports at 1020 [size=4]
        I/O ports at 1000 [size=16]
        Memory at 50100000 (32-bit, non-prefetchable) [size=512]
        Capabilities: [48] Power Management version 2
        Capabilities: [50] Message Signalled Interrupts: Mask- 64bit- 
Queue=0/0 Enable-
        Capabilities: [e0] Express Legacy Endpoint IRQ 0


Poking about in 

/sys/devices/pci0000:00/0000:00:02.0

Reveals a vendor and subsystem vendor ID of 0x8086 - which is Intel, and 
a subsystem_device of 0x514d.

I had a look in include/linux/pci_ids.h but all I could find there was

#define PCI_DEVICE_ID_ATI_RADEON_QM     0x514d

which doesn't appear related.

Can anyone help me, as to where I can go from here?


-- 
Alan Chandler
http://www.chandlerfamily.org.uk

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

* Re: IDE support on Intel DG965SS
  2006-12-10 15:58 IDE support on Intel DG965SS Alan Chandler
@ 2006-12-10 16:30 ` Avi Kivity
  2006-12-10 19:34   ` Alan Chandler
  2006-12-10 17:08 ` Alan
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 6+ messages in thread
From: Avi Kivity @ 2006-12-10 16:30 UTC (permalink / raw)
  To: Alan Chandler; +Cc: linux-kernel

Alan Chandler wrote:
> I have been trying to find out if the kernel supports the IDE channel 
> (with a DVD/CD-R unit attached) on my Intel DG965SS motherboard.
>
> Searching the web indicates that for some motherboards based in the 
> Intel 965 chipset success has been had for 2.6.18 onward by using the 
> kernel boot parameters 
>
> all-generic-ide pci=nommconf
>
> Although these were Fedora Core 6.  
>
> I normally run Debian Unstable - but I have built 2.6.19 and installed 
> that (using the Debian .config as the base config) - mainly because to 
> get graphics to work it needs 2.6.19 to recognise the ids for the 
> agpgart module.
>
> However, despite every thing else working - I can't get the IDE 
> controller to be recognised - whether or not I use the above kernel 
> boot parameters. I have been UNABLE to find what all-generic-ide does - 
> it doesn't seem to be documented anywhere, so I was just blindly 
> following someones instructions..
>
> lspci -v shows the following
>
> 02:00.0 IDE interface: Marvell Technology Group Ltd. Unknown device 6101 
> (rev b1) (prog-if 8f [Master SecP SecO PriP PriO])
>   

I have the same board at home.  I use all-generic-ide (without pci=...)

Do you have CONFIG_IDE_GENERIC set?


-- 
error compiling committee.c: too many arguments to function


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

* Re: IDE support on Intel DG965SS
  2006-12-10 15:58 IDE support on Intel DG965SS Alan Chandler
  2006-12-10 16:30 ` Avi Kivity
@ 2006-12-10 17:08 ` Alan
  2006-12-10 20:41 ` Shaun Q
  2006-12-10 20:42 ` Shaun Q
  3 siblings, 0 replies; 6+ messages in thread
From: Alan @ 2006-12-10 17:08 UTC (permalink / raw)
  To: Alan Chandler; +Cc: linux-kernel

On Sun, 10 Dec 2006 15:58:33 +0000
Alan Chandler <alan@chandlerfamily.org.uk> wrote:

> I have been trying to find out if the kernel supports the IDE channel 
> (with a DVD/CD-R unit attached) on my Intel DG965SS motherboard.

2.6.19-mm and thus hopefully 2.6.20 will support the Marvell via libata
driver pata_marvell.

Alan

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

* Re: IDE support on Intel DG965SS
  2006-12-10 16:30 ` Avi Kivity
@ 2006-12-10 19:34   ` Alan Chandler
  0 siblings, 0 replies; 6+ messages in thread
From: Alan Chandler @ 2006-12-10 19:34 UTC (permalink / raw)
  To: linux-kernel; +Cc: Avi Kivity

On Sunday 10 December 2006 16:30, Avi Kivity wrote:
> Alan Chandler wrote:
> > I have been trying to find out if the kernel supports the IDE
> > channel (with a DVD/CD-R unit attached) on my Intel DG965SS
>
> I have the same board at home.  I use all-generic-ide (without
> pci=...)
>
> Do you have CONFIG_IDE_GENERIC set?

It was a module, so presumably that was stopping the parameter working 
(or maybe should have loaded it in my initrd).   Anyway, recompiled 
with it as built in, and with the kernel parameter it seems to work 
now.  Thanks.

-- 
Alan Chandler
http://www.chandlerfamily.org.uk

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

* Re: IDE support on Intel DG965SS
  2006-12-10 15:58 IDE support on Intel DG965SS Alan Chandler
  2006-12-10 16:30 ` Avi Kivity
  2006-12-10 17:08 ` Alan
@ 2006-12-10 20:41 ` Shaun Q
  2006-12-10 20:42 ` Shaun Q
  3 siblings, 0 replies; 6+ messages in thread
From: Shaun Q @ 2006-12-10 20:41 UTC (permalink / raw)
  To: Alan Chandler; +Cc: linux-kernel

I have the same board and had the same problems.  It now seems to work for 
install from the 10.2 RC1 DVD (and I'd assume 10.2 Final).  the 2.6.19 
kernel tree has support also, you have to find it under the new libata 
settings though ("Marvell PATA" controller)

Shaun

On Sun, 10 Dec 2006, Alan Chandler wrote:

> I have been trying to find out if the kernel supports the IDE channel
> (with a DVD/CD-R unit attached) on my Intel DG965SS motherboard.
>
> Searching the web indicates that for some motherboards based in the
> Intel 965 chipset success has been had for 2.6.18 onward by using the
> kernel boot parameters
>
> all-generic-ide pci=nommconf
>
> Although these were Fedora Core 6.
>
> I normally run Debian Unstable - but I have built 2.6.19 and installed
> that (using the Debian .config as the base config) - mainly because to
> get graphics to work it needs 2.6.19 to recognise the ids for the
> agpgart module.
>
> However, despite every thing else working - I can't get the IDE
> controller to be recognised - whether or not I use the above kernel
> boot parameters. I have been UNABLE to find what all-generic-ide does -
> it doesn't seem to be documented anywhere, so I was just blindly
> following someones instructions..
>
> lspci -v shows the following
>
> 02:00.0 IDE interface: Marvell Technology Group Ltd. Unknown device 6101
> (rev b1) (prog-if 8f [Master SecP SecO PriP PriO])
>        Subsystem: Marvell Technology Group Ltd. Unknown device 6101
>        Flags: bus master, fast devsel, latency 0, IRQ 10
>        I/O ports at 1018 [size=8]
>        I/O ports at 1024 [size=4]
>        I/O ports at 1010 [size=8]
>        I/O ports at 1020 [size=4]
>        I/O ports at 1000 [size=16]
>        Memory at 50100000 (32-bit, non-prefetchable) [size=512]
>        Capabilities: [48] Power Management version 2
>        Capabilities: [50] Message Signalled Interrupts: Mask- 64bit-
> Queue=0/0 Enable-
>        Capabilities: [e0] Express Legacy Endpoint IRQ 0
>
>
> Poking about in
>
> /sys/devices/pci0000:00/0000:00:02.0
>
> Reveals a vendor and subsystem vendor ID of 0x8086 - which is Intel, and
> a subsystem_device of 0x514d.
>
> I had a look in include/linux/pci_ids.h but all I could find there was
>
> #define PCI_DEVICE_ID_ATI_RADEON_QM     0x514d
>
> which doesn't appear related.
>
> Can anyone help me, as to where I can go from here?
>
>
> -- 
> Alan Chandler
> http://www.chandlerfamily.org.uk
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>

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

* Re: IDE support on Intel DG965SS
  2006-12-10 15:58 IDE support on Intel DG965SS Alan Chandler
                   ` (2 preceding siblings ...)
  2006-12-10 20:41 ` Shaun Q
@ 2006-12-10 20:42 ` Shaun Q
  3 siblings, 0 replies; 6+ messages in thread
From: Shaun Q @ 2006-12-10 20:42 UTC (permalink / raw)
  To: Alan Chandler; +Cc: linux-kernel



On Sun, 10 Dec 2006, Alan Chandler wrote:

> I have been trying to find out if the kernel supports the IDE channel
> (with a DVD/CD-R unit attached) on my Intel DG965SS motherboard.
>
> Searching the web indicates that for some motherboards based in the
> Intel 965 chipset success has been had for 2.6.18 onward by using the
> kernel boot parameters
>
> all-generic-ide pci=nommconf
>
> Although these were Fedora Core 6.
>
> I normally run Debian Unstable - but I have built 2.6.19 and installed
> that (using the Debian .config as the base config) - mainly because to
> get graphics to work it needs 2.6.19 to recognise the ids for the
> agpgart module.
>
> However, despite every thing else working - I can't get the IDE
> controller to be recognised - whether or not I use the above kernel
> boot parameters. I have been UNABLE to find what all-generic-ide does -
> it doesn't seem to be documented anywhere, so I was just blindly
> following someones instructions..
>
> lspci -v shows the following
>
> 02:00.0 IDE interface: Marvell Technology Group Ltd. Unknown device 6101
> (rev b1) (prog-if 8f [Master SecP SecO PriP PriO])
>        Subsystem: Marvell Technology Group Ltd. Unknown device 6101
>        Flags: bus master, fast devsel, latency 0, IRQ 10
>        I/O ports at 1018 [size=8]
>        I/O ports at 1024 [size=4]
>        I/O ports at 1010 [size=8]
>        I/O ports at 1020 [size=4]
>        I/O ports at 1000 [size=16]
>        Memory at 50100000 (32-bit, non-prefetchable) [size=512]
>        Capabilities: [48] Power Management version 2
>        Capabilities: [50] Message Signalled Interrupts: Mask- 64bit-
> Queue=0/0 Enable-
>        Capabilities: [e0] Express Legacy Endpoint IRQ 0
>
>
> Poking about in
>
> /sys/devices/pci0000:00/0000:00:02.0
>
> Reveals a vendor and subsystem vendor ID of 0x8086 - which is Intel, and
> a subsystem_device of 0x514d.
>
> I had a look in include/linux/pci_ids.h but all I could find there was
>
> #define PCI_DEVICE_ID_ATI_RADEON_QM     0x514d
>
> which doesn't appear related.
>
> Can anyone help me, as to where I can go from here?
>
>
> -- 
> Alan Chandler
> http://www.chandlerfamily.org.uk
> -
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>
and sorry about the previous top post :)

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

end of thread, other threads:[~2006-12-10 20:42 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-10 15:58 IDE support on Intel DG965SS Alan Chandler
2006-12-10 16:30 ` Avi Kivity
2006-12-10 19:34   ` Alan Chandler
2006-12-10 17:08 ` Alan
2006-12-10 20:41 ` Shaun Q
2006-12-10 20:42 ` Shaun Q

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox