History log of /netbsd-src/usr.sbin/flashctl/Makefile (Results 1 – 4 of 4)
Revision Date Author Comments
# e040c241 13-May-2024 rillig <rillig@NetBSD.org>

usr.sbin/flashctl: skip lint's strict bool mode with Clang

The strict bool mode is already checked in GCC mode, so restore the
previous idiomatic code.


# 8f0dc85c 08-Jan-2023 rillig <rillig@NetBSD.org>

flashctl: enable lint's strict bool mode

No binary change.


# f338bae6 27-Feb-2011 ahoka <ahoka@NetBSD.org>

Add manpage for flashctl


# 2b6ee221 26-Feb-2011 ahoka <ahoka@NetBSD.org>

Import the Flash and NAND subsytem code contributed by the University
of Szeged, Hungary.

The commit includes:
- Flash layer, which gives a common API to access flash devices
- NAND controller sub

Import the Flash and NAND subsytem code contributed by the University
of Szeged, Hungary.

The commit includes:
- Flash layer, which gives a common API to access flash devices
- NAND controller subsystem for the flash layer
- An example OMAP driver which is used on BeagleBoard or alike ARM boards

show more ...