Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2006 20:22:46 +0000 (UTC)
From:      Scott Long <scottl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf files.i386 src/sys/modules Makefile src/sys/dev/rr232x LICENSE README amd64-elf.rr232x_lib.o.uu array.h him.h himfuncs.h hptintf.h i386-elf.rr232x_lib.o.uu ldm.h list.h os_bsd.c os_bsd.h osm.h osm_bsd.c rr232x_config.c ...
Message-ID:  <200604272022.k3RKMk19069630@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
scottl      2006-04-27 20:22:46 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             files.i386 
    sys/modules          Makefile 
  Added files:
    sys/dev/rr232x       LICENSE README amd64-elf.rr232x_lib.o.uu 
                         array.h him.h himfuncs.h hptintf.h 
                         i386-elf.rr232x_lib.o.uu ldm.h list.h 
                         os_bsd.c os_bsd.h osm.h osm_bsd.c 
                         rr232x_config.c rr232x_config.h 
    sys/modules/rr232x   Makefile 
  Log:
  Add the 'rr232x' driver for the HighPoint RocketRAID 2320 series of cards.
  This driver was generously developed and donated by Highpoint.
  
  It is enabled for i386 only at the moment.  I will enable it for amd64
  shortly.
  
  Obtained from: HighPoint Technologies, Inc.
  
  Revision  Changes    Path
  1.556     +8 -0      src/sys/conf/files.i386
  1.1       +30 -0     src/sys/dev/rr232x/LICENSE (new)
  1.1       +202 -0    src/sys/dev/rr232x/README (new)
  1.1       +4567 -0   src/sys/dev/rr232x/amd64-elf.rr232x_lib.o.uu (new)
  1.1       +179 -0    src/sys/dev/rr232x/array.h (new)
  1.1       +440 -0    src/sys/dev/rr232x/him.h (new)
  1.1       +100 -0    src/sys/dev/rr232x/himfuncs.h (new)
  1.1       +1647 -0   src/sys/dev/rr232x/hptintf.h (new)
  1.1       +3068 -0   src/sys/dev/rr232x/i386-elf.rr232x_lib.o.uu (new)
  1.1       +484 -0    src/sys/dev/rr232x/ldm.h (new)
  1.1       +121 -0    src/sys/dev/rr232x/list.h (new)
  1.1       +297 -0    src/sys/dev/rr232x/os_bsd.c (new)
  1.1       +255 -0    src/sys/dev/rr232x/os_bsd.h (new)
  1.1       +199 -0    src/sys/dev/rr232x/osm.h (new)
  1.1       +1351 -0   src/sys/dev/rr232x/osm_bsd.c (new)
  1.1       +31 -0     src/sys/dev/rr232x/rr232x_config.c (new)
  1.1       +107 -0    src/sys/dev/rr232x/rr232x_config.h (new)
  1.489     +2 -0      src/sys/modules/Makefile
  1.1       +22 -0     src/sys/modules/rr232x/Makefile (new)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200604272022.k3RKMk19069630>