Changeset 54de4836 in mainline for uspace/drv/bus/pci/pciintel/pci.c
- Timestamp:
- 2011-11-04T15:10:47Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3569955, c6d9d49
- Parents:
- c289457
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/pci/pciintel/pci.c
rc289457 r54de4836 78 78 #define PCI_BUS_FROM_FUN(fun) ((fun)->busptr) 79 79 80 /** Max is 47, align to something nice. */ 81 #define ID_MAX_STR_LEN 50 82 80 83 static hw_resource_list_t *pciintel_get_resources(ddf_fun_t *fnode) 81 84 { … … 310 313 void pci_fun_create_match_ids(pci_fun_t *fun) 311 314 { 312 #define ID_MAX_STR_LEN 50 /* Max is 47, align to something nice. */313 314 315 int rc; 315 316 char match_id_str[ID_MAX_STR_LEN];
Note:
See TracChangeset
for help on using the changeset viewer.