NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: port-sparc/57869: Typos in bit descriptions SBUS_AFSR_BITS
The following reply was made to PR port-sparc/57869; it has been noted by GNATS.
From: Roland Illig <roland.illig%gmx.de@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: port-sparc/57869: Typos in bit descriptions SBUS_AFSR_BITS
Date: Mon, 22 Jan 2024 01:16:50 +0100
Same topic, different file: sparc/dev/vmereg.h
> #define VMEBUS_AFSR_BITS "\177\020" \
> "b\27ME\0b\30S\0b\31ERR\0b\32WB\0\33TO\0f\34\3SZ\0"
'\033TO' seems to be missing the leading 'b'.
'\033TO' should be '\033BERR', shifting the following bits one place
further.
Home |
Main Index |
Thread Index |
Old Index