ARMs don't have motherboards.

Obtained from:	Semihalf
This commit is contained in:
Grzegorz Bernacki 2012-05-24 12:38:24 +00:00
parent 14ce0c0c80
commit 7377b92ebb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235907

View File

@ -160,7 +160,7 @@ nexus_print_child(device_t bus, device_t child)
int retval = 0;
retval += bus_print_child_header(bus, child);
retval += printf(" on motherboard\n"); /* XXX "motherboard", ick */
retval += printf("\n");
return (retval);
}