From owner-cvs-all@FreeBSD.ORG Thu Jul 15 15:00:02 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E9CBE16A4CE; Thu, 15 Jul 2004 15:00:02 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id CE97B43D3F; Thu, 15 Jul 2004 15:00:02 +0000 (GMT) (envelope-from nyan@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6FF023f058881; Thu, 15 Jul 2004 15:00:02 GMT (envelope-from nyan@repoman.freebsd.org) Received: (from nyan@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6FF02RS058880; Thu, 15 Jul 2004 15:00:02 GMT (envelope-from nyan) Message-Id: <200407151500.i6FF02RS058880@repoman.freebsd.org> From: Takahashi Yoshihiro Date: Thu, 15 Jul 2004 15:00:02 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/pc98/pc98 fd.c fdc_cbus.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jul 2004 15:00:03 -0000 nyan 2004-07-15 15:00:02 UTC FreeBSD src repository Modified files: sys/pc98/pc98 fd.c fdc_cbus.c Log: Move the fdc_alloc_resources function into the bus front end. Revision Changes Path 1.152 +1 -203 src/sys/pc98/pc98/fd.c 1.3 +82 -3 src/sys/pc98/pc98/fdc_cbus.c