diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2000-01-29 01:41:54 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2000-01-29 01:41:54 +0000 |
commit | f969d69ba9f952e5bdd38278e25e26a3e4a61a70 (patch) | |
tree | b3530d803df59d726afaabebc6626987dee1ca05 /drivers/isdn/hisax/hfc_pci.h | |
parent | a10ce7ef2066b455d69187643ddf2073bfc4db24 (diff) |
Merge with 2.3.27.
Diffstat (limited to 'drivers/isdn/hisax/hfc_pci.h')
-rw-r--r-- | drivers/isdn/hisax/hfc_pci.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/drivers/isdn/hisax/hfc_pci.h b/drivers/isdn/hisax/hfc_pci.h index ae04d3d16..e8597d730 100644 --- a/drivers/isdn/hisax/hfc_pci.h +++ b/drivers/isdn/hisax/hfc_pci.h @@ -1,4 +1,4 @@ -/* $Id: hfc_pci.h,v 1.6 1999/08/28 21:04:29 werner Exp $ +/* $Id: hfc_pci.h,v 1.7 1999/10/10 20:13:06 werner Exp $ * specific defines for CCD's HFC 2BDS0 PCI chips * @@ -21,6 +21,10 @@ * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * * $Log: hfc_pci.h,v $ + * Revision 1.7 1999/10/10 20:13:06 werner + * + * Corrected timer constant + * * Revision 1.6 1999/08/28 21:04:29 werner * Implemented full audio support (transparent mode) * @@ -129,7 +133,7 @@ /* bits in CTMT (Write) */ #define HFCPCI_CLTIMER 0x80 -#define HFCPCI_TIM3_125 0x00 +#define HFCPCI_TIM3_125 0x04 #define HFCPCI_TIM25 0x10 #define HFCPCI_TIM50 0x14 #define HFCPCI_TIM400 0x18 |