Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Apr 2002 17:26:09 -0700 (PDT)
From:      "Matthew N. Dodd" <mdodd@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   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:  <200204170026.g3H0Q9G86226@freefall.freebsd.org>

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

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?200204170026.g3H0Q9G86226>