@@ -20,10 +20,10 @@ There are two drivers that work with the different families of Stallion
20
20
multiport serial boards. One is for the Stallion smart boards - that is
21
21
EasyIO, EasyConnection 8/32 and EasyConnection 8/64-PCI, the other for
22
22
the true Stallion intelligent multiport boards - EasyConnection 8/64
23
- (ISA, EISA, MCA ), EasyConnection/RA-PCI, ONboard and Brumby.
23
+ (ISA, EISA), EasyConnection/RA-PCI, ONboard and Brumby.
24
24
25
25
If you are using any of the Stallion intelligent multiport boards (Brumby,
26
- ONboard, EasyConnection 8/64 (ISA, EISA, MCA ), EasyConnection/RA-PCI) with
26
+ ONboard, EasyConnection 8/64 (ISA, EISA), EasyConnection/RA-PCI) with
27
27
Linux you will need to get the driver utility package. This contains a
28
28
firmware loader and the firmware images necessary to make the devices operate.
29
29
@@ -40,7 +40,7 @@ If you are using the EasyIO, EasyConnection 8/32 or EasyConnection 8/64-PCI
40
40
boards then you don't need this package, although it does have a serial stats
41
41
display program.
42
42
43
- If you require DIP switch settings, EISA or MCA configuration files, or any
43
+ If you require DIP switch settings, or EISA configuration files, or any
44
44
other information related to Stallion boards then have a look at Stallion's
45
45
web pages at http://www.stallion.com.
46
46
@@ -51,13 +51,13 @@ web pages at http://www.stallion.com.
51
51
The drivers can be used as loadable modules or compiled into the kernel.
52
52
You can choose which when doing a "config" on the kernel.
53
53
54
- All ISA, EISA and MCA boards that you want to use need to be configured into
54
+ All ISA, and EISA boards that you want to use need to be configured into
55
55
the driver(s). All PCI boards will be automatically detected when you load
56
56
the driver - so they do not need to be entered into the driver(s)
57
57
configuration structure. Note that kernel PCI support is required to use PCI
58
58
boards.
59
59
60
- There are two methods of configuring ISA, EISA and MCA boards into the drivers.
60
+ There are two methods of configuring ISA and EISA boards into the drivers.
61
61
If using the driver as a loadable module then the simplest method is to pass
62
62
the driver configuration as module arguments. The other method is to modify
63
63
the driver source to add configuration lines for each board in use.
@@ -71,12 +71,12 @@ That makes things pretty simple to get going.
71
71
2.1 MODULE DRIVER CONFIGURATION:
72
72
73
73
The simplest configuration for modules is to use the module load arguments
74
- to configure any ISA, EISA or MCA boards. PCI boards are automatically
74
+ to configure any ISA or EISA boards. PCI boards are automatically
75
75
detected, so do not need any additional configuration at all.
76
76
77
- If using EasyIO, EasyConnection 8/32 ISA or MCA , or EasyConnection 8/63-PCI
77
+ If using EasyIO, EasyConnection 8/32 ISA, or EasyConnection 8/63-PCI
78
78
boards then use the "stallion" driver module, Otherwise if you are using
79
- an EasyConnection 8/64 ISA, EISA or MCA , EasyConnection/RA-PCI, ONboard,
79
+ an EasyConnection 8/64 ISA or EISA , EasyConnection/RA-PCI, ONboard,
80
80
Brumby or original Stallion board then use the "istallion" driver module.
81
81
82
82
Typically to load up the smart board driver use:
@@ -146,7 +146,7 @@ on each system boot. Typically configuration files are put in the
146
146
2.2 STATIC DRIVER CONFIGURATION:
147
147
148
148
For static driver configuration you need to modify the driver source code.
149
- Entering ISA, EISA and MCA boards into the driver(s) configuration structure
149
+ Entering ISA and EISA boards into the driver(s) configuration structure
150
150
involves editing the driver(s) source file. It's pretty easy if you follow
151
151
the instructions below. Both drivers can support up to 4 boards. The smart
152
152
card driver (the stallion.c driver) supports any combination of EasyIO and
@@ -157,7 +157,7 @@ supports any combination of ONboards, Brumbys, Stallions and EasyConnection
157
157
To set up the driver(s) for the boards that you want to use you need to
158
158
edit the appropriate driver file and add configuration entries.
159
159
160
- If using EasyIO or EasyConnection 8/32 ISA or MCA boards,
160
+ If using EasyIO or EasyConnection 8/32 ISA boards,
161
161
In drivers/char/stallion.c:
162
162
- find the definition of the stl_brdconf array (of structures)
163
163
near the top of the file
@@ -243,7 +243,7 @@ change it on the board.
243
243
On EasyIO and EasyConnection 8/32 boards the IRQ is software programmable, so
244
244
if there is a conflict you may need to change the IRQ used for a board. There
245
245
are no interrupts to worry about for ONboard, Brumby or EasyConnection 8/64
246
- (ISA, EISA and MCA ) boards. The memory region on EasyConnection 8/64 and
246
+ (ISA and EISA ) boards. The memory region on EasyConnection 8/64 and
247
247
ONboard boards is software programmable, but not on the Brumby boards.
248
248
249
249
0 commit comments