Possible incorrect observation in Chapter 32 of The NetBSD Guide

2021-05-03 Thread Rocky Hotas
Hi again! In Section 32.4 of The NetBSD Guide, the following line is used for build.sh: ./build.sh -U -u -j2 -O ~/obj -m evbarm -a aarch64 kernel=MYKERNEL Then, it is explicitly mentioned: ``Notice that update

Typo(s) in Chapter 32 of The NetBSD Guide

2021-05-03 Thread Rocky Hotas
Hello! In Section 32.1 of The NetBSD Guide, consider the sentence: ``The "-a evbarm -m aarch64" options indicate we are building for a machine type of evbarm with a CPU type of aarch64''. `-m' and `-a' swapped. It should be

Again, gpio(4) error in GPIOREAD

2021-05-03 Thread Rocky Hotas
Hello! I would also like to signal again this error, which has not been fixed yet. gpio(4), when dealing with GPIOREAD, states: ``Returns the input pin value in the gpio_pin_op structure'' but then it specifies the structure gpio_req. In src/sys/sys/gpio.h, in the comments to gpio_pin_op, it is