Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F161677384
D54907.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
483 B
Referenced Files
None
Subscribers
None
D54907.diff
View Options
diff --git a/sys/arm/allwinner/if_awg.c b/sys/arm/allwinner/if_awg.c
--- a/sys/arm/allwinner/if_awg.c
+++ b/sys/arm/allwinner/if_awg.c
@@ -144,6 +144,7 @@
EMAC_H3,
EMAC_A64,
EMAC_D1,
+ EMAC_H616,
};
static struct ofw_compat_data compat_data[] = {
@@ -151,6 +152,7 @@
{ "allwinner,sun8i-h3-emac", EMAC_H3 },
{ "allwinner,sun50i-a64-emac", EMAC_A64 },
{ "allwinner,sun20i-d1-emac", EMAC_D1 },
+ { "allwinner,sun50i-h616-emac", EMAC_H616 },
{ NULL, 0 }
};
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Jul 6, 9:11 PM (17 h, 8 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
34769272
Default Alt Text
D54907.diff (483 B)
Attached To
Mode
D54907: if_awg: Add H616 compat string
Attached
Detach File
Event Timeline
Log In to Comment