From owner-freebsd-hackers Fri Sep 22 13:36:33 1995 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id NAA17961 for hackers-outgoing; Fri, 22 Sep 1995 13:36:33 -0700 Received: from snoopy.mv.com (snoopy.mv.com [199.125.64.182]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id NAA17954 for ; Fri, 22 Sep 1995 13:36:24 -0700 Received: (from pw@localhost) by snoopy.mv.com (8.6.11/8.6.9) id QAA16194; Fri, 22 Sep 1995 16:35:02 -0400 Date: Fri, 22 Sep 1995 16:35:02 -0400 From: "Paul F. Werkowski" Message-Id: <199509222035.QAA16194@snoopy.mv.com> To: hackers@freebsd.org Subject: One more for the NCR PCI quirks list. Sender: owner-hackers@freebsd.org Precedence: bulk Hi, I just had a SONY SDT-5000 drive replaced by DEC Field Service and FreeBSD then refused to boot hanging just after probing the DAT drive. After DEC brought in yet another drive which gave the same results I found the problem to be that the new drives have a higher firmware rev number. Could someone fix /sys/pci/ncr.c to have this change? static struct table_entry device_tab[] = { #ifdef NCR_GETCC_WITHMSG {"", "", "", QUIRK_NOMSG}, {"SONY", "SDT-5000", "3.26", QUIRK_NOMSG}, <<<<