; ; (C)Copyright Hewlett-Packard Co., 1989-1990 ; All Rights Reserved. ; BOARD ID = "HWP1C20" NAME = "HP Vectra 486 Keyboard, Mouse and Serial Port" MFR = "Hewlett-Packard Co." CATEGORY = "MFC" SLOT = EMB(10) READID = NO AMPERAGE = 0 LENGTH = 111 IOPORT (1) = 0C40h SIZE = BYTE INITVAL = xrrrrrrrb IOPORT (2) = 0C41h SIZE = BYTE INITVAL = rrxxxrrrb ; INCLUDE = "HWP1C20.OVL" FUNCTION = "Keyboard Options" TYPE = "KEY" SUBFUNCTION = "NumLock Key" HELP = "Use this function to control the state of the NumLock key when you start your computer. Select 'On' to use the numeric keypad in numeric mode. Select 'Off' to use the numeric keypad in the cursor control mode." CHOICE = "Enabled at Power-up" SUBTYPE="NUM=ON" CHOICE = "Disabled at Power-Up" SUBFUNCTION = "Typing Speed" HELP = "You can control two characteristics of your keyboard. (1) the delay between the time you hold down a key and the time it begins to repeat, and (2) the speed at which it repeats. There are three selectable speeds: slow, medium, and fast. Experiment to find the speed that best suits your typing style." CHOICE = "Medium" SUBTYPE = "TMR=11,DLY=1" ;Medium delay, medium typematic rate CHOICE = "Fast" SUBTYPE = "TMR=0,DLY=0" ;Fast delay, fast typematic rate CHOICE = "Slow" SUBTYPE = "TMR=31,DLY=3" ;Slow delay, slow typematic rate SUBFUNCTION = "Click Volume" HELP = "Use this function to change the volume of the keyboard click. Select 0 to turn off the keyboard click. Select 15 to set the keyboard click to its loudest volume." CHOICE = "0 (Off)" SUBTYPE ="VOL=0" CHOICE = "1 (Softest)" SUBTYPE ="VOL=1" CHOICE = "2" SUBTYPE ="VOL=2" CHOICE = "3" SUBTYPE ="VOL=3" CHOICE = "4" SUBTYPE ="VOL=4" CHOICE = "5" SUBTYPE ="VOL=5" CHOICE = "6" SUBTYPE ="VOL=6" CHOICE = "7" SUBTYPE ="VOL=7" CHOICE = "8" SUBTYPE ="VOL=8" CHOICE = "9" SUBTYPE ="VOL=9" CHOICE = "10" SUBTYPE ="VOL=10" CHOICE = "11" SUBTYPE ="VOL=11" CHOICE = "12" SUBTYPE ="VOL=12" CHOICE = "13" SUBTYPE ="VOL=13" CHOICE = "14" SUBTYPE ="VOL=14" CHOICE = "15 (Loudest)" SUBTYPE ="VOL=15" FUNCTION = "Mini-DIN Mouse Port" TYPE = "PTR,8042" CONNECTION = "mini-DIN connector (indicated by the mouse icon)" HELP = "Use this function to control the mouse port. The HP mouse port uses IRQ 12." CHOICE = "Enabled" DISABLE = NO LINK IRQ = 12 SHARE = NO TRIGGER = EDGE INIT = IOPORT(1) LOC(7) 1 CHOICE = "Disabled" DISABLE = YES LINK IRQ = {} INIT = IOPORT(1) LOC(7) 0 FUNCTION = "Serial Port" TYPE = "COM,ASY" CONNECTION = "9-pin, male, D-type connector" HELP = "There are two built-in serial ports. Each supports the use of four serial port configurations or may be disabled if necessary." CHOICE = "COM2" SUBTYPE = "COM2" LINK IRQ = 3 SHARE = NO TRIGGER = EDGE PORT = 02F8h-02FFh SHARE = NO SIZE = BYTE INIT = IOPORT (2) LOC(5-3) 101 CHOICE = "COM1" SUBTYPE = "COM1" LINK IRQ = 4 SHARE = NO TRIGGER = EDGE PORT = 03F8h-03FFh SHARE = NO SIZE = BYTE INIT = IOPORT (2) LOC (5-3) 100 CHOICE = "COM3" SUBTYPE = "COM3" LINK IRQ = 10 SHARE = NO TRIGGER = EDGE PORT = 03E8h-03EFh SHARE = NO SIZE = BYTE INIT = IOPORT(2) LOC(5-3) 110 CHOICE = "COM4" SUBTYPE = "COM4" LINK IRQ = 11 SHARE = NO TRIGGER = EDGE PORT = 02E8h-02EFh SHARE = NO SIZE = BYTE INIT = IOPORT(2) LOC(5-3) 111 CHOICE = "Disabled" DISABLE = YES FREE INIT = IOPORT(2) LOC(5) 0