From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 24 17:20:06 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 2508D16A468 for ; Mon, 24 Sep 2007 17:20:06 +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 1941F13C481 for ; Mon, 24 Sep 2007 17:20:06 +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 l8OHK5ni089894 for ; Mon, 24 Sep 2007 17:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l8OHK5wm089891; Mon, 24 Sep 2007 17:20:05 GMT (envelope-from gnats) Date: Mon, 24 Sep 2007 17:20:05 GMT Message-Id: <200709241720.l8OHK5wm089891@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Eugene Grosbein Cc: Subject: Re: kern/116538: [fdc] [patch] reintroduce FD_NO_CHLINE flag for fdc(4) X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Eugene Grosbein List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2007 17:20:06 -0000 The following reply was made to PR kern/116538; it has been noted by GNATS. From: Eugene Grosbein To: bug-followup@freebsd.org Cc: Bruce Evans Subject: Re: kern/116538: [fdc] [patch] reintroduce FD_NO_CHLINE flag for fdc(4) Date: Tue, 25 Sep 2007 01:12:15 +0800 On at, 22 Sep 2007, Bruce Evans wrote: >> We need FD_NO_CHLINE flag again until fdc(4) fixed. > What happens for older FDD controllers that don't support the change > line, and hardware with a broken change line? I have no such hardware and cannot check. I suppose, it suffers from the same problem. [skip] Concerning the style remark you have done, feel free to commit version you like. I'm not a committer, anyway :-) Eugene Grosbein