home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2005 January / PCpro_2005_01.ISO / isolinux / all.rdz / initrd / etc / pcmcia / serial.opts < prev    next >
Encoding:
Text File  |  2004-03-24  |  570 b   |  23 lines

  1. # Serial device configuration
  2. #
  3. # The address format is "scheme,socket,instance".
  4. #
  5. case "$ADDRESS" in
  6. *,*,*)
  7.     INFO="Default modem setup"
  8.     # Symbolic link to dialout device
  9.     LINK="/dev/modem"
  10.     # Options for 'setserial'
  11.     SERIAL_OPTS=""
  12.     # Should we create an inittab entry for this port?
  13.     #INITTAB="/sbin/mgetty"
  14.     # Extra stuff to do after setting up the device
  15.     start_fn () { return; }
  16.     # Extra stuff to do before shutting down the device
  17.     stop_fn () { return; }
  18.     # Card eject policy options
  19.     NO_CHECK=n
  20.     NO_FUSER=n
  21.     ;;
  22. esac
  23.