1 '\" te 2 .\" Copyright (c) 2009, 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. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. 4 .\" See the License for the specific language governing permissions and limitations under the License. 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 5 .\" fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner] 6 .TH WUSB_DF 7D "Sep 18, 2009" 7 .SH NAME 8 wusb_df, hwa1480_fw \- WUSB firmware download driver and firmware module for 9 Intel i1480 chipset 10 .SH DESCRIPTION 11 .sp 12 .LP 13 The \fBwusb_df\fR driver is a Solaris USB Architecture (USBA) compliant client 14 driver that is used to download firmware for Host Wire Adapter (HWA) dongles 15 that use Intel i1480 chipsets. 16 .sp 17 .LP 18 Currently, the \fBwusb_df\fR driver can only download driver for Intel i1480 19 based HWA dongles. The \fBhwa1480_fw\fR is a miscellaneous module which is 20 transformed from Intel's firmware binary version RC1.3PA2-20070828. 21 \fBwusb_df\fR reads firmware data from \fBhwa1480_fw\fR module and downloads it 22 to HWA hardware. 23 .sp 24 .LP 25 Users can use \fBelfwrap\fR(1) to transform new firmware binary. Users must use 26 the same name as \fBhwa1480_fw\fR, since \fBwusb_df\fR only recognizes this 27 symbol. 28 .SH FILES 29 .sp 30 .ne 2 31 .na 32 \fB\fB/kernel/drv/wusb_df\fR\fR 33 .ad 34 .sp .6 35 .RS 4n 36 32-bit ELF 86 kernel module 37 .RE 38 39 .sp 40 .ne 2 41 .na 42 \fB\fB/kernel/drv/sparcv9/wusb_df\fR\fR 43 .ad 44 .sp .6 45 .RS 4n 46 64-bit SPARC ELF kernel module 47 .RE 48 49 .sp 50 .ne 2 51 .na 52 \fB\fB/kernel/drv/amd64/wusb_df\fR\fR 53 .ad 54 .sp .6 55 .RS 4n 56 64-bit x86 ELF kernel module 57 .RE 58 59 .sp 60 .ne 2 61 .na 62 \fB\fB/kernel/misc/hwa_1480\fR\fR 63 .ad 64 .sp .6 65 .RS 4n 66 32-bit ELF 86 kernel module 67 .RE 68 69 .sp 70 .ne 2 71 .na 72 \fB\fB/kernel/misc/sparcv9/hwa_1480\fR\fR 73 .ad 74 .sp .6 75 .RS 4n 76 64-bit SPARC ELF kernel module 77 .RE 78 79 .sp 80 .ne 2 81 .na 82 \fB\fB/kernel/drv/amd64/hwa_1480\fR\fR 83 .ad 84 .sp .6 85 .RS 4n 86 64-bit x86 ELF kernel module 87 .RE 88 89 .SH ATTRIBUTES 90 .sp 91 .LP 92 See \fBattributes\fR(5) for a description of the following attributes: 93 .sp 94 95 .sp 96 .TS 97 box; 98 l | l 99 l | l . 100 ATTRIBUTE TYPE ATTRIBUTE VALUE 101 _ 102 Architecture SPARC, x86, PCI-based systems 103 .TE 104 105 .SH SEE ALSO 106 .sp 107 .LP 108 \fBelfwrap\fR(1)\fBadd_drv\fR(1M), \fBrem_drv\fR(1M), \fBupdate_drv\fR(1M), 109 \fBattributes\fR(5) 110 .sp 111 .LP 112 \fIWriting Device Drivers\fR 113 .sp 114 .LP 115 \fISystem Administration Guide: Basic Administration\fR 116 .sp 117 .LP 118 \fIWireless Universal Serial Bus Specification 1.0\fR 119 .sp 120 .LP 121 http://www.usb.org 122 .sp 123 .LP 124 http://www.sun.com