From owner-cvs-sys Fri Dec 20 18:22:38 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA21476 for cvs-sys-outgoing; Fri, 20 Dec 1996 18:22:38 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id SAA21469; Fri, 20 Dec 1996 18:22:36 -0800 (PST) Date: Fri, 20 Dec 1996 18:22:36 -0800 (PST) From: Stefan Esser Message-Id: <199612210222.SAA21469@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci ncr.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk se 96/12/20 18:22:36 Branch: sys/pci RELENG_2_2 Modified: sys/pci ncr.c Log: Merge in some -current changes: 1) Remove MAX_LUN=2 hack, 8 LUNs are probed now, even if FAILSAFE is defined. 2) Include "opt_ncr.h" for driver options. 3) Rename SCSI_DEBUG_FLAGS to SCSI_NCR_DEBUG. 4) Add brackets to expansion of OUTx macros. 5) Fix recognition of 53c810A and 53c825A chips. 6) Improve snooptest failure message. 7) Removed (previously disabled) timeout code. Revision Changes Path 1.82.2.2 +32 -59 src/sys/pci/ncr.c