diff options
| -rw-r--r-- | sys/dev/pci/pci.c | 4 | ||||
| -rw-r--r-- | 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 916a92decdd50..66a16213b9037 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; device<pci_maxdevice; device ++) { - char* name; + char* name = ""; struct pci_device **dvpp; if ((pcicb->pcicb_seen >> device) & 1) diff --git a/sys/pci/pci.c b/sys/pci/pci.c index 916a92decdd50..66a16213b9037 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; device<pci_maxdevice; device ++) { - char* name; + char* name = ""; struct pci_device **dvpp; if ((pcicb->pcicb_seen >> device) & 1) |
