Date: Fri, 22 Sep 1995 16:35:02 -0400 From: "Paul F. Werkowski" <pw@snoopy.mv.com> To: hackers@freebsd.org Subject: One more for the NCR PCI quirks list. Message-ID: <199509222035.QAA16194@snoopy.mv.com>
next in thread | raw e-mail | index | archive | help
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}, <<<<<add this<<<<< {"SONY", "SDT-5000", "3.17", QUIRK_NOMSG}, {"WangDAT", "Model 2600", "01.7", QUIRK_NOMSG}, {"WangDAT", "Model 3200", "02.2", QUIRK_NOMSG}, {"WangDAT", "Model 1300", "02.4", QUIRK_NOMSG}, #endif {"", "", "", 0} /* catch all: must be last entry. */ }; Maybe this is a "feature" of all SDT-5000's but who can tell? Paul
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199509222035.QAA16194>