diff options
author | Jason Wright <jason@cvs.openbsd.org> | 2006-05-28 22:14:17 +0000 |
---|---|---|
committer | Jason Wright <jason@cvs.openbsd.org> | 2006-05-28 22:14:17 +0000 |
commit | b1ad942b3a95f0fd5e3e7e34068aeebb487f02ea (patch) | |
tree | 741e327e336844dbe40b316566b3a6b3f61243dd | |
parent | c87f4e515f1b18476dbc9647da2b23ec01ca241b (diff) |
oops, nuke debugging stuff
-rw-r--r-- | sys/arch/sparc64/dev/schizo.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/sparc64/dev/schizo.c b/sys/arch/sparc64/dev/schizo.c index f3452ee2d89..3cb7ecae54d 100644 --- a/sys/arch/sparc64/dev/schizo.c +++ b/sys/arch/sparc64/dev/schizo.c @@ -1,4 +1,4 @@ -/* $OpenBSD: schizo.c,v 1.20 2006/05/28 22:09:57 jason Exp $ */ +/* $OpenBSD: schizo.c,v 1.21 2006/05/28 22:14:16 jason Exp $ */ /* * Copyright (c) 2002 Jason L. Wright (jason@thought.net) @@ -277,9 +277,7 @@ schizo_intr_map(struct pci_attach_args *pa, pci_intr_handle_t *ihp) agentid = bus_space_read_8(sc->sc_bust, sc->sc_ctrlh, SCZ_CONTROL_STATUS); - printf("AGENT(%llx)", agentid); agentid = ((agentid >> 20) & 31) << 6; - printf("agent(%llx)", agentid); if (ino & ~INTMAP_PCIINT) { *ihp |= agentid; |