freebsd-dev/sys/dev/cfi
Jayachandran C. 9c1f1330d6 CFI fixes for big endian archs.
The flash commands and responses are little-endian and have to be
byte swapped on big-endian systems.  However the raw read of data
need not be swapped.

Make the cfi_read and cfi_write do the swapping, and provide a
cfi_read_raw which does not byte swap for reading data from
flash.
2012-03-27 15:13:12 +00:00
..
cfi_bus_fdt.c Convert Freescale PowerPC platforms to FDT convention. 2010-07-11 21:08:29 +00:00
cfi_bus_ixp4xx.c
cfi_core.c CFI fixes for big endian archs. 2012-03-27 15:13:12 +00:00
cfi_dev.c CFI fixes for big endian archs. 2012-03-27 15:13:12 +00:00
cfi_disk.c CFI fixes for big endian archs. 2012-03-27 15:13:12 +00:00
cfi_reg.h
cfi_var.h CFI fixes for big endian archs. 2012-03-27 15:13:12 +00:00