2016-05-10 20:13, Jan Viktorin: > The test unregisters all real drivers before starting into an array. This > inflexiable as we can use a linked list for this purpose.
I don't understand this. Maybe some words are missing. > +/* real drivers (not used for testing) */ What do mean by "not used for testing"? > +struct pci_driver_list real_pci_driver_list = > + TAILQ_HEAD_INITIALIZER(real_pci_driver_list);