diff options
author | 2000-04-26 14:57:39 +0000 | |
---|---|---|
committer | 2000-04-26 14:57:39 +0000 | |
commit | 496a2c1e147188052732f2dfdb876519dd4dbc01 (patch) | |
tree | 370a51f7a749cf8dd68873b9ca7310809773e982 | |
parent | bring in latest KAME implementation. (diff) | |
download | wireguard-openbsd-496a2c1e147188052732f2dfdb876519dd4dbc01.tar.xz wireguard-openbsd-496a2c1e147188052732f2dfdb876519dd4dbc01.zip |
Remove one of my completely incomprehensible debugging printf's.
-rw-r--r-- | sys/dev/pci/pccbb.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/pccbb.c b/sys/dev/pci/pccbb.c index 5a8e47a3391..d1bc9529ebc 100644 --- a/sys/dev/pci/pccbb.c +++ b/sys/dev/pci/pccbb.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pccbb.c,v 1.2 2000/04/20 21:15:23 aaron Exp $ */ +/* $OpenBSD: pccbb.c,v 1.3 2000/04/26 14:57:39 aaron Exp $ */ /* $NetBSD: pccbb.c,v 1.37 2000/03/23 07:01:40 thorpej Exp $ */ /* @@ -428,7 +428,6 @@ pccbbattach(parent, self, aux) " 0x%lx: io mode\n", sc->sc_dev.dv_xname, sockbase); /* give up... allocate reg space via rbus. */ - printf("***** HOI!\n"); sc->sc_base_memh = 0; pci_conf_write(pc, pa->pa_tag, PCI_SOCKBASE, 0); } |