X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=Documentation%2Feisa.txt;h=f297fc1202ae41876e46161965d16065c7dbae66;hb=b9498bfe86530fd54fb855906383c0c905a52c80;hp=e00fd0c5707fb217e7848b797e1bff4449fec64f;hpb=3f6dee9b2a22cc66050682287a77d5fccadb9733;p=safe%2Fjmp%2Flinux-2.6 diff --git a/Documentation/eisa.txt b/Documentation/eisa.txt index e00fd0c..f297fc1 100644 --- a/Documentation/eisa.txt +++ b/Documentation/eisa.txt @@ -62,7 +62,7 @@ res : root device I/O resource bus_base_addr : slot 0 address on this bus slots : max slot number to probe force_probe : Probe even when slot 0 is empty (no EISA mainboard) -dma_mask : Default DMA mask. Usualy the bridge device dma_mask. +dma_mask : Default DMA mask. Usually the bridge device dma_mask. bus_nr : unique bus id, set by eisa_root_register ** Driver : @@ -84,7 +84,7 @@ struct eisa_driver { id_table : an array of NULL terminated EISA id strings, followed by an empty string. Each string can - optionnaly be paired with a driver-dependant value + optionally be paired with a driver-dependant value (driver_data). driver : a generic driver, such as described in @@ -171,7 +171,7 @@ device. virtual_root.force_probe : Force the probing code to probe EISA slots even when it cannot find an -EISA compliant mainboard (nothing appears on slot 0). Defaultd to 0 +EISA compliant mainboard (nothing appears on slot 0). Defaults to 0 (don't force), and set to 1 (force probing) when either CONFIG_ALPHA_JENSEN or CONFIG_EISA_VLB_PRIMING are set.