6324 Add an `ndp' tool for manipulating the neighbors table
[illumos-gate.git] / usr / src / man / man1m / hal-device.1m
blobe88e202fa9fe47e842c428d0fd033ec83643939b
1 '\" te
2 .\" Copyright (c) 2006, Sun Microsystems, Inc. All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH HAL-DEVICE 1M "Aug 25, 2006"
7 .SH NAME
8 hal-device \- manage HAL devices
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fBhal-device\fR  [\fB-h\fR] [\fB--a\fR \fIudi\fR |  \fB--r\fR \fIudi\fR]
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 The Hardware Abstraction Layer (HAL) provides a view of the various hardware
19 attached to a system. The \fBhal-device\fR command enables you to manage
20 devices that conform to the HAL standard. Specifically, \fBhal-device\fR lets
21 you add or remove a device to or from the HAL global device list. Device
22 properties are read from stdin in \fBlshal(1M)\fR syntax.
23 .SH OPTIONS
24 .sp
25 .LP
26 The following options are supported:
27 .sp
28 .ne 2
29 .na
30 \fB\fB-a\fR, \fB--add\fR \fIudi\fR\fR
31 .ad
32 .RS 20n
33 Add device specified by Universal Device Identifier \fIudi\fR to HAL's global
34 device list.
35 .RE
37 .sp
38 .ne 2
39 .na
40 \fB\fB-h\fR\fR
41 .ad
42 .RS 20n
43 Display usage information.
44 .RE
46 .sp
47 .ne 2
48 .na
49 \fB\fB-r\fR, \fB--remove\fR \fIudi\fR\fR
50 .ad
51 .RS 20n
52 Remove device specified by Universal Device Identifier \fIudi\fR from HAL's
53 global device list.
54 .RE
56 .SH ATTRIBUTES
57 .sp
58 .LP
59 See \fBattributes\fR(5) for descriptions of the following attributes:
60 .sp
62 .sp
63 .TS
64 box;
65 c | c
66 l | l .
67 ATTRIBUTE TYPE  ATTRIBUTE VALUE
69 Interface Stability     Volatile
70 .TE
72 .SH SEE ALSO
73 .sp
74 .LP
75 \fBhald\fR(1M), \fBattributes\fR(5), \fBhal\fR(5)