mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add a device description.
This commit is contained in:
parent
aa12e8b71d
commit
fae088e873
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue