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# Copyright (c) 2001 by Sun Microsystems, Inc. 24# All rights reserved. 25# 26# ident "%Z%%M% %I% %E% SMI" 27# 28# Configuration file for "lombus" driver 29# 30 31# 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 ... 35# 36#device_type = "serial"; 37#interrupts = 1; 38 39# 40# Various debugging options interpreted by the lombus driver itself ... 41# 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! 45# 46#allow-lom-echo = 0; 47# 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. 53# 54#baud-rate = 38400; 55# 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. 59# 60#debug = 0; 61# 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. 65# 66#fake-cts = 0; 67 68