diff options
author | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-04-01 15:38:22 +0000 |
---|---|---|
committer | Dale S. Rahn <rahnds@cvs.openbsd.org> | 2000-04-01 15:38:22 +0000 |
commit | e8ff48e2f1c96abca34ae64156b67061db876036 (patch) | |
tree | a0039d883b76c400f792f7dbf72c3df5979a6d5b /sys/arch/powerpc/mac | |
parent | 22d8b2faeb462b57124331ca0f6daa8387ec902f (diff) |
boot noise removal.
Diffstat (limited to 'sys/arch/powerpc/mac')
-rw-r--r-- | sys/arch/powerpc/mac/if_gm.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/powerpc/mac/if_gm.c b/sys/arch/powerpc/mac/if_gm.c index 50e0ee5627a..5324dcd3d7e 100644 --- a/sys/arch/powerpc/mac/if_gm.c +++ b/sys/arch/powerpc/mac/if_gm.c @@ -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 |