1133565Sharti# Copyright (c) 2003-2004
2133565Sharti#	Hartmut Brandt.
3133565Sharti# 	All rights reserved.
4133565Sharti#
5133565Sharti# Author: Hartmut Brandt <harti@freebsd.org>
6133565Sharti#
7133565Sharti# Redistribution and use in source and binary forms, with or without
8133565Sharti# modification, are permitted provided that the following conditions
9133565Sharti# are met:
10133565Sharti# 1. Redistributions of source code must retain the above copyright
11133565Sharti#    notice, this list of conditions and the following disclaimer.
12133565Sharti# 2. Redistributions in binary form must reproduce the above copyright
13133565Sharti#    notice, this list of conditions and the following disclaimer in the
14133565Sharti#    documentation and/or other materials provided with the distribution.
15133565Sharti#
16133565Sharti# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
17133565Sharti# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
18133565Sharti# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
19133565Sharti# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
20133565Sharti# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
21133565Sharti# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
22133565Sharti# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
23133565Sharti# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
24133565Sharti# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
25133565Sharti# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
26133565Sharti# SUCH DAMAGE.
27133565Sharti#
28133565Sharti# Help file for the atmconfig utility
29133565Sharti#
30133565Sharti# $FreeBSD: releng/11.0/sbin/atm/atmconfig/atmconfig_device.help 133565 2004-08-12 12:31:43Z harti $
31133565Sharti#
32133565Sharti^0 device
33133565Sharti^^  device	show information about ATM hardware interfaces
34133565ShartiThis command shows information about the ATM hardware interfaces on the
35133565Shartisystem. Status information can be obtained by:
36133565Sharti
37133565Sharti  atmconfig [common-options] device status [options] [device ...]
38133565Sharti
39133565ShartiInformation about the hardware of the ATM interfaces is reported by:
40133565Sharti
41133565Sharti  atmconfig [common-options] device hardware [options] [device ...]
42133565Sharti
43133565ShartiThe parameters of the a device can be changed by:
44133565Sharti
45133565Sharti  atmconfig [common-options] device modify [options] <device>
46133565Sharti
47133565Sharti^1 status
48133565Shartiusage: atmconfig [common-options] device status [device ...]
49133565Sharti
50133565ShartiIf no device is given as argument information about all devices is shown.
51133565Sharti
52133565Sharti^1 hardware
53133565Shartiusage: atmconfig [common-options] device hardware [device ...]
54133565Sharti
55133565ShartiIf now device is given as argument information about all devices is shown.
56133565Sharti
57133565Sharti^1 modify
58133565Shartiusage: atmconfig [common-options] device modify [-mode mode] <device>
59133565Sharti
60133565Shartioptions:
61133565Sharti  -mode		switch the SUNI mode to either 'sonet' or 'sdh'.
62133565Sharti
63