summaryrefslogtreecommitdiff
path: root/usr.bin/config/config.1
diff options
context:
space:
mode:
authorrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
committerrillig <rillig@NetBSD.org>2023-07-09 10:42:07 +0000
commit61a832267cc5bff1a90f086bd56309a3a0671255 (patch)
tree6f663ed82c04970fa2f72561dc8eb6681e5f29fe /usr.bin/config/config.1
parentb2782b14a8e5066f0436d79a391ce49f9e782b76 (diff)
lint: remove redundant '#' after 'argument' in diagnosticsHEADtrunk
Diffstat (limited to 'usr.bin/config/config.1')
0 files changed, 0 insertions, 0 deletions
0dfefd2ebf1e3a07bf8c654543'>- CFI_0002_STATS no longer defined herecliff 2011-07-23- add little endian variants of cfi_opmodes tables (untested)cliff 2011-07-23- dump raw QRY and/or JEDEC data depending on CFI_DEBUG_QRY, CFI_DEBUG_JEDECcliff 2011-07-23- names changed: erase_chiptime_* --> erase_chip_time_*cliff 2011-07-23- names changed: erase_chiptime_* --> erase_chip_time_*cliff 2011-07-23- add option flags CFI_DEBUG_QRY CFI_DEBUG_JEDEC in opt_cfi.hcliff 2011-07-20replace 'nor_manufacturer_t' with 'struct nor_manufacturer'cliff 2011-07-19add TNF copyrightcliff 2011-07-17#include <sys/bus.h> not <machine/bus.h>.dyoung 2011-07-15More support for CFI NOR.cliff 2011-07-15Add support for CFI NOR, using MPC8536DS as initial example.cliff 2011-06-22Initial work on a NOR driver; it's commited here as is,ahoka