patch-2.1.129 linux/Documentation/Configure.help
Next file: linux/Documentation/networking/ltpc.txt
Previous file: linux/CREDITS
Back to the patch index
Back to the overall index
- Lines: 151
- Date:
Sun Nov 15 10:12:01 1998
- Orig file:
v2.1.128/linux/Documentation/Configure.help
- Orig date:
Thu Nov 12 16:21:17 1998
diff -u --recursive --new-file v2.1.128/linux/Documentation/Configure.help linux/Documentation/Configure.help
@@ -1759,6 +1759,58 @@
which includes a server that supports the frame buffer device
directly (XF68_FBDev).
+Matrox unified accelerated driver
+CONFIG_FB_MATROX
+ Say Y here if you have Matrox Millenium, Matrox Millenium II, Matrox
+ Mystique, Matrox Mystique 220 or Matrox Productiva G100 in your box.
+ At this time, G100 support is untested and G200 support does not
+ exist at all. If you want, you can select M, in this case module
+ matroxfb.o will be created.
+ You can pass parameters into driver if it is compiled into kernel by
+ specifying "video=matrox:XXX", where meaning of XXX you can found at
+ the end of main source file (drivers/video/matroxfb.c) at boottime.
+ Same parameters can be passed into insmod if driver is used as
+ module.
+
+Matrox Millenium support
+CONFIG_FB_MATROX_MILLENIUM
+ Say Y here if you have Matrox Millenium or Matrox Millenium II in the
+ box. If you select "Advanced lowlevel driver options", you should
+ check 4 bpp packed pixel, 8 bpp packed pixel, 16 bpp packed pixel, 24
+ bpp packed pixel and 32 bpp packed pixel. You can also use font
+ widths different from 8.
+
+Matrox Mystique support
+CONFIG_FB_MATROX_MYSTIQUE
+ Say Y here if you have Matrox Mystique or Matrox Mystique 220 in the
+ box. If you select "Advanced lowlevel driver options", you should
+ check 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp packed pixel
+ and 32 bpp packed pixel. You can also use font widths different
+ from 8.
+
+Matrox G100 support
+CONFIG_FB_MATROX_G100
+ Say Y here if you have Matrox Productiva G100 in the box. But THIS
+ DRIVER IS NOT TESTED BECAUSE OF I HAVE NO G100 board and G100
+ technical sheets are top secret at this time. But driver should not
+ cause any damage to your computer.
+ If you select "Advanced lowlevel driver options", you should check
+ 8 bpp packed pixel, 16 bpp packed pixel, 24 bpp packed pixel and
+ 32 bpp packed pixel. You can also use font widths different from 8.
+
+Matrox unified driver multihead support
+CONFIG_FB_MATROX_MULTIHEAD
+ Say Y here if you have more than one (supported) Matrox device in
+ computer and you want to use all of them. If you have only one
+ device, you should say N because of driver compiled with Y is larger
+ and a bit slower, especially on ia32 (ix86).
+ If you compiled driver as module, you are VERY interested in speed
+ and you can use 40KB of memory per each Matrox device, you can
+ compile driver without multihead support and instead of it insmod
+ more module instances. In this case, you MUST specify parameter dev=N
+ to insmod, where N is sequential number of Matrox device (0 = first,
+ 1 = second and so on).
+
MDA text console (dual-headed)
CONFIG_MDA_CONSOLE
Say Y here if you have an old MDA or monochrome Hercules graphics
@@ -3740,6 +3792,13 @@
The module will be called fdomain.o. If you want to compile it as a
module, say M here and read Documentation/modules.txt.
+Future Domain MCS-600/700 SCSI support
+CONFIG_SCSI_FD_MCS
+ This is support for Future Domain MCS 600/700 MCA SCSI adapters. Some
+ PS/2s are also equipped with IBM Fast SCSI Adapter/A which is an OEM
+ of the MCS 700. This driver also supports Reply SB16/SCSI card (the
+ SCSI part). It supports multiple adapters in the same system.
+
Generic NCR5380/53c400 SCSI support
CONFIG_SCSI_GENERIC_NCR5380
This is the generic NCR family of SCSI controllers, not to be
@@ -3878,9 +3937,8 @@
this feature, enter 0 or 1 here (it doesn't matter which).
The default value is 8 and should be supported by most hard disks.
- This option has no effect for adapters with NVRAM, since the driver
- will get this information from the user set-up. It also can be
- overridden using a boot setup option, as follows (example):
+ This value can be overridden from the boot command line using the
+ 'tags' option as follows (example):
'ncr53c8xx=tags:4/t2t3q16/t0u2q10' will set default queue depth to
4, set queue depth to 16 for target 2 and target 3 on controller 0
and set queue depth to 10 for target 0 / lun 2 on controller 1.
@@ -3895,12 +3953,10 @@
CONFIG_SCSI_NCR53C8XX_MAX_TAGS
This option allows you to specify the maximum number of commands
that can be queued to any device, when tagged command queuing is
- possible. The default value is 32. Minimum is 2, maximum is 64. For
- value less than 32, this option only saves a little memory
- (8*7*(32-MAXTAGS) bytes), so using less than 32 isn't worth it. For
- value greater than 32, latency on reselection will be increased by 1
- or 2 micro-seconds.
-
+ possible. The default value is 32. Minimum is 2, maximum is 64.
+ Modern hard disks are able to support 64 tags and even more, but
+ donnot seem to be faster when more than 32 tags are being used.
+
So, the normal answer here is to go with the default value 32 unless
you are using very large hard disks with large cache (>= 1 MB) that
are able to take advantage of more than 32 tagged commands.
@@ -5013,9 +5069,9 @@
Comtrol Hostess SV-11 support
CONFIG_HOSTESS_SV11
- This is a network card for high speed synchronous serial links. It
- is commonly used to connect to Cisco equipment over HSSI links. At
- this point, the driver can only be compiled as a module.
+ This is a network card for low speed synchronous serial links, at
+ up to 256Kbits. It supports both PPP and Cisco HDLC
+ At this point, the driver can only be compiled as a module.
WAN Drivers
CONFIG_WAN_DRIVERS
@@ -5576,7 +5632,7 @@
is for you, read the Ethernet-HOWTO, available via FTP (user:
anonymous) from ftp://sunsite.unc.edu/pub/Linux/docs/HOWTO.
-AT1700 support
+AT1700/1720 support
CONFIG_AT1700
If you have a network (Ethernet) card of this type, say Y and read
the Ethernet-HOWTO, available via FTP (user: anonymous) in
@@ -9627,7 +9683,7 @@
Ariadne support
CONFIG_ARIADNE
- If you have a VillageTronics Ariadne Ethernet adapter, say Y.
+ If you have a Village Tronic Ariadne Ethernet adapter, say Y.
Otherwise, say N.
This driver is also available as a module ( = code which can be
@@ -9637,7 +9693,7 @@
Ariadne II support
CONFIG_ARIADNE2
- If you have a VillageTronics Ariadne II Ethernet adapter, say Y.
+ If you have a Village Tronic Ariadne II Ethernet adapter, say Y.
Otherwise, say N.
This driver is also available as a module ( = code which can be
@@ -10213,7 +10269,7 @@
# LocalWords: INSNS Ataris AutoConfig ZORRO OCS AMIFB Agnus Denise ECS CDTV GB
# LocalWords: AGA Cybervision CYBER GSP TMS DMI Zorro ACSI ROMs SLM BioNet GVP
# LocalWords: PAMsNet TekMagic Cyberstorm MkI CYBERSTORMII MkII BLZ onboard cx
-# LocalWords: VillageTronics ATARILANCE RieblCard PAMCard VME MFP sangoma LAPB
+# LocalWords: Village Tronic ATARILANCE RieblCard PAMCard VME MFP sangoma LAPB
# LocalWords: Rhotron BioData's Multiface AMIGAMOUSE COPCON Amiga's bitplanes
# LocalWords: ATARIMOUSE MFPSER SCC's MegaSTE ESCC Atari's GVPIOEXT DMASOUND
# LocalWords: fdutils cisco univercd rpcg htm iface lapb LAPBETHER tpqic qic
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov