diff options
author | 2003-11-18 01:25:58 +0000 | |
---|---|---|
committer | 2003-11-18 01:25:58 +0000 | |
commit | b43b055b556ce25e61c8411a050dfd91a59abda4 (patch) | |
tree | fd1f629cc7ce3b5e23659092d0905545902ab179 | |
parent | Correct check for authctxt->valid. ok djm@ (diff) | |
download | wireguard-openbsd-b43b055b556ce25e61c8411a050dfd91a59abda4.tar.xz wireguard-openbsd-b43b055b556ce25e61c8411a050dfd91a59abda4.zip |
remove useless debug print.
-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"); |