From owner-freebsd-commit Mon Oct 2 06:43:26 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA21426 for freebsd-commit-outgoing; Mon, 2 Oct 1995 06:43:26 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA21410 for cvs-all-outgoing; Mon, 2 Oct 1995 06:43:23 -0700 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA21398 for cvs-sys-outgoing; Mon, 2 Oct 1995 06:43:21 -0700 Received: (from davidg@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id GAA21381 ; Mon, 2 Oct 1995 06:43:13 -0700 Date: Mon, 2 Oct 1995 06:43:13 -0700 From: David Greenman Message-Id: <199510021343.GAA21381@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/pci pci.c Sender: owner-commit@FreeBSD.org Precedence: bulk davidg 95/10/02 06:43:13 Modified: sys/pci pci.c Log: Fixed bug where wrong thing was being checked for NULL before calling free(), resulting in a panic. This happend whenever an irq had already been allocated by another device (like something on the ISA bus).