summaryrefslogtreecommitdiff
path: root/src/sys/io
diff options
context:
space:
mode:
Diffstat (limited to 'src/sys/io')
-rw-r--r--src/sys/io/ic/ahci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sys/io/ic/ahci.c b/src/sys/io/ic/ahci.c
index 9aa19b4..48560a8 100644
--- a/src/sys/io/ic/ahci.c
+++ b/src/sys/io/ic/ahci.c
@@ -236,6 +236,7 @@ ahci_register(struct ata_identity *identity, struct ahci_port *port)
return error;
}
+ dp->bsize = port->bsize;
dp->data = (void *)port;
return 0;
}