1 /*
2  * CDDL HEADER START
3  *
4  * The contents of this file are subject to the terms of the
5  * Common Development and Distribution License, Version 1.0 only
6  * (the "License").  You may not use this file except in compliance
7  * with the License.
8  *
9  * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10  * or http://www.opensolaris.org/os/licensing.
11  * See the License for the specific language governing permissions
12  * and limitations under the License.
13  *
14  * When distributing Covered Code, include this CDDL HEADER in each
15  * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16  * If applicable, add the following below this CDDL HEADER, with the
17  * fields enclosed by brackets "[]" replaced with your own identifying
18  * information: Portions Copyright [yyyy] [name of copyright owner]
19  *
20  * CDDL HEADER END
21  */
22 
23 /*
24  * Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
25  * Use is subject to license terms.
26  */
27 
28 #ifndef _SYS_USB_USBSER_KEYSPAN_49FW_H
29 #define	_SYS_USB_USBSER_KEYSPAN_49FW_H
30 
31 #pragma ident	"%Z%%M%	%I%	%E% SMI"
32 
33 #define	KEYSPAN_NO_FIRMWARE_SOURCE
34 
35 /*
36  * For the 4-port Keyspan usb-to-serial adapter (usa49wlc) support
37  * in the usbsksp(7D) driver, users can download a firmware package
38  * from the Keyspan website (http://www.keyspan.com).
39  * Please contact Keyspan technical support for questions regarding
40  * firmware source access.
41  *
42  * Users with access to the firmware source code can build the
43  * firmware package by copying keyspan_usa49w_fw.h over this
44  * header file (keyspan_49fw.h)
45  *
46  * To build the usbs49_fw module (using x86 platform as an example):
47  * $ cd usr/src/uts/intel/usbs49_fw
48  * $ make install
49  *
50  * To build the SUNWukspfw package:
51  * $ cd usr/src/pkgdefs/
52  * $ make
53  * $ cd usr/src/pkgdefs/SUNWukspfw
54  * $ make install
55  *
56  * See usbsksp(7D) for details on using the Solaris USB keyspan
57  * driver.
58  */
59 
60 #endif /* _SYS_USB_USBSER_KEYSPAN_49FW_H */
61