Add a device description.
This commit is contained in:
parent
aa12e8b71d
commit
fae088e873
@ -1707,6 +1707,8 @@ static int
|
||||
rge_probe(dev)
|
||||
device_t dev;
|
||||
{
|
||||
device_set_desc(dev, "RMI Gigabit Ethernet");
|
||||
|
||||
/* Always return 0 */
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user