From owner-cvs-all Wed Jul 31 18:36:42 2002 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 E7CAB37B400; Wed, 31 Jul 2002 18:36:39 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A30BE43E3B; Wed, 31 Jul 2002 18:36:39 -0700 (PDT) (envelope-from scottl@FreeBSD.org) Received: from freefall.freebsd.org (scottl@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g711adJU090578; Wed, 31 Jul 2002 18:36:39 -0700 (PDT) (envelope-from scottl@freefall.freebsd.org) Received: (from scottl@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g711adko090577; Wed, 31 Jul 2002 18:36:39 -0700 (PDT) Message-Id: <200208010136.g711adko090577@freefall.freebsd.org> From: Scott Long Date: Wed, 31 Jul 2002 18:36:39 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx ahc_eisa.c ahc_pci.c src/sys/modules/aic7xxx Makefile src/sys/modules/aic7xxx/ahc Makefile src/sys/modules/aic7xxx/ahc/ahc_eisa Makefile src/sys/modules/aic7xxx/ahc/ahc_pci Makefile src/sys/modules/aic7xxx/ahd ... X-FreeBSD-CVS-Branch: HEAD 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 scottl 2002/07/31 18:36:39 PDT Modified files: sys/dev/aic7xxx ahc_eisa.c ahc_pci.c Added files: sys/modules/aic7xxx Makefile sys/modules/aic7xxx/ahc Makefile sys/modules/aic7xxx/ahc/ahc_eisa Makefile sys/modules/aic7xxx/ahc/ahc_pci Makefile sys/modules/aic7xxx/ahd Makefile sys/modules/aic7xxx/aicasm Makefile Log: Allow the ahc and ahd drivers to be built as modules. This also breaks the ahc driver into a core back-end and pci and eisa front-ends. Revision Changes Path 1.24 +3 -3 src/sys/dev/aic7xxx/ahc_eisa.c 1.46 +4 -4 src/sys/dev/aic7xxx/ahc_pci.c 1.1 +6 -0 src/sys/modules/aic7xxx/Makefile (new) 1.1 +28 -0 src/sys/modules/aic7xxx/ahc/Makefile (new) 1.1 +18 -0 src/sys/modules/aic7xxx/ahc/ahc_eisa/Makefile (new) 1.1 +16 -0 src/sys/modules/aic7xxx/ahc/ahc_pci/Makefile (new) 1.1 +27 -0 src/sys/modules/aic7xxx/ahd/Makefile (new) 1.1 +14 -0 src/sys/modules/aic7xxx/aicasm/Makefile (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message