Date: Thu, 5 Feb 2009 18:12:07 +0000 (UTC) From: Sam Leffler <sam@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf options src/sys/dev/cfi cfi_core.c cfi_dev.c cfi_reg.h cfi_var.h src/sys/sys cfictl.h Message-ID: <200902051813.n15IDLRp081988@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2009-02-05 18:12:07 UTC FreeBSD src repository Modified files: sys/conf options sys/dev/cfi cfi_core.c cfi_dev.c cfi_reg.h cfi_var.h sys/sys cfictl.h Log: SVN rev 188156 on 2009-02-05 18:12:07Z by sam Add support for frobbing Intel StrataFlash Protection Registers: o add CFI_SUPPORT_STRATAFLASH compile option to enable support o add new ioctls to get/set the factory and user/oem segments of the PR and to get/set Protection Lock Register that fuses the user segment o add #defines for bits in the status register o update cfi_wait_ready to take an offset so it can be used to wait for PR write completion and replace constants w/ symbolic names Note: writing the user segment isn't correct; committing now to get review. Sponsored by: Carlson Wireless Reviewed by: imp, Chris Anderson Revision Changes Path 1.659 +4 -0 src/sys/conf/options 1.3 +162 -13 src/sys/dev/cfi/cfi_core.c 1.3 +20 -2 src/sys/dev/cfi/cfi_dev.c 1.2 +22 -0 src/sys/dev/cfi/cfi_reg.h 1.2 +7 -0 src/sys/dev/cfi/cfi_var.h 1.3 +6 -0 src/sys/sys/cfictl.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902051813.n15IDLRp081988>