Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Dec 2007 00:56:17 +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/modules Makefile src/share/man/man4 Makefile hptrr.4 src/sys/conf files.amd64 files.i386 src/sys/i386/conf GENERIC NOTES PAE src/sys/amd64/conf GENERIC NOTES src/sys/dev/hptrr amd64-elf.hptrr_lib.o.uu array.h him.h ...
Message-ID:  <200712150056.lBF0uHQ4078890@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
scottl      2007-12-15 00:56:17 UTC

  FreeBSD src repository

  Modified files:
    sys/modules          Makefile 
    share/man/man4       Makefile 
    sys/conf             files.amd64 files.i386 
    sys/i386/conf        GENERIC NOTES PAE 
    sys/amd64/conf       GENERIC NOTES 
  Added files:
    share/man/man4       hptrr.4 
    sys/dev/hptrr        amd64-elf.hptrr_lib.o.uu array.h him.h 
                         himfuncs.h hptintf.h hptrr_config.c 
                         hptrr_config.h hptrr_os_bsd.c 
                         hptrr_osm_bsd.c i386-elf.hptrr_lib.o.uu 
                         ldm.h list.h os_bsd.h osm.h 
    sys/modules/hptrr    Makefile 
  Log:
  Add the 'hptrr' driver for supporting the following Highpoint RocketRAID
  cards:
  
       o   RocketRAID 172x series
       o   RocketRAID 174x series
       o   RocketRAID 2210
       o   RocketRAID 222x series
       o   RocketRAID 2240
       o   RocketRAID 230x series
       o   RocketRAID 231x series
       o   RocketRAID 232x series
       o   RocketRAID 2340
       o   RocketRAID 2522
  
  Many thanks to Highpoint for their continued support of FreeBSD.
  
  Submitted by: Highpoint
  
  Revision  Changes    Path
  1.400     +2 -0      src/share/man/man4/Makefile
  1.1       +126 -0    src/share/man/man4/hptrr.4 (new)
  1.490     +1 -0      src/sys/amd64/conf/GENERIC
  1.73      +6 -2      src/sys/amd64/conf/NOTES
  1.117     +8 -0      src/sys/conf/files.amd64
  1.590     +8 -1      src/sys/conf/files.i386
  1.1       +13120 -0  src/sys/dev/hptrr/amd64-elf.hptrr_lib.o.uu (new)
  1.1       +187 -0    src/sys/dev/hptrr/array.h (new)
  1.1       +438 -0    src/sys/dev/hptrr/him.h (new)
  1.1       +105 -0    src/sys/dev/hptrr/himfuncs.h (new)
  1.1       +1840 -0   src/sys/dev/hptrr/hptintf.h (new)
  1.1       +69 -0     src/sys/dev/hptrr/hptrr_config.c (new)
  1.1       +144 -0    src/sys/dev/hptrr/hptrr_config.h (new)
  1.1       +302 -0    src/sys/dev/hptrr/hptrr_os_bsd.c (new)
  1.1       +1415 -0   src/sys/dev/hptrr/hptrr_osm_bsd.c (new)
  1.1       +8495 -0   src/sys/dev/hptrr/i386-elf.hptrr_lib.o.uu (new)
  1.1       +507 -0    src/sys/dev/hptrr/ldm.h (new)
  1.1       +132 -0    src/sys/dev/hptrr/list.h (new)
  1.1       +260 -0    src/sys/dev/hptrr/os_bsd.h (new)
  1.1       +204 -0    src/sys/dev/hptrr/osm.h (new)
  1.479     +1 -0      src/sys/i386/conf/GENERIC
  1.1248    +6 -2      src/sys/i386/conf/NOTES
  1.29      +1 -0      src/sys/i386/conf/PAE
  1.550     +3 -0      src/sys/modules/Makefile
  1.1       +14 -0     src/sys/modules/hptrr/Makefile (new)



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