boot noise removal.
authorrahnds <rahnds@openbsd.org>
Sat, 1 Apr 2000 15:38:21 +0000 (15:38 +0000)
committerrahnds <rahnds@openbsd.org>
Sat, 1 Apr 2000 15:38:21 +0000 (15:38 +0000)
sys/arch/powerpc/mac/if_gm.c
sys/arch/powerpc/pci/mpcpcibus.c

index 50e0ee5..5324dcd 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: if_gm.c,v 1.2 2000/03/31 05:30:52 rahnds Exp $        */
+/*     $OpenBSD: if_gm.c,v 1.3 2000/04/01 15:38:21 rahnds Exp $        */
 /*     $NetBSD: if_gm.c,v 1.2 2000/03/04 11:17:00 tsubai Exp $ */
 
 /*-
@@ -200,10 +200,8 @@ gmac_attach(parent, self, aux)
        {
                u_int32_t       command;
                command = pci_conf_read(pc, pa->pa_tag, PCI_COMMAND_STATUS_REG);
-               printf("status %x\n", command);
                command |= PCI_COMMAND_IO_ENABLE | PCI_COMMAND_MEM_ENABLE |
                        PCI_COMMAND_MASTER_ENABLE;
-               printf("status %x\n", command);
                pci_conf_write(pc, pa->pa_tag, PCI_COMMAND_STATUS_REG, command);
 
 #ifdef USE_IO
index cb7dea2..dbe8671 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: mpcpcibus.c,v 1.15 2000/03/31 04:25:41 rahnds Exp $ */
+/*     $OpenBSD: mpcpcibus.c,v 1.16 2000/04/01 15:38:21 rahnds Exp $ */
 
 /*
  * Copyright (c) 1997 Per Fogelstrom
@@ -847,7 +847,6 @@ mpc_intr_establish(lcv, ih, level, func, arg, name)
        void *arg;
        char *name;
 {
-       printf("mpc_pintr_establish called for [%s]\n", name);
        return (*intr_establish_func)(lcv, ih, IST_LEVEL, level, func, arg,
                name);
 #if 0