pci_set_master in dde linux26
Hello, We tried to run the e100 driver with the hurd porting of dde linux26, but got one problem, i.e., pci_set_master() hasn't been implemented. In linux26/lib/src/arch/l4/pci.c, void pci_set_master(struct pci_dev *dev) { CHECK_INITVAR(dde26_pci); WARN_UNIMPL; } Were there any reasons that pci_set_master() was implemented? It seems pci_set_master() only needs to read or write the PCI configuration space. Best regards, Zheng Da
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi,
We tried to run the e100 driver with the hurd porting of dde linux26, but got one problem, i.e., pci_set_master() hasn't been implemented. In linux26/lib/src/arch/l4/pci.c, void pci_set_master(struct pci_dev *dev) { CHECK_INITVAR(dde26_pci); WARN_UNIMPL; }
Were there any reasons that pci_set_master() was implemented? It seems pci_set_master() only needs to read or write the PCI configuration space.
obviously we didn't need this feature yet. Feel free to add it. Bjoern -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAku8Qp4ACgkQP5ijxgQLUNnkAQCfY8GHkk3bKRD85jQYJMG542ja 4ZMAoJzGWZJVAZ9+fm6p1ydJnd6zKv3S =Dnnn -----END PGP SIGNATURE-----
participants (2)
-
Björn Döbel -
Da Zheng