CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/11 07:27:09
Modified files:
sys/dev/ic : nvmereg.h
Log message:
Fix the shift of status bits 2:0 to 11:9 from <<8 to <<9.
Fix the mask of shifted 8 bit field from 0x7f to 0xff.
Allows proper decoding of status fields SCT and SC.
>From mlelstv@netbsd via NetBSD.
ok miod@
