From dcad98740bb7d3e5859f3a88c0e6e0b8eb16be8c Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Wed, 14 Feb 2007 04:46:45 +0000 Subject: remove no longer used rate related variable/defines --- sys/dev/ic/atw.c | 6 +----- 1 file changed, 1 insertion(+), 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; -- cgit v1.2.3