2019-07-26 09:51:16 -03:00
========================
2005-04-16 15:20:36 -07:00
Kernel driver scx200_acb
2019-07-26 09:51:16 -03:00
========================
2005-04-16 15:20:36 -07:00
Author: Christer Weinigel <wingel@nano-system.com>
2006-06-12 21:48:08 +02:00
The driver supersedes the older, never merged driver named i2c-nscacb.
2005-04-16 15:20:36 -07:00
Module Parameters
-----------------
2006-06-12 21:48:08 +02:00
* base: up to 4 ints
2006-01-18 22:53:09 +01:00
Base addresses for the ACCESS.bus controllers on SCx200 and SC1100 devices
2005-04-16 15:20:36 -07:00
2006-06-12 21:48:08 +02:00
By default the driver uses two base addresses 0x820 and 0x840.
If you want only one base address, specify the second as 0 so as to
override this default.
2005-04-16 15:20:36 -07:00
Description
-----------
2006-01-18 22:53:09 +01:00
Enable the use of the ACCESS.bus controller on the Geode SCx200 and
SC1100 processors and the CS5535 and CS5536 Geode companion devices.
2006-06-12 21:48:08 +02:00
Device-specific notes
---------------------
The SC1100 WRAP boards are known to use base addresses 0x810 and 0x820.
If the scx200_acb driver is built into the kernel, add the following
2019-07-26 09:51:16 -03:00
parameter to your boot command line::
2006-06-12 21:48:08 +02:00
scx200_acb.base=0x810,0x820
2019-07-26 09:51:16 -03:00
2006-06-12 21:48:08 +02:00
If the scx200_acb driver is built as a module, add the following line to
2019-07-26 09:51:16 -03:00
a configuration file in /etc/modprobe.d/ instead::
2006-06-12 21:48:08 +02:00
options scx200_acb base=0x810,0x820