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"
8 hal-device \- manage HAL devices
12 \fBhal-device\fR [\fB-h\fR] [\fB--a\fR \fIudi\fR | \fB--r\fR \fIudi\fR]
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.
26 The following options are supported:
30 \fB\fB-a\fR, \fB--add\fR \fIudi\fR\fR
33 Add device specified by Universal Device Identifier \fIudi\fR to HAL's global
43 Display usage information.
49 \fB\fB-r\fR, \fB--remove\fR \fIudi\fR\fR
52 Remove device specified by Universal Device Identifier \fIudi\fR from HAL's
59 See \fBattributes\fR(5) for descriptions of the following attributes:
67 ATTRIBUTE TYPE ATTRIBUTE VALUE
69 Interface Stability Volatile
75 \fBhald\fR(1M), \fBattributes\fR(5), \fBhal\fR(5)