summaryrefslogtreecommitdiff
path: root/openembedded/packages/pcmcia-cs/pcmcia-cs-3.2.8/borzoi/ide.opts
diff options
context:
space:
mode:
Diffstat (limited to 'openembedded/packages/pcmcia-cs/pcmcia-cs-3.2.8/borzoi/ide.opts')
-rw-r--r--openembedded/packages/pcmcia-cs/pcmcia-cs-3.2.8/borzoi/ide.opts28
1 files changed, 0 insertions, 28 deletions
diff --git a/openembedded/packages/pcmcia-cs/pcmcia-cs-3.2.8/borzoi/ide.opts b/openembedded/packages/pcmcia-cs/pcmcia-cs-3.2.8/borzoi/ide.opts
deleted file mode 100644
index c67df8e34..000000000
--- a/openembedded/packages/pcmcia-cs/pcmcia-cs-3.2.8/borzoi/ide.opts
+++ /dev/null
@@ -1,28 +0,0 @@
-# ATA/IDE drive adapter configuration
-#
-# The address format is "scheme,socket,serial_no[,part]".
-#
-# For multi-partition devices, first return list of partitions in
-# $PARTS. Then, we'll get called for each partition.
-#
-case "$ADDRESS" in
-*,1,*,*)
- # Socket 1 is the internal HD; don't do anything clever as it's /
- ;;
-*,*,*,1)
- #INFO="Sample IDE setup"
- DO_FSTAB="n";
- #DO_FSCK="y" ;
- DO_MOUNT="y"
- #FSTYPE="msdos"
- #FSTYPE="auto"
- #OPTS=""
- #MOUNTPT="/mnt/ide"
- ;;
-*,*,*)
- PARTS="1"
- # Card eject policy options
- NO_CHECK=n
- NO_FUSER=y
- ;;
-esac