From owner-freebsd-bugs@FreeBSD.ORG Mon Sep 24 19:30:07 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 9E80316A468 for ; Mon, 24 Sep 2007 19:30:07 +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 9532413C459 for ; Mon, 24 Sep 2007 19:30:07 +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 l8OJU7s6096301 for ; Mon, 24 Sep 2007 19:30:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.1/8.14.1/Submit) id l8OJU7On096300; Mon, 24 Sep 2007 19:30:07 GMT (envelope-from gnats) Date: Mon, 24 Sep 2007 19:30:07 GMT Message-Id: <200709241930.l8OJU7On096300@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Bruce Evans 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: Bruce Evans List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2007 19:30:07 -0000 The following reply was made to PR kern/116538; it has been noted by GNATS. From: Bruce Evans To: Eugene Grosbein Cc: bug-followup@FreeBSD.org, Bruce Evans Subject: Re: kern/116538: [fdc] [patch] reintroduce FD_NO_CHLINE flag for fdc(4) Date: Tue, 25 Sep 2007 05:25:02 +1000 (EST) On Tue, 25 Sep 2007, Eugene Grosbein wrote: > 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. The hardware is easy to break :-). I think there's a difference between controllers without support and controllers+hardware that the driver doesn't understand. I hope there is only a problem with the latter. > [skip] > > Concerning the style remark you have done, feel free to commit version > you like. I'm not a committer, anyway :-) Sorry, I won't be committing anything to fdc. Bruce