diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-07-29 18:21:48 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-07-29 18:21:48 +0000 |
| commit | fa8d3a82f43f5486d421e44797ae21f6f03aa42d (patch) | |
| tree | b0670525b6855786de1cc0d29137e2e6534313ed /sys/dev | |
| parent | 51104fd2daf9b36d7413c0f0183046ffd8f0b6a6 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/pci.c | 4 |
1 files changed, 2 insertions, 2 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) |
