8354 sync regcomp(3C) with upstream (fix make catalog)
[unleashed/tickless.git] / usr / src / uts / sun4u / lw2plus / io / lombus.conf
blobf3e2af7d1586f2274935020b93969fe9e02381e6
2 # CDDL HEADER START
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.
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.
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]
20 # CDDL HEADER END
23 # Copyright (c) 2001 by Sun Microsystems, Inc.
24 # All rights reserved.
26 # ident "%Z%%M% %I%     %E% SMI"
28 # Configuration file for "lombus" driver
32 # The following are needed by our parent (ebus), but OBP should
33 # have already created them.  So they should only be specified
34 # here if you have an old version of OBP that didn't do this ...
36 #device_type = "serial";
37 #interrupts = 1;
40 # Various debugging options interpreted by the lombus driver itself ...
42 # 'allow-lom-echo' (boolean) tells the driver to look for and filter
43 # out echoes of its own messages to the LOM.  Only useful if the LOM
44 # has been configured to echo messages!
46 #allow-lom-echo = 0;
48 # 'baud-rate' (int) specifies the speed of the serial link between
49 # the host and the LOM.  Obviously, it must be the same as the value
50 # selected by the LOM; getting it wrong will prevent any communication
51 # with the LOM.  The default is 38400, which is the value used by the
52 # standard version of the LOM firmware.
54 #baud-rate = 38400;
56 # 'debug' (int) is a bit-mask for turning on various traces from
57 # different parts of the driver.  Only available if the driver
58 # was compiled with DEBUG enabled.
60 #debug = 0;
62 # 'fake-cts' (boolean) tells the driver to ignore the CTS signal from
63 # the LOM that's usually used for flow control and to show that the
64 # LOM is ready for the next message.  Only useful for debugging.
66 #fake-cts = 0;