Problem with sockets an 2.6.21-rc4 kernel

2007-03-21 Thread Jose Alberto Reguero
I had two python programs, server.py and client.py(attached) With server.py in a kernel 2.6.21-rc4 x86_64 and client.py in the same machine, server.py get the message. With server.py in a kerner 2.6.21-rc4 x86_64 and client.py in another machine, server.py don't get the message. The same

Problem with sockets an 2.6.21-rc4 kernel

2007-03-21 Thread Jose Alberto Reguero
I had two python programs, server.py and client.py(attached) With server.py in a kernel 2.6.21-rc4 x86_64 and client.py in the same machine, server.py get the message. With server.py in a kerner 2.6.21-rc4 x86_64 and client.py in another machine, server.py don't get the message. The same

Re: [PATCH] Add suport for Marvell 88SE6121 in pata_marvell

2007-01-06 Thread Jose Alberto Reguero
I forgot the Signed-off-by: Signed-off-by: Jose Alberto Reguero <[EMAIL PROTECTED]> Jose Alberto - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.

[PATCH] Add suport for Marvell 88SE6121 in pata_marvell

2007-01-06 Thread Jose Alberto Reguero
Marvell 88SE6121 is a ahci controller, but I can't make it work with the achi driver. This part: + else if (pdev->device == 0x6121) { + mmio_base = pci_iomap(pdev, 5, 0); + if (mmio_base == NULL) { + return -ENOMEM; + } +

[PATCH] Add suport for Marvell 88SE6121 in pata_marvell

2007-01-06 Thread Jose Alberto Reguero
Marvell 88SE6121 is a ahci controller, but I can't make it work with the achi driver. This part: + else if (pdev-device == 0x6121) { + mmio_base = pci_iomap(pdev, 5, 0); + if (mmio_base == NULL) { + return -ENOMEM; + } +

Re: [PATCH] Add suport for Marvell 88SE6121 in pata_marvell

2007-01-06 Thread Jose Alberto Reguero
I forgot the Signed-off-by: Signed-off-by: Jose Alberto Reguero [EMAIL PROTECTED] Jose Alberto - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read

Re: ahci and Marvell 88SE6121

2007-01-03 Thread Jose Alberto Reguero
El Miércoles, 3 de Enero de 2007 20:35, escribió: > I am trying to make work the driver ahci with Marvell 88SE6121 but not > succes. The log is good? This line: ahci :06:00.0: AHCI 0001. 32 slots 3 ports 3 Gbps 0x7 impl IDE mode Looks good for me except " IDE mode". I think must be "SATA

ahci and Marvell 88SE6121

2007-01-03 Thread Jose Alberto Reguero
I am trying to make work the driver ahci with Marvell 88SE6121 but not succes. The log is good? I atach the log. Thanks. Jose Alberto Jan 3 17:03:42 jar kernel: ACPI: PCI Interrupt :06:00.0[A] -> GSI 28 (level, low) -> IRQ 28 Jan 3 17:03:43 jar kernel: ahci :06:00.0: AHCI 0001. 32

ahci and Marvell 88SE6121

2007-01-03 Thread Jose Alberto Reguero
I am trying to make work the driver ahci with Marvell 88SE6121 but not succes. The log is good? I atach the log. Thanks. Jose Alberto Jan 3 17:03:42 jar kernel: ACPI: PCI Interrupt :06:00.0[A] - GSI 28 (level, low) - IRQ 28 Jan 3 17:03:43 jar kernel: ahci :06:00.0: AHCI 0001. 32

Re: ahci and Marvell 88SE6121

2007-01-03 Thread Jose Alberto Reguero
El Miércoles, 3 de Enero de 2007 20:35, escribió: I am trying to make work the driver ahci with Marvell 88SE6121 but not succes. The log is good? This line: ahci :06:00.0: AHCI 0001. 32 slots 3 ports 3 Gbps 0x7 impl IDE mode Looks good for me except IDE mode. I think must be SATA mode

Re: pata_marvell and Marvell 88SE6121

2007-01-02 Thread Jose Alberto Reguero
El Sábado, 16 de Diciembre de 2006 18:41, Jose Alberto Reguero escribió: > I am trying to make work the driver pata_marvell of linux-2.6.20-rc1 with > Marvell 88SE6121. > I added the PCI ID: 0x6121 > > { PCI_DEVICE(0x11AB, 0x6101), }, > { PCI_DEV

Re: pata_marvell and Marvell 88SE6121

2007-01-02 Thread Jose Alberto Reguero
El Sábado, 16 de Diciembre de 2006 18:41, Jose Alberto Reguero escribió: I am trying to make work the driver pata_marvell of linux-2.6.20-rc1 with Marvell 88SE6121. I added the PCI ID: 0x6121 { PCI_DEVICE(0x11AB, 0x6101), }, { PCI_DEVICE(0x11AB, 0x6145

sata_mv and Marvell 88SE6121

2006-12-22 Thread Jose Alberto Reguero
Can this sata controler Marvell 88SE6121 work with this driver? Is anything I can try to make it work? Any hints are welcome. Thanks. Jose Alberto - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

sata_mv and Marvell 88SE6121

2006-12-22 Thread Jose Alberto Reguero
Can this sata controler Marvell 88SE6121 work with this driver? Is anything I can try to make it work? Any hints are welcome. Thanks. Jose Alberto - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: pata_marvell and Marvell 88SE6121

2006-12-17 Thread Jose Alberto Reguero
El Sábado, 16 de Diciembre de 2006 20:31, Alan escribió: > On Sat, 16 Dec 2006 18:41:26 +0100 > > Jose Alberto Reguero <[EMAIL PROTECTED]> wrote: > > I am trying to make work the driver pata_marvell of linux-2.6.20-rc1 with > > Marvell 88SE6121. > >

Re: pata_marvell and Marvell 88SE6121

2006-12-17 Thread Jose Alberto Reguero
El Sábado, 16 de Diciembre de 2006 20:31, Alan escribió: On Sat, 16 Dec 2006 18:41:26 +0100 Jose Alberto Reguero [EMAIL PROTECTED] wrote: I am trying to make work the driver pata_marvell of linux-2.6.20-rc1 with Marvell 88SE6121. The 6121 is I believe ahci. So there is no change to make

pata_marvell and Marvell 88SE6121

2006-12-16 Thread Jose Alberto Reguero
I am trying to make work the driver pata_marvell of linux-2.6.20-rc1 with Marvell 88SE6121. I added the PCI ID: 0x6121 { PCI_DEVICE(0x11AB, 0x6101), }, { PCI_DEVICE(0x11AB, 0x6145), }, { PCI_DEVICE(0x11AB, 0x6121), }, { } /* terminate list */ But not succes.

pata_marvell and Marvell 88SE6121

2006-12-16 Thread Jose Alberto Reguero
I am trying to make work the driver pata_marvell of linux-2.6.20-rc1 with Marvell 88SE6121. I added the PCI ID: 0x6121 { PCI_DEVICE(0x11AB, 0x6101), }, { PCI_DEVICE(0x11AB, 0x6145), }, { PCI_DEVICE(0x11AB, 0x6121), }, { } /* terminate list */ But not succes.