CVSROOT: /cvs Module name: src Changes by: piro...@cvs.openbsd.org 2015/07/20 13:44:32
Modified files: sys/arch/octeon/conf: GENERIC files.octeon sys/arch/octeon/dev: octeon_iobus.c sys/arch/octeon/include: octeonreg.h octeonvar.h sys/arch/octeon/octeon: autoconf.c conf.c Added files: sys/arch/octeon/dev: amdcf.c Log message: Add a new flash driver for Octeon that allows access to the internal memory on (at least) D-Link DSR500 machines. This follows the CFI specification with code borrowed from zrouter (FreeBSD). The idea, once the current driver is thoroughly tested, would be to move it to MI land. The prerequisites to MI are width, shift and row detection and handling. In the long run I hope to be able to also add wdc support. For now write support is disabled. Okay miod@, deraadt@.