HISTORY.TXT Driver File Contents (tcat03.zip)

1-7-97
* 03 (sound and nosound)
-Modify setup menu (template.asm)
	Add PCI UMB Exclusion
	Add PCI IRQ Exclusion
	Modify Quiet Boot Configuration
	Remove legacy USB
-Modify DMIOEM.ASM to reflect we are a MOTHERBOARD maker
-Remove legacy USB support (bcp.asm, make.mak)
-Include code updates from Luna for
	miser, cpu, cache

10-29-97 SM02, M02
-EC released

10-22-97 SM02P1, M02P1
-released for testing
 (Problem: Yamaha sound with S3 video conflict which lock up NT4.0
  Fixed: Piix4 function 0 Reg82 bit 2, 1, 0 set to 1

10-09-97 SM01, M01
-EC released

10-09-97 SM01, M01
-Problem: resource conflict, parallel port ECP set to DMA2
 Fixed: Took out DMA2 selection

10-09-97 SM01, M01
-Problem: resource conflict, parallel port ECP set to DMA1 but Legacy
   device mostly use DMA1
 Fixed: Set default to DMA3 (most parallel device use DMA3)

10-07-97 SM10P, M10P
-Released for testing

10-07-97 SM10P, M10P
-Problem: LANDesk Client Manager on Upgrade Memory option give an illegal
   error if change any of the upgrade setting. For example, change from 64MB
   to 98MB (only have problem with LGS EDO DIMM)
 Fixed: Put in DMI_RAS according to schematic (bank 0 - 0, 1, 0, 1 ...)
        (DMI structure 5)

10-07-97 SM10P, M10P
-Problem: LANDesk Client Manager read EDO DIMM as Fast Page Mode, SDRAM DIMM
   as Other.
 Fixed: Change the DramTypeMaskTable to fit description on reg55-56

10-07-97 SM10P, M10P
-Added in LS120 big floppy and IDE ZIP Drive support feature
 Fixed: Took out Floppy on Install_Multiboot_II, put in Big_Floppy instead
 	Added IRM, ARM on Install_disk on bcp.asm
	Changed template.asm setting:
    	  MultiBoot IPL device menu should be under the main MultiBoot menu
	    instead of IPL child menu.
	  When put IPL device menu under the main Boot Menu, fixed BIG Floppy
	    problem.
	Updated oem\micronic\common\bioreset.asm from revision 1.32
	  to 1.33, it fixed hard disk problem and MultiBoot II problem.	
 	(updated files are zipped: bigflppy.zip)

10-02-97 SM10P, M10P (not work)
-Problem: PC97 disable Resume on Modem Ring at Window 95 (not from CMOS) and
   start test, the system should not wake up by modem ring from standby and
   suspend mode, both failed.
 Fixed: Updated pmimpcod.asm on miser directory (ver 1.12)

10-02-97 SM10P, M10P
-Problem: On standby mode, monitor didn't blank out (should follow power
   saving for Green PC, Integrated VGA Controller supports the control of 
   Display Power Management Signaling proposed by VESA Monitor Committee)
 Fixed: Added VID_ID to turn vidoe off on transition state to standby

9-25-97 SM09P, M09P
-Released for testing

9-24-97 SM09P, M09P
-Problem: In LANDesk under Basic Hardware shown that bus speed is 0MHz
   instead of matching the clock speed to 60 or 66.
 Fixed: Modified cpuhand.asm external clock speed table to match the correct
	speed with different ratio (3*66=200)

9-24-97 SM09P, M09P
-Problem: In LANDesk DMI Structure 1 on Manufacturer showed no info
 Fixed: Changed Manufacturer to Micronics, Tigercat System

9-24-97 SM09P, M09P
-Problem: Seeing with single/multiple CUPs in the system caused by the need
   for earlier P6 processors to have the APIC turned off - Erratum #5AP and
   #6AP. These Errata were fixed in later revisions of the P6 CPUs.
 Fixed: Updated the mpp6apic.asm file

9-22-97 SM09P, M09P
-Fixed: Added in resource allocation for USB at DC000h
        Changed resource allocation for System ROM @ 4G at FFFC0000h

9-19-97 SM08P, M08P
-release for testing

9-10-97 SM08P, M08P
-Problem: Help specific item didn't match on power management menu, Parallel
   port mode
 Fixed: Change help specific item

Note: Sound portion use oem\audio

9-10-97 M07P (without sound)
-set sound default to disable (bcp.asm)
-take out sound selection option on CMOS setup (template.asm)
-same as SM07P

8-27-97 SM07P
-Problem: Disabled sound on cmos setup, windows 95 still pick up sound chip
 Fixed: Added routine SoundDisabledFar to disable

8-26-97 SM07P
-Updated registers according to Intel Platform Support Labs Report

8-25-97 SM07P
-Updated registers according to Intel Platform Support Labs Report

8-25-97 SM07P
-Fixed: Ultra DMA

8-21-97 SM06P
-Problem: When PS/2 mouse disabled from CMOS, windows 95 should not see PS/2
   mouse device node and BIOS should release IRQ12 for PCI bus.
 Fixed: put in bcpiPointerOptions = bcpiPointerOptions OR MOUSE_AUTO_HIDE
 	MAKE_BCP_MOUSE on bcp.asm to hide the device node if no PS/2
	mouse attached. (Note: has to enabled PS/2 mouse on CMOS
	setup cause it's PnP OS.)

8-21-97 SM06P
-Added support to detect Mode 4 CD-ROM Drive

8-21-97 SM06P
-Added cmos setup for Keyboard Detection Option (default Enabled)
 Added call to bypass keyboard error  

8-21-97 SM06P
-Change main menu on video and system bios option "shadowed and cached" to
   "shadowed & cached"

8-21-97 SM06P
-Implemented Quiet Boot feature

8-20-97 SM06P
-Fixed: Modified REG0E=10h (General Purpose Enable Register)

8-20-97 SM06P
-Problem: System hung up in cmos setup if power management is enabled.
 Fixed: Moved POST_TASK TP_PM_SETUP after POST_TASK TP_ERROR_CHECK

8-20-97 SM06P
-Fixed: Set bit 7=0 of reg53 to disable. When this bit is disabled, a read
   cycle from PCI to DRAM will not retry due to any pending CPU-to-PCI cycle. 
   PCI master device will not be slow down.

8-8-97 SM06P
-Problem: Setup password for Supervisor and User on cmos setup. Once clear
   Supervisor password, user password should be cleared but now still existed.
 Fixed: Should clear user password when clear Supervisor password

7-30-97 SM06P
-Implemented DMI
 New Platform.asm (getblock) dated 7-30-97 for working with DMI browser

7-28-97 SM06P
-Changed CMOS setup on ECC config to DRAM Type and Matched Disabled to
   Non-Parity, EC to Parity, ECC remain the same and leave out ECC Scrub option

7-18-97 SM05P
-Match CMOS setup with BIOS Spec.

7-17-97 SM05P
-Problem: Erratic sheet problem LM78 during power up
 Fixed: Clear ISA communication

7-15-97 SM05P
-Problem: System displayed 300MHz CPU as 266MHz.
 Fixed: Added in 300MHz CPU entry

7-7-97 SM04P
-Problem: Using SCSI, system do rom scan super slow.
 Fixed: disable cache and re-enable again

6-26-97 SM03P
-Problem: When playing with the sound card, moving mouse will slow down the
   sound. (By moving the mouse, lots of SMI generated.)
 Fixed: Change register value LEGSUP (Function 2) RegC0=0Bh

6-24-97 SM02P
-Problem: Option on cmos setup for serial ports and parallel port showed "OS
   Contorller to PnP" instead of "PnP OS"
 Fixed: Changed "OS Controller to PnP" on serial ports and parallel port to
   "PnP OS" to match all other BIOS.

6-23-97 SM02P
-Problem: With PnP OS set to "Yes", get "Expansion ROM not initialized. PCI
   Mass storage controller configuration erro" upon system start with various
   PCI SCSI controllers in the system.
 Fixed: add in bcpiPciWindowsOSR2 = DISABLED for MAKE_BCP_PTLPCI

6-23-97 SM02P
-Problem: APM is not turn off even disabled PM from CMOS setup
 Changed: turn off APM if PM setup is off

6-23-97 SM02P
-Problem: Soft power cannot shut down system
 Fixed:	Add in routine to GPIO 22 to shut down soft power

6-23-97 SM02P
-Added code to display System & Video BIOS shadowing & caching to match the 
   Setup Menu.  Modify procedure postDisplayShadowsJ in DISPLAY.ASM.  Create
   new procedures checkSystemBiosCached and checkVideoBiosCached in
   DISPLAY1.ASM to read	CMOS values and then display message.

6-18-97 SM02P
-Problem: Hang on disk3 when installing Windows NT 3.51 at scanning
   Trantor driver
 Changed: add cmos setup for USB Legacy Mode to enable or disable USB

6-16-97 SM02P
-Problem: System run slow when get into cmos setup
   Num lock, Caps lock, and Scroll lock stay on a long time during cold boot
 Fixed: Bios caching reenable to run faster in the cmos setup

6-16-97	SM001aP
-Added upload cpu patch code in rom.scr
-Fixed bootblok recovery

6-11-97 (Motherboard Rev. 1A) SM001P
-Oem tip for Rev. 1A motherboard.
 Directories: oem\micronic\tigercat
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: web5, load: 0.72