Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Dec 2002 14:11:01 -0800 (PST)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 22949 for review
Message-ID:  <200212302211.gBUMB1E4081098@repoman.freebsd.org>

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

Change 22949 by marcel@marcel_nfs on 2002/12/30 14:10:21

	o  Don't set the device description for the puc-hosted
	   devices. The sio(4) driver sets a description.
	o  Don't quiet the puc-hosted devices for the non
	   bootverbose case. We like to see the sio(4) descr.

Affected files ...

.. //depot/projects/ia64/sys/dev/puc/puc.c#11 edit

Differences ...

==== //depot/projects/ia64/sys/dev/puc/puc.c#11 (text+ko) ====

@@ -278,11 +278,6 @@
 			continue;
 		}
 		device_set_ivars(sc->sc_ports[i].dev, pdev);
-#if 0
-		device_set_desc(sc->sc_ports[i].dev, sc->sc_desc->name);
-#endif
-		if (!bootverbose)
-			device_quiet(sc->sc_ports[i].dev);
 #ifdef PUC_DEBUG
 		printf("puc: type %d, bar %x, offset %x\n",
 		    sc->sc_desc->ports[i].type,

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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