feat: refactored some pci code and added pretty print of classes
This commit is contained in:
@@ -331,6 +331,8 @@ const pci_driver ide_pci_driver = {
|
||||
.description = "Default PCI IDE Driver",
|
||||
.order = 0xFF, // let other block_dev_drivers precede if they can
|
||||
.pci_use_subclass = true,
|
||||
.validatable = true,
|
||||
.initialisable = true,
|
||||
.pci_class = PCI_CLASS_MASS_STORAGE,
|
||||
.pci_subclass = PCI_SUB_CLASS_IDE,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user