From owner-cvs-sys Wed Jun 11 15:36:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA21289 for cvs-sys-outgoing; Wed, 11 Jun 1997 15:36:38 -0700 (PDT) Received: from freefall.freebsd.org (freefall.cdrom.com [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA21264; Wed, 11 Jun 1997 15:36:13 -0700 (PDT) From: Stefan Esser Received: (from se@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA07395; Wed, 11 Jun 1997 15:36:04 -0700 (PDT) Date: Wed, 11 Jun 1997 15:36:04 -0700 (PDT) Message-Id: <199706112236.PAA07395@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci ncr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk se 1997/06/11 15:36:04 PDT Modified files: sys/pci ncr.c Log: Add device IDs for new Symbios SCSI chips (53c875J,885,895,896), which should work with no driver changes, though not all features are currently used. Remove code that was conditional on NEW_SCSICONF not being defined. This was temporary code, that at a time got excluded correctly, until the new scsiconf became the default, and NEW_SCSICONF was no longer specified. Add support for quirks defined in scsiconf.c. For now only the HP3724/5 needs an entry, since that drive can't be used with tags. Revision Changes Path 1.98 +56 -97 src/sys/pci/ncr.c