Annotation of coherent/b/STREAMS/conf/fd/Space.c, revision 1.1.1.1

1.1       root        1: #define        __KERNEL__      1
                      2: #include <sys/con.h>
                      3: #include "conf.h"
                      4: 
                      5: extern CON             fl386con;
                      6: CON          * flCon = & fl386con;
                      7: 
                      8: /*
                      9:  * Configurable variables for compatibility with IBM products:
                     10:  * Defalt values shown.
                     11:  *
                     12:  * fl_dsk_ch_prob (0) - some systems always have the disk changed line on.
                     13:  * Currently some PS/1's (Consultant, Professional - possibly most of them)
                     14:  * have this problem, so the default value of zero assumes normal disk change
                     15:  * line operation.
                     16:  *
                     17:  * fl_auto_parm (1) - only try to autosense floppy parameters if this variable
                     18:  * is nonzero.  The PS/2-L40 floppy controller apparently has trouble changing
                     19:  * from low density to high density.  Missing address marks when reading
                     20:  * a HD floppy are the symptom if FL_AUTO_PARM is set when it shouldn't be.
                     21:  * Defaults to 1 because we need the ability to autosense the floppy
                     22:  * format.
                     23:  *
                     24:  * fl_disp (0) - if nonzero, print drive parameters on screen.
                     25:  */
                     26: 
                     27: int    fl_dsk_ch_prob = FL_DSK_CH_PROB;
                     28: int    fl_auto_parm = 1;
                     29: int    fl_disp = 0;

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.