Changes in uspace/drv/block/ahci/ahci.c [1433ecda:fafb8e5] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/block/ahci/ahci.c
r1433ecda rfafb8e5 816 816 * 817 817 * @param sata SATA device structure. 818 * @param phys Physical addres of buffer with sector data.818 * @param phys Physical address of buffer with sector data. 819 819 * @param blocknum Block number to write. 820 820 * … … 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.