From owner-cvs-sys Sat Feb 14 08:17:29 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA08372 for cvs-sys-outgoing; Sat, 14 Feb 1998 08:17:29 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA08326; Sat, 14 Feb 1998 08:17:21 -0800 (PST) (envelope-from nate@FreeBSD.org) From: Nate Williams Received: (from nate@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id IAA23581; Sat, 14 Feb 1998 08:17:20 -0800 (PST) Date: Sat, 14 Feb 1998 08:17:20 -0800 (PST) Message-Id: <199802141617.IAA23581@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa sio.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk nate 1998/02/14 08:17:19 PST Modified files: sys/i386/isa sio.c Log: - If a PCCARD serial device is removed from the system, let the serial driver 'break out' of the infinite loop waiting for a response from it. This is a bad thing, but no worse than having the kernel hang. Revision Changes Path 1.197 +2 -2 src/sys/i386/isa/sio.c