Changeset 1433ecda in mainline for uspace/drv/bus/isa
- Timestamp:
- 2018-04-04T15:42:37Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c4e1cc
- Parents:
- 47b2d7e3
- File:
-
- 1 edited
-
uspace/drv/bus/isa/isa.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/isa/isa.c
r47b2d7e3 r1433ecda 227 227 }; 228 228 229 static ddf_dev_ops_t isa_fun_ops = {229 static ddf_dev_ops_t isa_fun_ops = { 230 230 .interfaces[HW_RES_DEV_IFACE] = &isa_fun_hw_res_ops, 231 231 .interfaces[PIO_WINDOW_DEV_IFACE] = &isa_fun_pio_window_ops, … … 307 307 } 308 308 309 rc = vfs_read(fd, (aoff64_t []) { 0}, buf, len, &nread);309 rc = vfs_read(fd, (aoff64_t []) { 0 }, buf, len, &nread); 310 310 if (rc != EOK) { 311 311 ddf_msg(LVL_ERROR, "Unable to read file '%s'.", conf_path);
Note:
See TracChangeset
for help on using the changeset viewer.
