EPIA PCI slot

ron minnich rminnich at lanl.gov
Thu Jun 12 15:15:01 CEST 2003


On Thu, 12 Jun 2003, Brian G. Rhodes wrote:

> Why, or where, should the OS do it?  Driver?

the os driver should do it, I think.

Many linux drivers do it, e.g.:


        if (pci_flags & PCI_USES_MASTER)
                pci_set_master (pdev);


see drivers/net/*.c

ron




More information about the coreboot mailing list