From owner-freebsd-bugs Wed Feb 7 15:15:34 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA06194 for bugs-outgoing; Wed, 7 Feb 1996 15:15:34 -0800 (PST) Received: (from se@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA06183 Wed, 7 Feb 1996 15:15:28 -0800 (PST) Date: Wed, 7 Feb 1996 15:15:28 -0800 (PST) From: Stefan Esser Message-Id: <199602072315.PAA06183@freefall.freebsd.org> To: ap@bnc.net, se, freebsd-bugs Subject: Re: kern/970 Sender: owner-bugs@FreeBSD.ORG Precedence: bulk Synopsis: PCI probe failing with two bridges State-Changed-From-To: open-closed State-Changed-By: se State-Changed-When: Wed Feb 7 15:09:00 PST 1996 State-Changed-Why: The bug is fixed in both -current and -stable. It was caused by a typo in lines 172 and 173 of /sys/pci/pcireg.h: '>' was used instead of '>>' in a macro definition.