From owner-freebsd-bugs@FreeBSD.ORG Wed Aug 30 04:20:34 2006 Return-Path: X-Original-To: freebsd-bugs@hub.freebsd.org Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61EB016A4E0 for ; Wed, 30 Aug 2006 04:20:34 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E6D943D46 for ; Wed, 30 Aug 2006 04:20:34 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k7U4KXwI052297 for ; Wed, 30 Aug 2006 04:20:33 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k7U4KXda052296; Wed, 30 Aug 2006 04:20:33 GMT (envelope-from gnats) Date: Wed, 30 Aug 2006 04:20:33 GMT Message-Id: <200608300420.k7U4KXda052296@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: "Andrey V. Elsukov" Cc: Subject: Re: bin/92062: mdconfig(8): mdconfig -l shows 95 entries max. X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Andrey V. Elsukov" List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Aug 2006 04:20:34 -0000 The following reply was made to PR bin/92062; it has been noted by GNATS. From: "Andrey V. Elsukov" To: Ruslan Ermilov Cc: bug-followup@FreeBSD.org Subject: Re: bin/92062: mdconfig(8): mdconfig -l shows 95 entries max. Date: Wed, 30 Aug 2006 08:19:12 +0400 Ruslan Ermilov wrote: > Your patch is against RELENG_6 revision, but MDIOCLIST is only used > by mdconfig(8) in 5.x. Yes, RELENG_6 is on the my working desktop. I've have the same issue on RELENEG_6 too. And i see that RELENG_6 use MDIOCLIST too. > I think the patch should apply cleanly to RELENG_5. > I also think that MDIOCLIST should be removed from HEAD > and RELENG_6 with an extreme prejudice. Patch can be applied cleanly for any three branches. > OTOH, your patch, if committed to RELENG_5, will cause the following > code in 5.x's mdconfig.c to DTRT and print "... %d more". Yes, i think this is a minimal needed fix. Or MFC :) -- WBR, Andrey V. Elsukov