Date: Sat, 25 Oct 2008 06:18:12 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/conf files files.powerpc src/sys/dev/cfi cfi_bus_lbc.c cfi_core.c cfi_dev.c cfi_reg.h cfi_var.h src/sys/sys cfictl.h Message-ID: <200810251818.m9PIItXQ001716@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marcel 2008-10-25 06:18:12 UTC FreeBSD src repository Modified files: sys/conf files files.powerpc Added files: sys/dev/cfi cfi_bus_lbc.c cfi_core.c cfi_dev.c cfi_reg.h cfi_var.h sys/sys cfictl.h Log: SVN rev 184251 on 2008-10-25 06:18:12Z by marcel Add a driver for flash memory that implements to the Common Flash Memory Interface (CFI). The flash memory can be read and written to through /dev/cfi# and an ioctl() exists so processes can read the query information. The driver supports the AMD and Intel command set, though only the AMD command has been tested. Obtained from: Juniper Networks, Inc. Revision Changes Path 1.1340 +2 -0 src/sys/conf/files 1.84 +1 -0 src/sys/conf/files.powerpc 1.1 +83 -0 src/sys/dev/cfi/cfi_bus_lbc.c (new) 1.1 +419 -0 src/sys/dev/cfi/cfi_core.c (new) 1.1 +277 -0 src/sys/dev/cfi/cfi_dev.c (new) 1.1 +117 -0 src/sys/dev/cfi/cfi_reg.h (new) 1.1 +77 -0 src/sys/dev/cfi/cfi_var.h (new) 1.1 +47 -0 src/sys/sys/cfictl.h (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200810251818.m9PIItXQ001716>