From owner-freebsd-bugs Wed Apr 23 17:29:12 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA02913 for bugs-outgoing; Wed, 23 Apr 1997 17:29:12 -0700 (PDT) Received: from sendero.i-connect.net (sendero-ppp.i-Connect.Net [206.190.143.100]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA02904 for ; Wed, 23 Apr 1997 17:29:09 -0700 (PDT) Received: (from shimon@localhost) by sendero.i-connect.net (8.8.5/8.8.5) id RAA23309; Wed, 23 Apr 1997 17:29:07 -0700 (PDT) Message-ID: X-Mailer: XFMail 1.1-alpha [p0] on FreeBSD Content-Type: text/plain; charset=iso-8859-8 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Wed, 23 Apr 1997 17:21:38 -0700 (PDT) Organization: iConnect Corp. From: Simon Shapiro To: freebsd-hackers.freebsd.org@sendero.i-connect.net, freebsd-bugs@freebsd.org Subject: RELELNG_2_2 is Broken - Help!!! Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk What is the value of PCI_SUBID_REG2 ?? sys/pci/pcireg.h defines PCI_SUBID_REG{0,1}, but not 2. sys/pci/pci.c, in line 1758 makes a reference to PCI_SUBID_REG2. I am trying to get a 2.2 kernel that runs for more than 5 minutes without a panic on the open problem (with short shell scripts, etc.). Alternative: How do I checkout of CVS /usr/src/sys as of 13-Feb-97? It is the last kernel I know of to exhibit usable level of stability. [ Before you attack me for bad mouthing the RELENG_2_2 kernel: ] On our development platforms, all kernels since either blow up on aic7xxx, or (I am told) sd.c (if a SCSI disk is lazy and times out), or panics as I reported before, when X11 is running. The SCSI problems is VERY visisble when doing dump. This is correct for 18-Apr-97. due to the problem above, I cannot build newer kernels. Simon t 2. sys/pci/pci.c, in line 1758 makes a reference to PCI_SUBID_REG2. I am trying to get a 2.2 kernel that runs for more than 5 minutes without a panic on the open problem (with short shell scripts, etc.). Alternative: How