summaryrefslogtreecommitdiff
path: root/sys/dev/pci/ips.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/ips.c')
-rw-r--r--sys/dev/pci/ips.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/ips.c b/sys/dev/pci/ips.c
index 4a9c24a60c7..013ccf9a623 100644
--- a/sys/dev/pci/ips.c
+++ b/sys/dev/pci/ips.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ips.c,v 1.50 2009/03/01 19:45:36 grange Exp $ */
+/* $OpenBSD: ips.c,v 1.51 2009/03/01 19:54:23 grange Exp $ */
/*
* Copyright (c) 2006, 2007, 2009 Alexander Yurchenko <grange@openbsd.org>
@@ -45,8 +45,6 @@
#include <dev/pci/pcireg.h>
#include <dev/pci/pcivar.h>
-#define IPS_DEBUG /* XXX: remove when driver becomes stable */
-
/* Debug levels */
#define IPS_D_ERR 0x0001 /* errors */
#define IPS_D_INFO 0x0002 /* information */