Changes in uspace/drv/block/ahci/ahci.c [fafb8e5:c477c80] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/block/ahci/ahci.c
rfafb8e5 rc477c80 897 897 { 898 898 ahci_dev_t *ahci = dev_ahci_dev(dev); 899 unsigned int port = ipc_get_arg1(icall);900 ahci_port_is_t pxis = ipc_get_arg2(icall);899 unsigned int port = IPC_GET_ARG1(*icall); 900 ahci_port_is_t pxis = IPC_GET_ARG2(*icall); 901 901 902 902 if (port >= AHCI_MAX_PORTS)
Note:
See TracChangeset
for help on using the changeset viewer.