From owner-cvs-all Wed Jul 21 5:20: 9 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B6702154B5; Wed, 21 Jul 1999 05:19:52 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Received: (from joerg@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA60093; Wed, 21 Jul 1999 05:19:45 -0700 (PDT) (envelope-from joerg@FreeBSD.org) Message-Id: <199907211219.FAA60093@freefall.freebsd.org> From: Joerg Wunsch Date: Wed, 21 Jul 1999 05:19:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa fd.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk joerg 1999/07/21 05:19:45 PDT Modified files: sys/isa fd.c Log: Hack to work around a NULL pointer dereferencation that can be triggered by removing a floppy that as being operated on. The spagghetti is hardly understandable at all anymore, so i can't 100 % ascertain this is really the Right Thing to do, maybe our new floppy driver maintainer, Jesus Monroy Jr can do this. :-)) Revision Changes Path 1.149 +5 -1 src/sys/isa/fd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message