From owner-freebsd-bugs Tue Jan 7 13:20:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA12220 for bugs-outgoing; Tue, 7 Jan 1997 13:20:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id NAA12202; Tue, 7 Jan 1997 13:20:01 -0800 (PST) Resent-Date: Tue, 7 Jan 1997 13:20:01 -0800 (PST) Resent-Message-Id: <199701072120.NAA12202@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Received:(from nobody@localhost) by.freefall.freebsd.org.id.NAA11979;Tue; (8.8.4/8.8.4);, 7 Jan 1997 13:16:19.-0800 (PST) Message-Id: <199701072116.NAA11979@freefall.freebsd.org> Date: Tue, 7 Jan 1997 13:16:19 -0800 (PST) From: pusateri@jnx.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/2405: PCMCIA support hangs input on non-PCMCIA serial ports Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 2405 >Category: kern >Synopsis: PCMCIA support hangs input on non-PCMCIA serial ports >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 7 13:20:00 PST 1997 >Last-Modified: >Originator: Tom Pusateri >Organization: Juniper Networks >Release: 2.2-961014-SNAP >Environment: >Description: When I add the following lines to the kernel config file, the PCMCIA serial port works (sio2) but the onboard serial port (sio1) no longer works. > controller crd0 > controller pcic0 at crd? > controller pcic1 at crd? 82a83 > device sio2 at isa? port "IO_COM3" tty irq 11 vector siointr The output to the onboard serial port works but input doesn't appear to be accepted. It does appear to be transmitted correctly into the serial port but remains buffered in the kernel. If two machines are connected to each other using kermit, and a backslash is typed on the machine with the broken kernel after it has received data, the data is released from the buffer and displayed. If I recompile /sys/i386/isa/sio.c without PCMCIA support, the onboard serial port works fine. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: