Changeset ff65e91 in mainline for uspace/srv
- Timestamp:
- 2011-07-06T19:45:55Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 38c9505
- Parents:
- 5e2aa83
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/bd/ata_bd/ata_bd.c
r5e2aa83 rff65e91 80 80 */ 81 81 static const size_t identify_data_size = 512; 82 83 /** Size of the communication area. */84 static size_t comm_size;85 82 86 83 /** I/O base address of the command registers. */ … … 281 278 sysarg_t method; 282 279 devmap_handle_t dh; 280 size_t comm_size; /**< Size of the communication area. */ 283 281 unsigned int flags; 284 282 int retval;
Note:
See TracChangeset
for help on using the changeset viewer.