diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-08-29 00:26:13 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2004-08-29 00:26:13 +0000 |
commit | 9715b822efe82fa27e3f829ddeeb4a46d014ace5 (patch) | |
tree | 1b5e5777ca89757f9c259e132fe8f2f4484cb9b9 /sys | |
parent | 2d61abd7d413a3f436de952467607e6d0df03eee (diff) |
oops debugging printf
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/hppa/dev/dino.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/hppa/dev/dino.c b/sys/arch/hppa/dev/dino.c index 8aa9d75a645..a8380a5a376 100644 --- a/sys/arch/hppa/dev/dino.c +++ b/sys/arch/hppa/dev/dino.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dino.c,v 1.11 2004/08/06 20:29:47 mickey Exp $ */ +/* $OpenBSD: dino.c,v 1.12 2004/08/29 00:26:12 mickey Exp $ */ /* * Copyright (c) 2003 Michael Shalayeff @@ -1488,7 +1488,6 @@ dinoattach(parent, self, aux) r->pciwor = 0; r->io_addr_en = 0; r->gmask &= ~1; /* allow GSC bus req */ -printf("feat %08x ", r->brdg_feat); r->brdg_feat &= ~0xf00; r->brdg_feat |= 3; #ifdef notyet_card_mode |