1139749Simp/*-
253790Sobrien *  Device driver optimized for the Symbios/LSI 53C896/53C895A/53C1010 
353790Sobrien *  PCI-SCSI controllers.
453790Sobrien *
586266Sgroudier *  Copyright (C) 1999-2001  Gerard Roudier <groudier@free.fr>
653790Sobrien *
753790Sobrien *  This driver also supports the following Symbios/LSI PCI-SCSI chips:
862422Sgroudier *	53C810A, 53C825A, 53C860, 53C875, 53C876, 53C885, 53C895,
962422Sgroudier *	53C810,  53C815,  53C825 and the 53C1510D is 53C8XX mode.
1053790Sobrien *
1153790Sobrien *  
1253790Sobrien *  This driver for FreeBSD-CAM is derived from the Linux sym53c8xx driver.
1353790Sobrien *  Copyright (C) 1998-1999  Gerard Roudier
1453790Sobrien *
1553790Sobrien *  The sym53c8xx driver is derived from the ncr53c8xx driver that had been 
1653790Sobrien *  a port of the FreeBSD ncr driver to Linux-1.2.13.
1753790Sobrien *
1853790Sobrien *  The original ncr driver has been written for 386bsd and FreeBSD by
1953790Sobrien *          Wolfgang Stanglmeier        <wolf@cologne.de>
2053790Sobrien *          Stefan Esser                <se@mi.Uni-Koeln.de>
2153790Sobrien *  Copyright (C) 1994  Wolfgang Stanglmeier
2253790Sobrien *
2353790Sobrien *  The initialisation code, and part of the code that addresses 
2453790Sobrien *  FreeBSD-CAM services is based on the aic7xxx driver for FreeBSD-CAM 
2553790Sobrien *  written by Justin T. Gibbs.
2653790Sobrien *
2753790Sobrien *  Other major contributions:
2853790Sobrien *
2953790Sobrien *  NVRAM detection and reading.
3053790Sobrien *  Copyright (C) 1997 Richard Waltham <dormouse@farsrobt.demon.co.uk>
3153790Sobrien *
3253790Sobrien *-----------------------------------------------------------------------------
3353790Sobrien *
3453790Sobrien * Redistribution and use in source and binary forms, with or without
3553790Sobrien * modification, are permitted provided that the following conditions
3653790Sobrien * are met:
3753790Sobrien * 1. Redistributions of source code must retain the above copyright
3853790Sobrien *    notice, this list of conditions and the following disclaimer.
3953790Sobrien * 2. Redistributions in binary form must reproduce the above copyright
4053790Sobrien *    notice, this list of conditions and the following disclaimer in the
4153790Sobrien *    documentation and/or other materials provided with the distribution.
4253790Sobrien * 3. The name of the author may not be used to endorse or promote products
4353790Sobrien *    derived from this software without specific prior written permission.
4453790Sobrien *
4553790Sobrien * THIS SOFTWARE IS PROVIDED BY THE AUTHORS AND CONTRIBUTORS ``AS IS'' AND
4653790Sobrien * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
4753790Sobrien * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
4853790Sobrien * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR
4953790Sobrien * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
5053790Sobrien * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
5153790Sobrien * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
5253790Sobrien * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
5353790Sobrien * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
5453790Sobrien * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
5553790Sobrien * SUCH DAMAGE.
5659868Speter *
5759868Speter * $FreeBSD$
5853790Sobrien */
5953790Sobrien
6062422SgroudierREADME.sym
6162422Sgroudier----------
6262422SgroudierThis file was bundled with the `sym' driver source files, when 
6362422Sgroudierthe driver was in development stage and not included yet into 
6462422Sgroudierthe FreeBSD repository. It described how to install the driver, 
6562422Sgroudiergave informations on driver features and summerized important 
6662422Sgroudierchanges between versions. These informations are now available 
6762422Sgroudierusing `man sym' for driver usage and features description, and 
6862422Sgroudier`cvs log' for driver changes.
6953790Sobrien
7062422SgroudierI haven't removed this README file from the repository since 
7162422SgroudierI may have to provide additional documentation to people 
7262422Sgroudierinterested in understanding the driver sources and/or in helping 
73220944Smariusdriver development and maintenance.
7453790Sobrien
7562422SgroudierAs a result, this file is now under reconstruction. :-)
7653790Sobrien
7762422Sgroudier--
7886266Sgroudier"Gerard Roudier"<groudier@free.fr>
79