diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2003-11-18 01:25:59 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2003-11-18 01:25:59 +0000 |
commit | 3b3399edcb07bd9e879a1ed98de333c419f1cf51 (patch) | |
tree | d6ac5773f789d6e37f189c74e97e2590291da3ac /sys/arch/pegasos | |
parent | 90df1b762a6a23cfc3d65cc2402fbd9c5f5cefe7 (diff) |
remove useless debug print.
Diffstat (limited to 'sys/arch/pegasos')
-rw-r--r-- | sys/arch/pegasos/pci/isabr.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/arch/pegasos/pci/isabr.c b/sys/arch/pegasos/pci/isabr.c index ff6c1661288..38d9b84af2b 100644 --- a/sys/arch/pegasos/pci/isabr.c +++ b/sys/arch/pegasos/pci/isabr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isabr.c,v 1.1 2003/10/31 03:54:33 drahn Exp $ */ +/* $OpenBSD: isabr.c,v 1.2 2003/11/18 01:25:58 drahn Exp $ */ /*- * Copyright (c) 1995 Per Fogelstrom @@ -195,8 +195,6 @@ isabrattach(struct device *parent, struct device *self, void *aux) intr_disestablish_func = isabr_intr_disestablish; install_extint(isabr_iointr); - printf("off 0x48 %x\n", pci_conf_read(pa->pa_pc, pa->pa_tag, 0x48)); - pending_int_f = isa_do_pending_int; printf("\n"); |