summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2007-02-14 04:46:45 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2007-02-14 04:46:45 +0000
commitdcad98740bb7d3e5859f3a88c0e6e0b8eb16be8c (patch)
treeada57130c1120966ce375c085feaf575e73c13d0 /sys
parent4450b1e165073d04f2cb66c20190c76f90ce20f1 (diff)
remove no longer used rate related variable/defines
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ic/atw.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/ic/atw.c b/sys/dev/ic/atw.c
index 38ffd80784e..54d270c622d 100644
--- a/sys/dev/ic/atw.c
+++ b/sys/dev/ic/atw.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: atw.c,v 1.50 2007/01/03 18:16:43 claudio Exp $ */
+/* $OpenBSD: atw.c,v 1.51 2007/02/14 04:46:44 jsg Exp $ */
/* $NetBSD: atw.c,v 1.69 2004/07/23 07:07:55 dyoung Exp $ */
/*-
@@ -142,10 +142,6 @@ __KERNEL_RCSID(0, "$NetBSD: atw.c,v 1.69 2004/07/23 07:07:55 dyoung Exp $");
#define ATW_REFSLAVE /* slavishly do what the reference driver does */
-#define VOODOO_DUR_11_ROUNDING 0x01 /* necessary */
-#define VOODOO_DUR_2_4_SPECIALCASE 0x02 /* NOT necessary */
-int atw_voodoo = VOODOO_DUR_11_ROUNDING;
-
int atw_bbp_io_enable_delay = 20 * 1000;
int atw_bbp_io_disable_delay = 2 * 1000;
int atw_writewep_delay = 1000;