summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2010-11-18 21:12:48 +0000
committermiod <miod@openbsd.org>2010-11-18 21:12:48 +0000
commit7cc73e9a889ec45f0c7d1b7421935b54fe3d8d5f (patch)
tree5bf2a06277d4c0554243aa6d7c96bc964cd83c59
parentMark NVIDIA MCP89 SATA controllers as such. Makes them use DMA instead of PIO (diff)
downloadwireguard-openbsd-7cc73e9a889ec45f0c7d1b7421935b54fe3d8d5f.tar.xz
wireguard-openbsd-7cc73e9a889ec45f0c7d1b7421935b54fe3d8d5f.zip
Remove unused DK_NDRIVE define. ok krw@ deraadt@
-rw-r--r--sys/sys/dkstat.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/dkstat.h b/sys/sys/dkstat.h
index a2f6fb56580..c1f9b7028db 100644
--- a/sys/sys/dkstat.h
+++ b/sys/sys/dkstat.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dkstat.h,v 1.7 2003/06/02 23:28:21 millert Exp $ */
+/* $OpenBSD: dkstat.h,v 1.8 2010/11/18 21:12:48 miod Exp $ */
/* $NetBSD: dkstat.h,v 1.8 1995/12/28 19:16:31 thorpej Exp $ */
/*-
@@ -44,7 +44,6 @@
#define CP_IDLE 4
#define CPUSTATES 5
-#define DK_NDRIVE 8
#ifdef _KERNEL
extern long cp_time[CPUSTATES];