From owner-cvs-src@FreeBSD.ORG Sun May 16 22:46:17 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 246AF16A4CE; Sun, 16 May 2004 22:46:17 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB93743D31; Sun, 16 May 2004 22:46:16 -0700 (PDT) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i4H5kGGe041114; Sun, 16 May 2004 22:46:16 -0700 (PDT) (envelope-from imp@repoman.freebsd.org) Received: (from imp@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i4H5kGX5041113; Sun, 16 May 2004 22:46:16 -0700 (PDT) (envelope-from imp) Message-Id: <200405170546.i4H5kGX5041113@repoman.freebsd.org> From: Warner Losh Date: Sun, 16 May 2004 22:46:16 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/conf files.alpha files.amd64 files.i386 files.ia64 src/sys/isa fd.c fdreg.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 May 2004 05:46:17 -0000 imp 2004/05/16 22:46:16 PDT FreeBSD src repository Modified files: sys/conf files.alpha files.amd64 files.i386 files.ia64 Removed files: sys/isa fd.c fdreg.h Log: Move fdc from isa/fd.c to dev/fdc/fdc.c. The old files were repocopied. Soon there will be additional bus attachments and specialization for isa, acpi and pccard (and maybe pc98's cbus). This was approved by nate, joerg and myself. bde dissented on the new location, but appeared to be OK after some discussion. Revision Changes Path 1.110 +1 -1 src/sys/conf/files.alpha 1.34 +1 -1 src/sys/conf/files.amd64 1.491 +1 -1 src/sys/conf/files.i386 1.67 +1 -1 src/sys/conf/files.ia64 1.271 +0 -2726 src/sys/isa/fd.c (dead) 1.19 +0 -67 src/sys/isa/fdreg.h (dead)