Re: Opterons and setting the pci bus master bit
From: Alan Cox (alan_at_lxorguk.ukuu.org.uk)
Date: 09/30/05
- Previous message: David Brownell: "Re: [linux-usb-devel] Re: 2.6.13-mm2"
- In reply to: Mark Hounschell: "Opterons and setting the pci bus master bit"
- Next in thread: Mark Hounschell: "Re: Opterons and setting the pci bus master bit"
- Reply: Mark Hounschell: "Re: Opterons and setting the pci bus master bit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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/
- Previous message: David Brownell: "Re: [linux-usb-devel] Re: 2.6.13-mm2"
- In reply to: Mark Hounschell: "Opterons and setting the pci bus master bit"
- Next in thread: Mark Hounschell: "Re: Opterons and setting the pci bus master bit"
- Reply: Mark Hounschell: "Re: Opterons and setting the pci bus master bit"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|