From owner-freebsd-bugs Fri Jun 23 09:32:01 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id JAA14822 for bugs-outgoing; Fri, 23 Jun 1995 09:32:01 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.1]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id JAA14815 ; Fri, 23 Jun 1995 09:31:58 -0700 Received: from corbin.Root.COM (corbin [198.145.90.18]) by Root.COM (8.6.11/8.6.5) with ESMTP id JAA00884; Fri, 23 Jun 1995 09:31:57 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id JAA00332; Fri, 23 Jun 1995 09:32:20 -0700 Message-Id: <199506231632.JAA00332@corbin.Root.COM> To: petri@ibr.cs.tu-bs.de cc: paul@freefall.cdrom.com, kubus@austran.unibase.com, freebsd-bugs@freefall.cdrom.com Subject: Re: Changed information for PR kern/550 In-reply-to: Your message of "Fri, 23 Jun 95 17:40:01 +0200." <199506231540.RAA00719@achill.ibr.cs.tu-bs.de> From: David Greenman Reply-To: davidg@Root.COM Date: Fri, 23 Jun 1995 09:32:17 -0700 Sender: bugs-owner@FreeBSD.org Precedence: bulk >Hi! > >I have just noticed, that in 2.0.5 the devinfo-struct is bzero()ed >before using it, thus the bug fix that I have sent is obsolete now :-) Yeah, I fixed it awhile ago: revision 1.22 date: 1995/05/04 06:57:11; author: davidg; state: Exp; lines: +2 -1 bzero the malloced pci_devconf structure. This should fix the problem with several of freefall's recent crashes. -DG