summaryrefslogtreecommitdiffstats
path: root/sys/mips
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2013-10-31 16:16:52 +0000
committerbrooks <brooks@FreeBSD.org>2013-10-31 16:16:52 +0000
commit8b58367431f0c0ea5889dee10a939c56c516b590 (patch)
tree4e7803425545b4dd832d179cf3c89efdd75321c1 /sys/mips
parent02057ca62a0610b2b66422bb169f379c8e725bc6 (diff)
downloadFreeBSD-src-8b58367431f0c0ea5889dee10a939c56c516b590.zip
FreeBSD-src-8b58367431f0c0ea5889dee10a939c56c516b590.tar.gz
MFC r256865
Remove the isf(4) driver. It was created by accident and is subset of the cfi(4) driver. It remained in the tree longer than would be ideal due to the time required to bring cfi(4) to feature parity. Sponsored by: DARPA/AFRL Approved by: re (gjb)
Diffstat (limited to 'sys/mips')
-rw-r--r--sys/mips/conf/BERI_DE4.hints36
-rw-r--r--sys/mips/conf/BERI_DE4_MDROOT1
-rw-r--r--sys/mips/conf/BERI_DE4_SDROOT1
3 files changed, 0 insertions, 38 deletions
diff --git a/sys/mips/conf/BERI_DE4.hints b/sys/mips/conf/BERI_DE4.hints
index 9ec33c8..3bc34dc 100644
--- a/sys/mips/conf/BERI_DE4.hints
+++ b/sys/mips/conf/BERI_DE4.hints
@@ -55,7 +55,6 @@ hint.altera_avgen.0.devname="berirom"
#
# Expose the DE4 flash via an Avalon "generic" device.
-# This is incompatible with the isf(4) driver.
#
#hint.altera_avgen.0.at="nexus0"
#hint.altera_avgen.0.maddr=0x74000000
@@ -74,38 +73,3 @@ hint.altera_avgen.0.msize=2
hint.altera_avgen.0.width=1
hint.altera_avgen.0.fileio="r"
hint.altera_avgen.0.devname="de4bsw"
-
-#
-# General Intel StrataFlash driver
-#
-hint.isf.0.at="nexus0"
-hint.isf.0.maddr=0x74000000
-hint.isf.0.msize=0x2000000
-hint.isf.1.at="nexus0"
-hint.isf.1.maddr=0x76000000
-hint.isf.1.msize=0x2000000
-
-# Reserved configuration blocks. Don't touch.
-hint.map.0.at="isf0"
-hint.map.0.start=0x00000000
-hint.map.0.end=0x00020000
-hint.map.0.name="config"
-hint.map.0.readonly=1
-
-# Hardwired location of bitfile
-hint.map.1.at="isf0"
-hint.map.1.start=0x00020000
-hint.map.1.end=0x01820000
-hint.map.1.name="fpga"
-
-# Kernel on first chip
-hint.map.2.at="isf0"
-hint.map.2.start=0x01820000
-hint.map.2.end=0x02000000
-hint.map.2.name="reserved"
-
-# The second chip
-hint.map.3.at="isf1"
-hint.map.3.start=0x00000000
-hint.map.3.end=0x02000000
-hint.map.3.name="kernel"
diff --git a/sys/mips/conf/BERI_DE4_MDROOT b/sys/mips/conf/BERI_DE4_MDROOT
index f40a60e..18cc70d 100644
--- a/sys/mips/conf/BERI_DE4_MDROOT
+++ b/sys/mips/conf/BERI_DE4_MDROOT
@@ -26,5 +26,4 @@ device altera_sdcard
device terasic_de4led
device terasic_mtl
-device isf
device sc
diff --git a/sys/mips/conf/BERI_DE4_SDROOT b/sys/mips/conf/BERI_DE4_SDROOT
index 304cce5..68ac995 100644
--- a/sys/mips/conf/BERI_DE4_SDROOT
+++ b/sys/mips/conf/BERI_DE4_SDROOT
@@ -20,5 +20,4 @@ device altera_sdcard
device terasic_de4led
device terasic_mtl
-device isf
device sc
OpenPOWER on IntegriCloud