Changes in uspace/drv/block/pci-ide/pci-ide.c [832cbe7:145d4e2e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/block/pci-ide/pci-ide.c
r832cbe7 r145d4e2e 1 1 /* 2 * Copyright (c) 202 5Jiri Svoboda2 * Copyright (c) 2024 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 189 189 190 190 ddf_msg(LVL_DEBUG, "pci_ide_channel_init()"); 191 192 memset(¶ms, 0, sizeof(params));193 191 194 192 chan->ctrl = ctrl;
Note:
See TracChangeset
for help on using the changeset viewer.