Query: flash
OS: netbsd
Section: 4
Links: netbsd man pages all man pages
Forums: forum home forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
FLASH(4) BSD Kernel Interfaces Manual FLASH(4)NAMEflash -- device-independent flash layerSYNOPSIS#include <sys/flash.h>DESCRIPTIONThe flash driver provides a device-independent interface for using flash memory. The following ioctl(2) operations are supported on /dev/flash: FLASH_BLOCK_ISBAD (struct flash_badblock_params) This command checks if a block is marked as bad. FLASH_BLOCK_MARKBAD (struct flash_badblock_params) This command marks a block as bad. FLASH_DUMP (struct flash_dump_params) This command dumps a block. FLASH_ERASE_BLOCK (struct flash_erase_params) This command erases one or more blocks. FLASH_GET_INFO (struct flash_info_params) This command aquires information aboout the flash device.FILES/dev/flashSEE ALSOflash(9), nand(9)AUTHORSAdam Hoka <ahoka@NetBSD.org>BSDJanuary 21, 2010 BSD