diff options
author | Ian Moffett <ian@osmora.org> | 2025-05-10 01:29:37 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2025-05-10 01:29:37 -0400 |
commit | 2df7ef4bd8a237f3351048811952c4d7528bcf15 (patch) | |
tree | a9097147cf6a45e5d0422995dc3914016572367c /sys/include/dev/ic | |
parent | e9a109c40c34e61239d8286265e9ed8c1877bd84 (diff) |
kernel: ahci: Store major in HBA descriptor
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'sys/include/dev/ic')
-rw-r--r-- | sys/include/dev/ic/ahcivar.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/include/dev/ic/ahcivar.h b/sys/include/dev/ic/ahcivar.h index 4c00749..61fdbf4 100644 --- a/sys/include/dev/ic/ahcivar.h +++ b/sys/include/dev/ic/ahcivar.h @@ -78,6 +78,7 @@ struct ahci_hba { uint8_t ems : 1; uint8_t sal : 1; uint8_t sss : 1; + devmajor_t major; }; /* |