diff options
Diffstat (limited to 'sys/dev/usb/if_rumreg.h')
-rw-r--r-- | sys/dev/usb/if_rumreg.h | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/dev/usb/if_rumreg.h b/sys/dev/usb/if_rumreg.h index 6e42414f33d..1896c5f26e3 100644 --- a/sys/dev/usb/if_rumreg.h +++ b/sys/dev/usb/if_rumreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_rumreg.h,v 1.4 2006/07/18 20:54:15 damien Exp $ */ +/* $OpenBSD: if_rumreg.h,v 1.5 2006/07/19 19:07:36 damien Exp $ */ /*- * Copyright (c) 2005, 2006 Damien Bergamini <damien.bergamini@free.fr> * Copyright (c) 2006 Niall O'Higgins <niallo@openbsd.org> @@ -27,16 +27,6 @@ #define RT2573_READ_EEPROM 0x09 #define RT2573_WRITE_LED 0x0a -#define RT2573_PHY_CSR0_RT71 0x3080 /* RF/PS control */ -#define RT2573_PHY_CSR1_RT71 0x3084 -#define RT2573_PHY_CSR2_RT71 0x3088 /* BBP Pre-Tx control */ -#define RT2573_PHY_CSR3_RT71 0x308c /* BBP access */ -#define RT2573_PHY_CSR4_RT71 0x3090 /* RF serial control */ -#define RT2573_PHY_CSR5_RT71 0x3094 /* Rx to Tx signal switch timing */ -#define RT2573_PHY_CSR6_RT71 0x3098 /* Tx to Rx signal timing */ -#define RT2573_PHY_CSR7_RT71 0x309c /* Tx DAC switching timing */ - - #define RT2573_HOST_READY (1 << 2) #define RT2573_RESET_ASIC (1 << 0) #define RT2573_RESET_BBP (1 << 1) |