Add a device description.

This commit is contained in:
Rui Paulo 2010-05-18 17:01:07 +00:00
parent aa12e8b71d
commit fae088e873
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=208265

View File

@ -1707,6 +1707,8 @@ static int
rge_probe(dev)
device_t dev;
{
device_set_desc(dev, "RMI Gigabit Ethernet");
/* Always return 0 */
return 0;
}