An earlier revision of the data sheet documented MIR data rate support,
576000bps and 1152000bps. In the current published version of the data sheet the MIR support documentation is gone, and the MIR mode bit is documented as reserved. Possibly the device has a design flaw affecting the MIR data rates? Document here that this information came from an earlier data sheet, but leave MIR support in for the moment.
This commit is contained in:
parent
912898cad7
commit
47fa5a292f
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: ustirreg.h,v 1.2 2002/12/28 05:35:34 dsainty Exp $ */
|
||||
/* $NetBSD: ustirreg.h,v 1.3 2002/12/28 06:04:18 dsainty Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
@ -77,7 +77,14 @@
|
||||
#define STIR_MAX_REG 15
|
||||
|
||||
|
||||
/* Mode register bits */
|
||||
/*
|
||||
* Mode register bits
|
||||
*
|
||||
* The MIR bit was documented in earlier revisions of the data sheet,
|
||||
* but in the current published version (version 1.0, March 2002) the
|
||||
* MIR bit is documented as "reserved". Possibly the device has a
|
||||
* design flaw affecting the MIR data rates.
|
||||
*/
|
||||
#define STIR_RMODE_FIR 0x80
|
||||
#define STIR_RMODE_MIR 0x40
|
||||
#define STIR_RMODE_SIR 0x20
|
||||
@ -147,6 +154,11 @@
|
||||
/*
|
||||
* The MSB is the MODE register setting, the LSB is the BRATE register
|
||||
* setting.
|
||||
*
|
||||
* The MIR rates (576000 and 1152000) were documented in earlier
|
||||
* revisions of the data sheet, but in the current published version
|
||||
* these data rates have disappeared. Possibly the device has a
|
||||
* design flaw affecting the MIR data rates.
|
||||
*/
|
||||
#define STIR_BRMODE_4000000 0x8002
|
||||
#define STIR_BRMODE_1152000 0x4001
|
||||
|
Loading…
Reference in New Issue
Block a user