cvs commit: src/sys/contrib/dev/hptmv access601.h array.h atapi.h command.h gui_lib.c hptproc.c i386-elf.raid.o.uu ioctl.c mvSata.h mvStorageDev.h raid5n.h readme.txt vdevice.h src/sys/dev/hptmv entry.c global.h hptintf.h mv.c mvOs.h osbsd.h ...

Scott Long scottl at FreeBSD.org
Sat Oct 23 22:37:23 PDT 2004


scottl      2004-10-24 05:37:23 UTC

  FreeBSD src repository

  Added files:
    sys/contrib/dev/hptmv access601.h array.h atapi.h command.h 
                          gui_lib.c hptproc.c i386-elf.raid.o.uu 
                          ioctl.c mvSata.h mvStorageDev.h raid5n.h 
                          readme.txt vdevice.h 
    sys/dev/hptmv        entry.c global.h hptintf.h mv.c mvOs.h 
                         osbsd.h 
    sys/modules/hptmv    Makefile 
  Log:
  Import the HighPoint RocketRAID 182x driver.  Thanks to HighPoint for
  providing the original driver, and thanks to IronSystems for providing
  hardware for testing.
  
  Revision  Changes    Path
  1.1       +41 -0     src/sys/contrib/dev/hptmv/access601.h (new)
  1.1       +265 -0    src/sys/contrib/dev/hptmv/array.h (new)
  1.1       +556 -0    src/sys/contrib/dev/hptmv/atapi.h (new)
  1.1       +265 -0    src/sys/contrib/dev/hptmv/command.h (new)
  1.1       +1384 -0   src/sys/contrib/dev/hptmv/gui_lib.c (new)
  1.1       +600 -0    src/sys/contrib/dev/hptmv/hptproc.c (new)
  1.1       +1344 -0   src/sys/contrib/dev/hptmv/i386-elf.raid.o.uu (new)
  1.1       +924 -0    src/sys/contrib/dev/hptmv/ioctl.c (new)
  1.1       +429 -0    src/sys/contrib/dev/hptmv/mvSata.h (new)
  1.1       +210 -0    src/sys/contrib/dev/hptmv/mvStorageDev.h (new)
  1.1       +120 -0    src/sys/contrib/dev/hptmv/raid5n.h (new)
  1.1       +96 -0     src/sys/contrib/dev/hptmv/readme.txt (new)
  1.1       +280 -0    src/sys/contrib/dev/hptmv/vdevice.h (new)
  1.1       +2988 -0   src/sys/dev/hptmv/entry.c (new)
  1.1       +219 -0    src/sys/dev/hptmv/global.h (new)
  1.1       +1268 -0   src/sys/dev/hptmv/hptintf.h (new)
  1.1       +114 -0    src/sys/dev/hptmv/mv.c (new)
  1.1       +163 -0    src/sys/dev/hptmv/mvOs.h (new)
  1.1       +321 -0    src/sys/dev/hptmv/osbsd.h (new)
  1.1       +62 -0     src/sys/modules/hptmv/Makefile (new)


More information about the cvs-all mailing list