From owner-cvs-all Tue Apr 16 17:31:15 2002 Delivered-To: cvs-all@freebsd.org Received: from fledge.watson.org (fledge.watson.org [204.156.12.50]) by hub.freebsd.org (Postfix) with ESMTP id 6460737B41A; Tue, 16 Apr 2002 17:30:52 -0700 (PDT) Received: from localhost (arr@localhost) by fledge.watson.org (8.11.6/8.11.6) with SMTP id g3H0Uhs30424; Tue, 16 Apr 2002 20:30:43 -0400 (EDT) (envelope-from arr@FreeBSD.org) X-Authentication-Warning: fledge.watson.org: arr owned process doing -bs Date: Tue, 16 Apr 2002 20:30:42 -0400 (EDT) From: "Andrew R. Reiter" X-Sender: arr@fledge.watson.org To: "Matthew N. Dodd" Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files src/sys/dev/hfa hfa_eisa.c hfa_freebsd.c hfa_freebsd.h hfa_pci.c hfa_sbus.c src/sys/modules Makefile src/sys/modules/hfa Makefile src/sys/modules/hfa/eisa Makefile src/sys/modules/hfa/hfa Makefile src/sys/modules/hfa/pci ... In-Reply-To: <200204170026.g3H0Q9G86226@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Tue, 16 Apr 2002, Matthew N. Dodd wrote: :mdodd 2002/04/16 17:26:09 PDT : : Modified files: : sys/conf files : sys/modules Makefile : Added files: : sys/dev/hfa hfa_eisa.c hfa_freebsd.c hfa_freebsd.h : hfa_pci.c hfa_sbus.c : sys/modules/hfa Makefile : sys/modules/hfa/eisa Makefile : sys/modules/hfa/hfa Makefile : sys/modules/hfa/pci Makefile : sys/modules/hfa/sbus Makefile : Log: : - Convert the 'hfa' ATM interface driver to newbus. : - Add stubs for EISA and SBUS cards. : (VME, FutureBUS, and TurboChannel stubs not provided.) : - Add infrastructure to build driver and bus front-end modules. Thanks! : : Revision Changes Path : 1.625 +5 -1 src/sys/conf/files : 1.1 +132 -0 src/sys/dev/hfa/hfa_eisa.c (new) : 1.1 +415 -0 src/sys/dev/hfa/hfa_freebsd.c (new) : 1.1 +57 -0 src/sys/dev/hfa/hfa_freebsd.h (new) : 1.1 +226 -0 src/sys/dev/hfa/hfa_pci.c (new) : 1.1 +136 -0 src/sys/dev/hfa/hfa_sbus.c (new) : 1.238 +1 -0 src/sys/modules/Makefile : 1.1 +15 -0 src/sys/modules/hfa/Makefile (new) : 1.1 +8 -0 src/sys/modules/hfa/eisa/Makefile (new) : 1.1 +13 -0 src/sys/modules/hfa/hfa/Makefile (new) : 1.1 +8 -0 src/sys/modules/hfa/pci/Makefile (new) : 1.1 +8 -0 src/sys/modules/hfa/sbus/Makefile (new) : -- Andrew R. Reiter arr@watson.org arr@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message