Searched hist:233553 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/cfi/
H A Dcfi_dev.cdiff 233553 Tue Mar 27 13:22:13 MDT 2012 jchandra 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.

Completed in 50 milliseconds