mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-05 12:56:08 +00:00
powerpc/mpc85xx: Set description for the MPC85xx RC bridge
This commit is contained in:
parent
1c028d7227
commit
b144826d79
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=354243
@ -92,6 +92,8 @@ fsl_pcib_rc_probe(device_t dev)
|
||||
if (pci_get_subclass(dev) != PCIS_PROCESSOR_POWERPC)
|
||||
return (ENXIO);
|
||||
|
||||
device_set_desc(dev, "MPC85xx Root Complex bridge");
|
||||
|
||||
return (BUS_PROBE_DEFAULT);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user