From owner-freebsd-current Fri May 30 21:28:40 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA04785 for current-outgoing; Fri, 30 May 1997 21:28:40 -0700 (PDT) Received: from abby.skypoint.net (abby.skypoint.net [199.86.32.252]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA04778 for ; Fri, 30 May 1997 21:28:36 -0700 (PDT) Received: (from uucp@localhost) by abby.skypoint.net (8.8.5/alexis 2.7) with UUCP id XAA15458; Fri, 30 May 1997 23:28:30 -0500 (CDT) Received: (from bruce@localhost) by zuhause.mn.org (8.8.5/8.8.5) id XAA00264; Fri, 30 May 1997 23:12:34 -0500 (CDT) Date: Fri, 30 May 1997 23:12:34 -0500 (CDT) Message-Id: <199705310412.XAA00264@zuhause.mn.org> From: Bruce Albrecht To: Jean-Marc Zucconi Cc: current@FreeBSD.ORG Subject: Re: sio.c: incorrect identification of 16550A In-Reply-To: <9705302328.AA13490@cabri.obs-besancon.fr> References: <9705302328.AA13490@cabri.obs-besancon.fr> X-Mailer: VM 6.30 under 19.15p2 XEmacs Lucid Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Sender: owner-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Jean-Marc Zucconi writes: > Hi, > > sio0 at 0x3f8-0x3ff irq 4 on isa > sio0: type 16550A > sio1 at 0x2f8-0x2ff irq 3 on isa > sio1: type 16750 > > sio1 is in fact a 16550A (in principle identical to sio0 since both > are in the same chip) In addition to this new bug, I've been seeing a problem where my dialout uucp's on sio1 are able to call up and log in to the remote system, but lock up the port without ever transmitting any data after completing the uucico log-in. This has been occurring ever since the sio changes last week, but only when I get the following messages: sio0: 64 events for device with no tp sio1: 65 events for device with no tp Prior to last night's sio.c changes, it would tie up the line indefinitely, but now it uucp times out and frees up the port. If I boot, the sio1 message says 64 events, the uucico doesn't lock up. I'm going to have to reboot now. :-(