#!/bin/sh
#
# ide 1.15 2001/11/21 13:44:09 (David Hinds)
#
# Initialize or shutdown a PCMCIA ATA/IDE adapter
#
# The first argument should be either 'start' or 'stop'.  The second
# argument is the base name for the device.
#
# The script passes an extended device address to 'ide.opts' in the
# ADDRESS variable, to retrieve device-specific configuration options.
# The address format is "scheme,socket,serial_no[,part]" where
# "scheme" is the PCMCIA configuration scheme, "socket" is the socket
# number, "serial_no" is the card's serial number if available, and
# "part" is, optionally, the partition number.
#
# The script first calls ide.opts for the entire device.  If ide.opts
# returns with the PARTS variable set, then this variable contains a
# list of partitions for which options should be read.
#

mount /cf
