Changes in uspace/drv/bus/isa/isa.c [6afc9d7:6efd162] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/isa/isa.c
r6afc9d7 r6efd162 270 270 } 271 271 272 r = read (fd, buf, len);272 r = read_all(fd, buf, len); 273 273 if (r < 0) { 274 274 ddf_msg(LVL_ERROR, "Unable to read file '%s'.", conf_path); … … 616 616 list_initialize(&isa->functions); 617 617 618 sess = ddf_dev_parent_sess_create(dev );618 sess = ddf_dev_parent_sess_create(dev, EXCHANGE_SERIALIZE); 619 619 if (sess == NULL) { 620 620 ddf_msg(LVL_ERROR, "isa_dev_add failed to connect to the "
Note:
See TracChangeset
for help on using the changeset viewer.