From owner-freebsd-hackers Tue Sep 30 09:03:49 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id JAA03681 for hackers-outgoing; Tue, 30 Sep 1997 09:03:49 -0700 (PDT) Received: from word.smith.net.au (ppp20.portal.net.au [202.12.71.120]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id JAA03657; Tue, 30 Sep 1997 09:03:38 -0700 (PDT) Received: from word.smith.net.au (localhost.smith.net.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id BAA01118; Wed, 1 Oct 1997 01:31:05 +0930 (CST) Message-Id: <199709301601.BAA01118@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Brian Tao cc: FREEBSD-HACKERS , FREEBSD-ISP Subject: Re: Cyclades Cyclom-Y PCI multiport serial as console server? In-reply-to: Your message of "Tue, 30 Sep 1997 10:58:35 -0400." Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 01 Oct 1997 01:31:02 +0930 From: Mike Smith Sender: owner-freebsd-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Before I start more troubleshooting, has anyone used the Cyclom-Y > 16-port PCI serial controllers as null modem ports? Should be nothing special about this. > I note that the cy(4) man page from a May 1997 3.0 snapshot states: > > > BUGS > > BREAK is not yet implemented. > > > > Serial consoles are not implemented. > > > Is there a newer version that does allow me to send breaks to the > remote side (very important if you're dealing with Sparcs)? Can't help here, sorry. The 'cy' driver is a fairly nasty cross of the 'sio' driver (for understandable reasons), but the BREAK code is specifically commented out. It's possible that BREAK is not well handled by the cd1400 UARTs. > What > exactly does "serial consoles" mean in this context? If it works with > a modem, I don't see why I can't slap a null modem changer on the > cable, and use it as a serial console. It almost certainly means that you can't have the BSD box use one of the cy ports as a console. There's nothing magic about using a port as a console on a remote system. > I've already modifed /etc/rc.serial to set the ttyc* and cuac* > devices to "terminal" rather than the default of "modem". Anything > else I need to do? Do you really want the hardware flowcontrol? You will want to do the traditional 2/3, 4/5, 6+8/20 crosses in your cables.