diff options
Diffstat (limited to 'sys/dev/pci/arc.c')
-rw-r--r-- | sys/dev/pci/arc.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/pci/arc.c b/sys/dev/pci/arc.c index baeb104bd32..65c69433d20 100644 --- a/sys/dev/pci/arc.c +++ b/sys/dev/pci/arc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: arc.c,v 1.27 2006/08/18 13:55:52 dlg Exp $ */ +/* $OpenBSD: arc.c,v 1.28 2006/08/18 13:57:11 dlg Exp $ */ /* * Copyright (c) 2006 David Gwynne <dlg@openbsd.org> @@ -949,9 +949,6 @@ arc_bio_alarm_state(struct arc_softc *sc, struct bioc_alarm *ba) goto out; } - printf("%s: %s value: 0x%02x\n", DEVNAME(sc), __func__, - sysinfo->alarm); - ba->ba_status = sysinfo->alarm; out: |