summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-10-25 06:18:12 +0000
committermarcel <marcel@FreeBSD.org>2008-10-25 06:18:12 +0000
commitb53efb78faed8c781f00c65853b3da6eeb585a42 (patch)
tree44068880cbf92d230e6fc6299fb8d840a3951fc0 /sys/conf
parentb40a52a5c254d7d7498acc56a38ca50e4cc67105 (diff)
downloadFreeBSD-src-b53efb78faed8c781f00c65853b3da6eeb585a42.zip
FreeBSD-src-b53efb78faed8c781f00c65853b3da6eeb585a42.tar.gz
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.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/files2
-rw-r--r--sys/conf/files.powerpc1
2 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 2ea7457..b14d4e1 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -532,6 +532,8 @@ dev/buslogic/bt_pci.c optional bt pci
dev/cardbus/cardbus.c optional cardbus
dev/cardbus/cardbus_cis.c optional cardbus
dev/cardbus/cardbus_device.c optional cardbus
+dev/cfi/cfi_core.c optional cfi
+dev/cfi/cfi_dev.c optional cfi
dev/ciss/ciss.c optional ciss
dev/cm/smc90cx6.c optional cm
dev/cmx/cmx.c optional cmx
diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc
index 93b6cbf..25b193e 100644
--- a/sys/conf/files.powerpc
+++ b/sys/conf/files.powerpc
@@ -28,6 +28,7 @@ opt_ah.h optional ath_hal \
crypto/blowfish/bf_enc.c optional crypto | ipsec
crypto/des/des_enc.c optional crypto | ipsec | netsmb
dev/bm/if_bm.c optional bm powermac
+dev/cfi/cfi_bus_lbc.c optional cfi
dev/fb/fb.c optional sc
dev/hwpmc/hwpmc_powerpc.c optional hwpmc
dev/kbd/kbd.c optional sc
OpenPOWER on IntegriCloud