Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2002 20:30:42 -0400 (EDT)
From:      "Andrew R. Reiter" <arr@FreeBSD.org>
To:        "Matthew N. Dodd" <mdodd@FreeBSD.org>
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 ...
Message-ID:  <Pine.NEB.3.96L.1020416203033.29855A-100000@fledge.watson.org>
In-Reply-To: <200204170026.g3H0Q9G86226@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.96L.1020416203033.29855A-100000>