PERFORCE change 119855 for review
Bruce M Simpson
bms at FreeBSD.org
Mon May 14 21:32:09 UTC 2007
http://perforce.freebsd.org/chv.cgi?CH=119855
Change 119855 by bms at bms_anglepoise on 2007/05/14 21:31:24
Make siba's notification of unattached devices more like pci's.
Affected files ...
.. //depot/projects/mips2/src/sys/dev/siba/siba.c#5 edit
Differences ...
==== //depot/projects/mips2/src/sys/dev/siba/siba.c#5 (text+ko) ====
@@ -590,7 +590,8 @@
struct siba_devid *sd;
sd = siba_dev_match(siba_get_vendor(child),
siba_get_device(child), SIBA_REV_ANY);
- device_printf(dev, "<0x%04x, 0x%04x \"%s\"> not attached\n",
+ device_printf(dev,
+ "<0x%04x, 0x%04x \"%s\"> (driver not attached)\n",
siba_get_vendor(child), siba_get_device(child),
sd != NULL ? sd->sd_desc : "unknown");
}
More information about the p4-projects
mailing list