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
_______________________________________________
Linuxbios mailing list
[EMAIL PROTECTED]
http://www.clustermatic.org/mailman/listinfo/linuxbios

