This brings the device tree in agreement with a real Ultra 5.
Signed-off-by: Mark Cave-Ayland mark.cave-ayland@ilande.co.uk --- drivers/pci_database.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pci_database.c b/drivers/pci_database.c index 5daf23b..4d656ef 100644 --- a/drivers/pci_database.c +++ b/drivers/pci_database.c @@ -142,7 +142,7 @@ static const pci_dev_t eth_devices[] = { }, { PCI_VENDOR_ID_SUN, PCI_DEVICE_ID_SUN_HME, - NULL, "sunhme", NULL, "SUNW,hme\0", + NULL, "ethernet", NULL, "SUNW,hme\0", 0, 0, 0, sunhme_config_cb, "ethernet", },