Messages in this thread |  | | From | Russell King <> | Subject | Re: 2.4.0-test12-pre7 | Date | Thu, 7 Dec 2000 14:11:03 +0000 (GMT) |
| |
Linus Torvalds writes: > - me: UHCI drivers really need to enable bus mastering.
But it'll already be turned on if pci_assign_unassigned_resources() is called. This calls pdev_enable_device for every single device, which turns on the bus master bit in the PCI command register.
Is it intentional that pci_assign_unassigned_resources should: 1. enable all devices? 2. enable bus master on all devices? _____ |_____| ------------------------------------------------- ---+---+- | | Russell King rmk@arm.linux.org.uk --- --- | | | | http://www.arm.linux.org.uk/personal/aboutme.html / / | | +-+-+ --- -+- / | THE developer of ARM Linux |+| /|\ / | | | --- | +-+-+ ------------------------------------------------- /\\\ | - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org Please read the FAQ at http://www.tux.org/lkml/
|  |