Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 May 2007 21:32:08 GMT
From:      Bruce M Simpson <bms@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 119855 for review
Message-ID:  <200705142132.l4ELW8sw032157@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=119855

Change 119855 by bms@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");
 	}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705142132.l4ELW8sw032157>