From owner-cvs-all Wed Jul 31 11:29:50 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D9DE37B406; Wed, 31 Jul 2002 11:29:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C15C243F93; Wed, 31 Jul 2002 11:26:30 -0700 (PDT) (envelope-from sos@FreeBSD.org) Received: from freefall.freebsd.org (sos@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6VIQUJU020572; Wed, 31 Jul 2002 11:26:30 -0700 (PDT) (envelope-from sos@freefall.freebsd.org) Received: (from sos@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6VIQUvn020571; Wed, 31 Jul 2002 11:26:30 -0700 (PDT) Message-Id: <200207311826.g6VIQUvn020571@freefall.freebsd.org> From: Søren Schmidt Date: Wed, 31 Jul 2002 11:26:30 -0700 (PDT) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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