From owner-cvs-sys Sat Aug 23 15:02:59 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA17156 for cvs-sys-outgoing; Sat, 23 Aug 1997 15:02:59 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA17131; Sat, 23 Aug 1997 15:02:20 -0700 (PDT) From: Stefan Esser Received: (from se@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id PAA09123; Sat, 23 Aug 1997 15:01:54 -0700 (PDT) Date: Sat, 23 Aug 1997 15:01:54 -0700 (PDT) Message-Id: <199708232201.PAA09123@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/08/23 15:01:54 PDT Modified files: sys/pci ncr.c Log: Some cleanup and a fix for an assumed chip bug: - Do not malloc SCRIPTS memory for those parts of the microcode that are to be loaded into the on-chip SRAM of the 53c825a or 875 ... - Modify ncr_chip_lookup to make adding new entries easier. - Disable use of on-chip SRAM for the 53c825 rev 0x10 to 0x12, since there seems to be a problem with rev 0x11, while 0x13 is known to work. (Tested by Chuck Robey ). This code will be merged into 2.2-stable after a few more days of testing in -current. Revision Changes Path 1.105 +90 -93 src/sys/pci/ncr.c