From owner-freebsd-bugs@FreeBSD.ORG Fri Nov 9 18:30:02 2007 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E489416A468 for ; Fri, 9 Nov 2007 18:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id DC6BE13C4C1 for ; Fri, 9 Nov 2007 18:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.1/8.14.1) with ESMTP id lA9IU2TY031175 for ; Fri, 9 Nov 2007 18:30:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id lA9IU24l031174; Fri, 9 Nov 2007 18:30:02 GMT (envelope-from gnats) Date: Fri, 9 Nov 2007 18:30:02 GMT Message-Id: <200711091830.lA9IU24l031174@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: System Administrator Cc: Subject: Re: kern/116539: [fdc] fdc(4) marks /dev/fd0 device busy when it should not, so does not allow to kldunload fdc.ko X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: System Administrator List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Nov 2007 18:30:03 -0000 The following reply was made to PR kern/116539; it has been noted by GNATS. From: System Administrator To: Kostik Belousov Cc: bug-followup@FreeBSD.org Subject: Re: kern/116539: [fdc] fdc(4) marks /dev/fd0 device busy when it should not, so does not allow to kldunload fdc.ko Date: Sat, 10 Nov 2007 01:03:45 +0700 On Tue, Nov 06, 2007 at 03:25:58PM +0200, Kostik Belousov wrote: > device_busy() is counted. Try the following patch: Hi! Your patch basically works but next problem is still actual for RELENG_6 & RELENG_7: http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/116537 Your patch combined with a patch from kern/116537 solve the problem at last. Thank you! Please commit both patches. Eugene Grosbein