Selaa lähdekoodia

Give UNDI device a more meaningful name.

tags/v0.9.3
Michael Brown 18 vuotta sitten
vanhempi
commit
489a4004d7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/arch/i386/drivers/net/undi.c

+ 1
- 1
src/arch/i386/drivers/net/undi.c Näytä tiedosto

@@ -98,7 +98,7 @@ static int undipci_probe ( struct pci_device *pci,
98 98
 
99 99
 	/* Add to device hierarchy */
100 100
 	snprintf ( undi->dev.name, sizeof ( undi->dev.name ),
101
-		   "UNDI%04x:%04x", undi->entry.segment, undi->entry.offset );
101
+		   "UNDI-%s", pci->dev.name );
102 102
 	undi->dev.parent = &pci->dev;
103 103
 	INIT_LIST_HEAD ( &undi->dev.children );
104 104
 	list_add ( &undi->dev.siblings, &pci->dev.children );

Loading…
Peruuta
Tallenna