From owner-freebsd-hackers Thu Apr 24 02:10:23 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA25732 for hackers-outgoing; Thu, 24 Apr 1997 02:10:23 -0700 (PDT) Received: from Sisyphos.MI.Uni-Koeln.DE (Sisyphos.MI.Uni-Koeln.DE [134.95.212.10]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id CAA25726 for ; Thu, 24 Apr 1997 02:10:20 -0700 (PDT) Received: from x14.mi.uni-koeln.de (annexr3-6.slip.Uni-Koeln.DE) by Sisyphos.MI.Uni-Koeln.DE with SMTP id AA26824 (5.67b/IDA-1.5 for ); Thu, 24 Apr 1997 11:09:54 +0200 Received: (from se@localhost) by x14.mi.uni-koeln.de (8.8.5/8.6.9) id LAA16719; Thu, 24 Apr 1997 11:09:09 +0200 (CEST) Message-Id: <19970424110908.20018@x14.mi.uni-koeln.de> Date: Thu, 24 Apr 1997 11:09:08 +0200 From: Stefan Esser To: Joerg Wunsch Cc: freebsd-hackers@freebsd.org, Simon Shapiro Subject: Re: RELELNG_2_2 is Broken - Help!!! References: <19970424084405.XF58866@uriah.heep.sax.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.68 In-Reply-To: <19970424084405.XF58866@uriah.heep.sax.de>; from J Wunsch on Thu, Apr 24, 1997 at 08:44:05AM +0200 Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Apr 24, J Wunsch wrote: > As Simon Shapiro wrote: > > (Btw., Simon, many of your recent messages contain junk at the end. > Try to get a better mailer. :) > > > 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. > > Seems Stefan didn't complete his commit, and forgot to add something > to pcireg.h. Yes, I've got to admit that ... I checked in pci.c to both -current and 2.2, and had forgotten about pcireg.h, when I was through with pci.c ... Sorry about that ! > > Alternative: How do I checkout of CVS /usr/src/sys as of 13-Feb-97? > > cvs update -D '1997-02-13 00:00:00' > > Anyway, just back out Stefan's latest change: > > cd /sys/pci > cvs update -r 1.57.2.3 pci.c > > Don't forget to run > > cvs update -A > > later to get rid of the `sticky' tag. Later might be now, already, since I fixed the problem about an hour ago. Sorry for the inconvenience! Regards, STefan