Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Aug 1999 10:15:20 -0700 (PDT)
From:      Bill Paul <wpaul@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/pci if_vr.c if_vrreg.h src/sys/alpha/conf GENERIC src/sys/modules Makefile src/sys/modules/ax Makefile src/sys/modules/mx Makefile src/sys/modules/sf Makefile src/sys/modules/sk Makefile src/sys/modules/ti Makefile ...
Message-ID:  <199908101715.KAA03608@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
wpaul       1999/08/10 10:15:20 PDT

  Modified files:
    sys/pci              if_vr.c if_vrreg.h 
    sys/alpha/conf       GENERIC 
    sys/modules          Makefile 
    sys/modules/ax       Makefile 
    sys/modules/mx       Makefile 
    sys/modules/sf       Makefile 
    sys/modules/sk       Makefile 
    sys/modules/ti       Makefile 
    sys/modules/tl       Makefile 
    sys/modules/xl       Makefile 
    sys/boot/forth       loader.conf 
  Added files:
    sys/modules/vr       Makefile 
  Log:
  Convert the VIA Rhine driver to newbus and set it up to be compiled as
  a module. Also modified the code to work on FreeBSD/alpha and added
  device vr0 to the alpha GENERIC config.
  
  While I was in the neighborhood, I noticed that I was still using
  #define NFPX 1 in all of the Makefiles that I'd copied from the fxp
  module. I don't really use #define Nfoo X so it didn't matter, but
  I decided to customize this correctly anyway.
  
  Revision  Changes    Path
  1.14      +177 -102  src/sys/pci/if_vr.c
  1.5       +5 -1      src/sys/pci/if_vrreg.h
  1.34      +2 -1      src/sys/alpha/conf/GENERIC
  1.70      +2 -2      src/sys/modules/Makefile
  1.2       +2 -2      src/sys/modules/ax/Makefile
  1.2       +2 -2      src/sys/modules/mx/Makefile
  1.2       +2 -2      src/sys/modules/sf/Makefile
  1.2       +2 -2      src/sys/modules/sk/Makefile
  1.2       +2 -2      src/sys/modules/ti/Makefile
  1.2       +2 -2      src/sys/modules/tl/Makefile
  1.2       +2 -2      src/sys/modules/xl/Makefile
  1.9       +2 -1      src/sys/boot/forth/loader.conf



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?199908101715.KAA03608>