freebsd-dev/sys/dev/nand
Ian Lepore 1b45c6cd53 Search for and validate the ONFI params as specified in the standard.
The ONFI spec states that at least two bytes of the signature ("ONFI")
must be present, and the CRC must be correct to have a valid parameter
page.  If the page is not valid there are at least two backup pages where
the data can also be found.

Submitted by:	Kristof Provost <kristof@sigsegv.be> (cleanup) and me (orig).
2013-11-15 23:37:33 +00:00
..
nand_bbt.c
nand_cdev.c
nand_dev.h
nand_ecc_pos.h
nand_generic.c Search for and validate the ONFI params as specified in the standard. 2013-11-15 23:37:33 +00:00
nand_geom.c Use direct custom implementations instead of g_handleattr() for CFI and NAND 2013-06-12 12:51:43 +00:00
nand_id.c o Add ONFI signature check. 2013-11-09 18:46:11 +00:00
nand_if.m
nand.c
nand.h Update the onfi_params struct to ONFI revision 3.2 (06 12 2013). 2013-11-15 23:35:10 +00:00
nandbus_if.m
nandbus.c Fix ONFI chip detection. 2013-05-27 06:24:31 +00:00
nandbus.h
nandsim_chip.c
nandsim_chip.h
nandsim_ctrl.c
nandsim_log.c
nandsim_log.h
nandsim_swap.c Remove the support for using non-mpsafe filesystem modules. 2012-10-22 17:50:54 +00:00
nandsim_swap.h
nandsim.c
nandsim.h
nfc_fsl.c Add a driver for the Freescale FCM module in the localbus controller. 2012-07-03 01:00:29 +00:00
nfc_fsl.h Add a driver for the Freescale FCM module in the localbus controller. 2012-07-03 01:00:29 +00:00
nfc_if.m
nfc_mv.c