From 087d31736a5fe7e8acdbbf2242bea830e328f618 Mon Sep 17 00:00:00 2001 From: Brooks Davis Date: Sat, 25 Aug 2012 18:08:20 +0000 Subject: Add isf(4), a driver for the Intel StrataFlash family of NOR flash parts. The driver attempts to support all documented parts, but has only been tested with the 512Mbit part on the Terasic DE4 FPGA board. It should be trivial to adapt the driver's attach routine to other embedded boards using with any parts in the family. Also import isfctl(8) which can be used to erase sections of the flash. Sponsored by: DARPA, AFRL --- sys/conf/files | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/conf') diff --git a/sys/conf/files b/sys/conf/files index 54100daf094b..a95e04564f00 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1380,6 +1380,8 @@ dev/iscsi/initiator/isc_cam.c optional iscsi_initiator scbus dev/iscsi/initiator/isc_soc.c optional iscsi_initiator scbus dev/iscsi/initiator/isc_sm.c optional iscsi_initiator scbus dev/iscsi/initiator/isc_subr.c optional iscsi_initiator scbus +dev/isf/isf.c optional isf +dev/isf/isf_nexus.c optional isf dev/isp/isp.c optional isp dev/isp/isp_freebsd.c optional isp dev/isp/isp_library.c optional isp -- cgit v1.2.3