From fa8d3a82f43f5486d421e44797ae21f6f03aa42d Mon Sep 17 00:00:00 2001 From: David Greenman Date: Sat, 29 Jul 1995 18:21:48 +0000 Subject: [PATCH] Initialize "name" to quiet compiler. --- sys/dev/pci/pci.c | 4 ++-- sys/pci/pci.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys/dev/pci/pci.c b/sys/dev/pci/pci.c index 916a92decdd..66a16213b90 100644 --- a/sys/dev/pci/pci.c +++ b/sys/dev/pci/pci.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pci.c,v 1.26 1995/07/27 21:38:45 se Exp $ +** $Id: pci.c,v 1.27 1995/07/27 21:56:51 se Exp $ ** ** General subroutines for the PCI bus. ** pci_configure () @@ -372,7 +372,7 @@ pci_bus_config (void) }; #endif for (device=0; devicepcicb_seen >> device) & 1) diff --git a/sys/pci/pci.c b/sys/pci/pci.c index 916a92decdd..66a16213b90 100644 --- a/sys/pci/pci.c +++ b/sys/pci/pci.c @@ -1,6 +1,6 @@ /************************************************************************** ** -** $Id: pci.c,v 1.26 1995/07/27 21:38:45 se Exp $ +** $Id: pci.c,v 1.27 1995/07/27 21:56:51 se Exp $ ** ** General subroutines for the PCI bus. ** pci_configure () @@ -372,7 +372,7 @@ pci_bus_config (void) }; #endif for (device=0; devicepcicb_seen >> device) & 1)