From owner-cvs-all Wed May 15 14:56:22 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3F8E937B406; Wed, 15 May 2002 14:56:15 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4FLuFx11650; Wed, 15 May 2002 14:56:15 -0700 (PDT) (envelope-from joerg) Message-Id: <200205152156.g4FLuFx11650@freefall.freebsd.org> From: Joerg Wunsch Date: Wed, 15 May 2002 14:56:15 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/isa fd.c X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG joerg 2002/05/15 14:56:15 PDT Modified files: (Branch: RELENG_4) sys/isa fd.c Log: Now that Jung-uk Kim pointed out to me that i forgot to commit part of his original patch for in_fdc(), it became painfully obvious that in_fdc() isn't used anymore at all. This function has already been removed from -current in rev 1.204, but i eventually forgot to MFC those parts of 1.204 that are also applicable to RELENG_4, so i'm doing that now. (It also makes out_fdc() static.) Approved by: re Revision Changes Path 1.176.2.8 +2 -24 src/sys/isa/fd.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message