From owner-cvs-sys Sun Oct 6 19:07:25 1996 Return-Path: owner-cvs-sys Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA26023 for cvs-sys-outgoing; Sun, 6 Oct 1996 19:07:25 -0700 (PDT) Received: (from gibbs@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id TAA26000; Sun, 6 Oct 1996 19:07:08 -0700 (PDT) Date: Sun, 6 Oct 1996 19:07:08 -0700 (PDT) From: "Justin T. Gibbs" Message-Id: <199610070207.TAA26000@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys - Imported sources Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk gibbs 96/10/06 19:07:07 src/sys - Imported sources Update of /home/ncvs/src/sys In directory freefall.freebsd.org:/a/gibbs/sandbox Revision/Branch: 1.1.1 Log Message: Advanced Systems Inc. SCSI Controller driver and ISA/VL front end. I have only tested the ABP5140 card and only with a single CDROM drive but it seems to work fine. This driver relies on features found only in the SCSI branch so will not work in -current until those changes are brought in. It also doesn't have any error handling code *yet*. The goal is to use this driver as the development platform for the new generic SCSI layer error recovery/handling code. PCI and EISA front ends will show up as soon as I get my hands on the cards. There are also a few issues in the driver that I need to clear up with AdvanSys before I can suggest sticking one of these cards in your server. 8-) Thanks to AdvanSys for releasing this code under a suitable copyright. Obtained from: Ported from the Linux driver writen by bobf@advansys.com (Bob Frey). Status: Vendor Tag: GIBBS Release Tags: v1996_10_06 N src/sys/dev/advansys/advlib.c N src/sys/dev/advansys/advlib.h N src/sys/dev/advansys/advmcode.c N src/sys/dev/advansys/advmcode.h N src/sys/i386/scsi/advansys.c N src/sys/i386/scsi/advansys.h N src/sys/i386/isa/adv_isa.c No conflicts created by this import