From owner-cvs-all@FreeBSD.ORG Sat May 1 11:09:16 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 DBB3B16A4CE; Sat, 1 May 2004 11:09:16 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B50DE43D1D; Sat, 1 May 2004 11:09:16 -0700 (PDT) (envelope-from bde@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 i41I9GGe074949; Sat, 1 May 2004 11:09:16 -0700 (PDT) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i41I9G2T074948; Sat, 1 May 2004 11:09:16 -0700 (PDT) (envelope-from bde) Message-Id: <200405011809.i41I9G2T074948@repoman.freebsd.org> From: Bruce Evans Date: Sat, 1 May 2004 11:09: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/dev/cy cy.c cy_isa.c cy_pci.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: Sat, 01 May 2004 18:09:17 -0000 bde 2004/05/01 11:09:16 PDT FreeBSD src repository Modified files: sys/dev/cy cy.c cy_isa.c cy_pci.c Log: Adjust pathnames for the move from i386/isa to dev/cy. Adjust staticness and a variable name for the split of cy.c into cy.c and cy_isa.c. Use the new header required for the split to avoid repeating declarations in cy_pci.c. Revision Changes Path 1.144 +8 -6 src/sys/dev/cy/cy.c 1.144 +5 -3 src/sys/dev/cy/cy_isa.c 1.33 +3 -6 src/sys/dev/cy/cy_pci.c