Changeset 4c7c251 in mainline for uspace/drv/uhci-hcd/pci.h


Ignore:
Timestamp:
2011-03-01T23:08:25Z (13 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
37b1651d
Parents:
ac8285d (diff), 0e2fdcf (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

New PCI device interface, USB legacy disabled during device initialization

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/uhci-hcd/pci.h

    rac8285d r4c7c251  
    4040int pci_get_my_registers(ddf_dev_t *, uintptr_t *, size_t *, int *);
    4141int pci_enable_interrupts(ddf_dev_t *);
     42int pci_disable_legacy(ddf_dev_t *);
    4243
    4344#endif
Note: See TracChangeset for help on using the changeset viewer.