[OpenBIOS] [PATCH 3/3] pci: set sunhme name to "network"

Mark Cave-Ayland mark.cave-ayland at ilande.co.uk
Sun Oct 15 11:00:22 CEST 2017


This brings the device tree in agreement with a real Ultra 5.

Signed-off-by: Mark Cave-Ayland <mark.cave-ayland at 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",
     },
-- 
1.7.10.4




More information about the OpenBIOS mailing list