summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libchip/rtc/README.icm7170
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-26 12:37:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-10-26 12:37:14 +0000
commita94521ccc758d0ded4336016b5f7bb1b92bce858 (patch)
tree8eb0040a7a14a47130b20b428305a2c2357cb0ae /c/src/lib/libchip/rtc/README.icm7170
parentRemoving automatically generated files. (diff)
downloadrtems-a94521ccc758d0ded4336016b5f7bb1b92bce858.tar.bz2
cat /tmp/j | while read f
do rpm -qi $f 2>&1 | grep -v "is not ins" done
Diffstat (limited to 'c/src/lib/libchip/rtc/README.icm7170')
-rw-r--r--c/src/lib/libchip/rtc/README.icm717052
1 files changed, 0 insertions, 52 deletions
diff --git a/c/src/lib/libchip/rtc/README.icm7170 b/c/src/lib/libchip/rtc/README.icm7170
deleted file mode 100644
index de2199339d..0000000000
--- a/c/src/lib/libchip/rtc/README.icm7170
+++ /dev/null
@@ -1,52 +0,0 @@
-#
-# $Id$
-#
-
-
-Configuration Table Use
-=======================
-
-sDeviceName
-
- The name of this device.
-
-deviceType
-
- This field must be RTC_ICM7170.
-
-pDeviceFns
-
- The device interface control table. This must be icm7170_fns.
-
-deviceProbe
-
- This is the address of the routine which probes to see if the device
- is present.
-
-pDeviceParams
-
- This field specifies the clock frequency. It may be one of the
- following:
- ICM7170_AT_32_KHZ
- ICM7170_AT_1_MHZ
- ICM7170_AT_2_MHZ
- ICM7170_AT_4_MHZ
-
-ulCtrlPort1
-
- This field is the base address of the RTC area of the chip.
-
-ulCtrlPort2
-
- This field is ignored.
-
-ulDataPort
-
- This field is ignored.
-
-
-getRegister
-setRegister
-
- These follow standard conventions.
-