PERFORCE change 45133 for review
Juli Mallett
jmallett at FreeBSD.org
Sun Jan 11 02:57:55 PST 2004
http://perforce.freebsd.org/chv.cgi?CH=45133
Change 45133 by jmallett at jmallett_oingo on 2004/01/11 02:56:52
Er, remove printfs.
Affected files ...
.. //depot/projects/mips/sys/mips/sgimips/imc/imc.c#2 edit
Differences ...
==== //depot/projects/mips/sys/mips/sgimips/imc/imc.c#2 (text+ko) ====
@@ -23,7 +23,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $P4: //depot/projects/mips/sys/mips/sgimips/imc/imc.c#1 $
+ * $P4: //depot/projects/mips/sys/mips/sgimips/imc/imc.c#2 $
*/
#include <sys/cdefs.h>
@@ -67,7 +67,6 @@
static int
imc_probe(device_t dev)
{
- printf("imc_probe!\n");
switch (mach_type) {
case MACH_SGI_IP22:
/* Attach GIO. */
@@ -90,8 +89,6 @@
uint32_t sysid;
uint32_t reg;
- printf("imc attach\n");
-
sysid = IMC_READ_4(port, IMC_SYSID);
device_printf(dev, "revision %d, EISA %s\n", sysid & IMC_SYSID_REVMASK, sysid & IMC_SYSID_HAVEISA ? "present" : "not present");
More information about the p4-projects
mailing list