Changeset 329cf5c in rtems-libbsd
- Timestamp:
- 07/18/19 08:19:52 (4 years ago)
- Branches:
- 5-freebsd-12, 6-freebsd-12
- Children:
- bd6b20c
- Parents:
- 54e8636
- git-author:
- Sebastian Huber <sebastian.huber@…> (07/18/19 08:19:52)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (09/23/19 08:13:28)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
freebsd/sys/dev/pci/pcivar.h
r54e8636 r329cf5c 659 659 device_t pci_find_dbsf(uint32_t, uint8_t, uint8_t, uint8_t); 660 660 device_t pci_find_device(uint16_t, uint16_t); 661 device_t pci_find_class(uint8_t cl ass, uint8_t subclass);661 device_t pci_find_class(uint8_t cls, uint8_t subclass); 662 662 663 663 /* Can be used by drivers to manage the MSI-X table. */
Note: See TracChangeset
for help on using the changeset viewer.