From owner-cvs-sys Sat Dec 14 05:08:03 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA26338 for cvs-sys-outgoing; Sat, 14 Dec 1996 05:08:03 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id FAA26331; Sat, 14 Dec 1996 05:08:02 -0800 (PST) Date: Sat, 14 Dec 1996 05:08:02 -0800 (PST) From: Stefan Esser Message-Id: <199612141308.FAA26331@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/pci ncr.c ncrreg.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk se 96/12/14 05:08:02 Branch: sys/pci SCSI Modified: sys/pci ncr.c ncrreg.h Log: General cleanup and new features for 53c875 based cards, especially the Tekram DC390W/U/F, whose config EEPROM can now be dumped, if the kernel is built with option NCR_TEKRAM_EEPROM. Other changes: - add brackets to expansion of OUTB/W/L macro arguments. - remove unused NCB structure element ns_async - support sync. SCSI offset of 16 (instead of only 8) on 825A and 875 - correctly identify 53c810A and 53c825A chips - preserve SCSI BIOS settings of PCI performance options - remove (already disabled) support for NCR reset because of command timeout - reverse order of reading of SCSI and DMA specific interrupt cause registers - add definition of Tekram config EEPROM contents (not currently used) Revision Changes Path 1.76.2.7 +208 -79 src/sys/pci/ncr.c 1.3.8.2 +19 -2 src/sys/pci/ncrreg.h