Searched hist:210055 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/aic7xxx/aicasm/
H A Daicasm_gram.ydiff 210055 Wed Jul 14 12:41:17 MDT 2010 gibbs Correct logic bug in aicasm's undefined register bit access detection code.

The code in question verifies that all register write operations only change
bits that are defined (in the register definition file) for that effected
register. The bug effectively disabled this checking.

o Fix the check by testing the opcode against all supported read ("and" based)
operands.

o Add missing bit definitions to the aic7xxx and aic79xx register definition
files so that the warning (treated as a fatal error) does not spuriously
fire.

Reported by: Pawel Worach <pawel.worach@gmail.com>
MFC after: 1 week

Completed in 62 milliseconds