Re: Opterons and setting the pci bus master bit

From: Alan Cox (alan_at_lxorguk.ukuu.org.uk)
Date: 09/30/05

  • Next message: Arjan van de Ven: "RE: I request inclusion of SAS Transport Layer and AIC-94xx into the kernel"
    To: markh@compro.net
    Date:	Fri, 30 Sep 2005 19:19:02 +0100
    
    

    On Gwe, 2005-09-30 at 13:10 -0400, Mark Hounschell wrote:
    > everything is fine. When we connect the same chassis to an Intel P4 box
    > everything is fine. It looks like it is the kernel that sets this bit
    > because we have never set it in any of our drivers, yet on the intel
    > boxes it gets set. Why would this bit not be set when the chassis is
    > connected to an Opteron. We are running 32-bit mode BTW. I am using a
    > 2.6.11.9 kernel. Is this a motherboard problem or could this be a kernel
    > problem?

    If your device needs to bus master you need to call
    pci_set_master(pci_dev). The bus mastering setup prior to that really
    depends on the BIOS and phase of the moon.

    See Documentation/pci.txt

    Alan

    -
    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/


  • Next message: Arjan van de Ven: "RE: I request inclusion of SAS Transport Layer and AIC-94xx into the kernel"

    Relevant Pages

    • Illegal instruction with gl
      ... Modifications to the kernel when I changed the board (old board was an intel ... The kernel does not complain about anything. ... Lab tests show that use of micro$oft causes cancer in lab animals ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: PCI coprocessors
      ... kernel driver and the library does the decision if its worth putting on ... >>on an intel processor, and others would get run on processor with type XXXX. ... student project, we have a limit on the adressing width for the ram ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • I need a hardware wizard... I have been beating my head on the wall..
      ... Intel 31244 SATA controller that is supposed to work with the sata_vsc ... You can insert the module in a running kernel and after barking as ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: amd64 cdrom access locks system
      ... > This happens with at least cdparanoia and cdrecord as well. ... > ST20G5 chassis. ... Can you identify an earlier kernel which worked OK? ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: Opterons and setting the pci bus master bit
      ... Alan Cox wrote: ... When we connect the same chassis to an Intel P4 box ... It looks like it is the kernel that sets this bit ...
      (Linux-Kernel)