Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2002 11:26:30 -0700 (PDT)
From:      Søren Schmidt <sos@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/pst pst-iop.c pst-iop.h pst-pci.c pst-raid.c
Message-ID:  <200207311826.g6VIQUvn020571@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sos         2002/07/31 11:26:30 PDT

  Added files:
    sys/dev/pst          pst-iop.c pst-iop.h pst-pci.c pst-raid.c 
  Log:
  Finally first shot at a driver for the Promise SuperTrak SX6000 ATA RAID
  controller. Some testing has already been done, but its still greenish.
  RAID's has to be setup via the BIOS on the SuperTrak, but all RAID
  types are supported by the driver. The SuperTrak rebuilds failed arrays
  on the fly and supports spare disks etc etc...
  
  Add "device     pst" to your config file to use.
  
  As usual bugsreports, suggestions etc are welcome...
  
  Development sponsored by:       Advanis
  Hardware donated by:            Promise Inc.
  
  Revision  Changes    Path
  1.1       +454 -0    src/sys/dev/pst/pst-iop.c (new)
  1.1       +627 -0    src/sys/dev/pst/pst-iop.h (new)
  1.1       +117 -0    src/sys/dev/pst/pst-pci.c (new)
  1.1       +401 -0    src/sys/dev/pst/pst-raid.c (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?200207311826.g6VIQUvn020571>