Changeset 184f2f8a in mainline for uspace/drv/bus/pci/pciintel/pci.h


Ignore:
Timestamp:
2018-10-29T11:35:40Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b25970f, f5837524
Parents:
889cdb1
git-author:
Jiri Svoboda <jiri@…> (2018-10-28 21:35:14)
git-committer:
Jiri Svoboda <jiri@…> (2018-10-29 11:35:40)
Message:

PCI driver should fail when no devices are found. Handle error properly. Bind needs to come after HW initialization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/bus/pci/pciintel/pci.h

    r889cdb1 r184f2f8a  
    9090extern char *pci_fun_create_name(pci_fun_t *);
    9191
    92 extern void pci_bus_scan(pci_bus_t *, int);
     92extern errno_t pci_bus_scan(pci_bus_t *, int);
    9393
    9494extern bool pci_alloc_resource_list(pci_fun_t *);
Note: See TracChangeset for help on using the changeset viewer.