# This file tells the VGA MFB graphics package about # the details of the serial port, and what pointing # device is connected to it. # # Input is from one of: (com1 com2 com3 com4) # The irq number below is (4 3 *4 *3) 4 # # The port address is (3f8 2f8 *2e8 *2e0) 3f8 # Default pointing device (one of pad, mouse, keys) # If "keys" is specified, MFB will use the arrow keys # to move the cursor. If "mouse" is specified, an external # Microsoft compatible mouse driver will be used. In # both of these cases, the above serial port data is # irrelevant, but must be present. If "pad" is specified, # a SummaGraphics or equivalent (e.g., Seiko) digitizing # tablet is expected to be found on the serial port above. # No separate software driver is needed for the pad. mouse #keys #pad # # * The COM3 and 4 port parameters vary between machines. # Check your user's manual.