This is the Debian GNU/Linux prepackaged version of the PCMCIA Card
Services package.  It was created from sources written by David Hinds
<dhinds@allegro.stanford.edu>.  This version of Card Services is
copyright 1999, David Hinds.

This package was created by Oliver Oberdorf,
<oly@head-cfa.harvard.edu>, from sources obtained from:
 sourceforge.org:/pcmcia
The cardinfo utility used in this package is the replacement available
from:
 http://www.ne.jp/asahi/linux/timecop/cardinfo_src.tar.gz

This package has been modified by Brian Mays <brian@debian.org>.
Modifications of pcmcia-cs package for Debian GNU/Linux Copyright (C)
1996-2000 Brian Mays and are released under the GPL (on Debian systems
see `/usr/share/doc/copyright/GPL').

Notes:
 * A complete linux source tree for the kernel, not just an up-to-date
   kernel image, is required to compile the PCMCIA package.  The PCMCIA
   modules contain some references to kernel source files.
 * The FLTK Library is required to compile cardinfo, an X-based card
   status utility.  This library can be found in the Debian libfltk-dev
   package.
 * The PCMCIA modules will automatically be configured for APM
   (Advanced Power Management) if a compatible version is detected on
   the system.  APM tools can be found in the Debian apm package.

Changes:
 * added Debian GNU/Linux package maintenance system files
 * modified pathnames to conform to FSSTD and other Debian standards:
    /etc/sysconfig/pcmcia -> /etc/pcmcia.conf
 * modified etc/Makefile to
    - prevent it from creating symbolic links in the /etc/rc?.d
      directories
    - prevent it from modifying the /etc/conf.modules file
 * modified etc/config to not assume that kernel module 8390.o is in
   the net subdirectory
 * change compile options to -O2 and -Wall
 * added a probe(8) man page
 * modified cardinfo.c (and the Configure script and Makefiles) so that
   it uses the free FLTK library instead of the non-free Xforms library
 * Added a note in the pcinitrd(8) man page about needing ash(1)
 * Fixed bug in a sed script causing an incorrect assignment to the
   HWADDR shell variable in /etc/pcmcia/network
 * Modified /etc/pcmcia/network so that it does not use the DNS_[1-3]
   variables if DNSSRVS has been set
 * Added an example to etc/serial.opts for creating an inittab entry
   using getty instead of mgetty
 * Added several comments to the configuration files
 * Modified the Configure script to turn off CardBus support if PCI
   is disabled
 * Fixed the exit codes of /etc/init.d/pcmcia
 * Changed the /etc/pcmcia scripts to call /bin/bash instead of /bin/sh
 * Changed file locations in /usr/man to comply with the FHS
 * Added pcnetconfig script and man page
 * Modified cardmgr to load configuration files located in the
   /etc/pcmcia/config.d directory (if it exists)
 * Modified the Configure script (which contains some bashisms) to use
   bash instead of sh
 * Changed the location of the scheme file from /var/run/pcmcia-scheme
   to /var/lib/misc/pcmcia-scheme as per FHS 2.1 (when it is released)
 * Removed crap in etc/Makefile that will check for /var/{state,lib} and
   use that information to generate those directories automatically (ugh!)
 * Added replacement cardinfo program by Tim Copperfield
   <timecop@japan.co.jp>
 * Added override of David Hinds' DIRS variable in the makefile
 * Changed fgrep to grep in the rc.pcmcia script.  This is necessary
   because the boot-floppies do not have fgrep
 * Had to change the install-etc script to allow the user to specify
   "PREFIX" as a Makefile variable to override the default

------------------------------------------------------------------------
cardinfo.c and panel.xpm are Copyright (c) 1999 Tim Copperfield
<timecop@japan.co.jp> and are released under the GPL.

On Debian GNU/Linux systems, the complete text of the GNU General Public
License can be found in `/usr/share/doc/copyright/GPL'.
------------------------------------------------------------------------
dlport.c is written by David Hinds, dhinds@hyper.stanford.edu and is in
the public domain.
------------------------------------------------------------------------
Copyright (C) 1998, 1999, 2000 David A. Hinds

Unless otherwise indicated, this code is distributed under version 1.1
of the Mozilla Public License ("MPL"), included in the LICENSE file.

Alternatively, these files may be used under the terms of the GNU
Public License version 2 (the "GPL"), in which case the provisions of
the GPL are applicable instead of the above.  If you wish to allow the
use of your version of these files only under the terms of the GPL and
not to allow others to use your version of these files under the MPL,
indicate your decision by deleting the provisions above and replace
them with the notice and other provisions required by the GPL.  If you
do not delete the provisions above, a recipient may use your version
of these files under either the MPL or the GPL.

Some of the client drivers (nmclan_cs.c, 3c589_cs.c, 3c574_cs.c,
3c575_cb.c, ibmtr_cs.c, pcnet_cs.c, smc91c92_cs.c, fmvj18x_cs.c,
wavelan_cs.c, wvlan_cs.c, netwave_cs.c, xirc2ps_cs.c, serial_cb.c)
contain code written by others, subject to more restrictive (GPL)
licensing requirements.

	-- David Hinds
	   dahinds@users.sourceforge.net
