Fix comment in AHCI

master
Jiajie Chen 6 years ago
parent 05d714ff27
commit 4c528be778

@ -87,7 +87,7 @@ bitflags! {
const CCCS = 1 << 7; const CCCS = 1 << 7;
const EMS = 1 << 6; const EMS = 1 << 6;
const SXS = 1 << 5; const SXS = 1 << 5;
// number of ports = 1 // number of ports - 1
const NUM_MASK = 0b11111; const NUM_MASK = 0b11111;
} }
} }

@ -1 +1 @@
Subproject commit ec476c3acb600c6d437454e74fb3e0eb6c452de4 Subproject commit b1e7a2d07e81ce5035a1cc25b0ade9367aee1a94
Loading…
Cancel
Save