Query: nandsim
OS: freebsd
Section: 4
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
NANDSIM(4) BSD Kernel Interfaces Manual NANDSIM(4)NAMEnandsim -- NAND Flash simulator driverSYNOPSISdevice nand device nandsim options ALQDESCRIPTIONThe nandsim is part of the FreeBSD NAND framework nand(4) and can be characterized with the following highlights: o plugs into the nand(4) framework APIs as if it were a hardware controller (hanging on the nexus bus) with real NAND chips connected to it o physically part of the kernel code (either statically linked into the kernel image or built as a module) o controlled with a user space program nandsim(8) From the user perspective, the nandsim allows for imitating ONFI-compliant NAND Flash devices as if they were attached to the system via a virtual controller. Some nandsim features rely on the ability to log contents to a file, which is achieved through the alq(9) facility.SEE ALSOnand(4), nandsim.conf(5), nandsim(8)STANDARDSOpen NAND Flash Interface Working Group (ONFI).HISTORYThe nandsim support first appeared in FreeBSD 10.0.AUTHORSThe nandsim kernel driver was developed by Grzegorz Bernacki. This manual page was written by Rafal Jaworowski.BSDMarch 8, 2012 BSD