;--------------------------------------------------------------------------- ; File: USTSubtests.a ; ; Contains: This file contains tables for all CTE subtests in the ROM. ; Following that are tables which are specific to each CPU. The ; CPU specific tables reference tests in the main test table. ; In order to add a test to the ROM you must make an entry for it ; in the main test table, the add it to the appropriate CPU specific ; tables along with flags which enable the test to run under the ; following conditions: ; ; System power on startup ; System reset ; Serial test manager ; Test manager A trap ; ROM burnin ; ; All of the tests in these tables require RAM in order to run. ; ; There is another class of test in the ROMs which does not depend on ; RAM. These tests run to completion even if RAM is not installed ; because they operate completely out of CPU registers. These tests ; do not use the CTE environment. ; ; Written by: Scott Smyers ; ; Copyright: й 1990-1993 by Apple Computer, Inc., all rights reserved. ; ; Change History (most recent first): ; ; 12/13/93 PN Roll in KAOs and Horror changes to support Malcom and AJ ; machines. ; 11/23/93 rab Removed boxCarnation33, boxCarnation25, and boxCarnation16 from ; the USTCPUList since we'll never ship Carnations. ; 11/8/93 JRH boxDBLite16 is now boxPowerBookDuo250. boxDBLite20 is now ; boxPenLite. ; 8/17/93 SAM Placed forSmuf condo around smurf stuff. ; 8/12/93 BG Removed reference to boxWLCDc1 as such a thing will never exist. ; Updated other boxflags to use "official" names. ; 8/11/93 KW changed boxRiscWombat to boxRiscCentris650 ; 01-11-93 jmp Updated various BoxFlag names. ; 12/23/92 RC Added Support for Smurf on Wombat ; 12/17/92 RB Removed some of the LC930 conditionals. Added back other hasXXXX ; conditionals to make it easier to build 1 off 1 Meg ROMs. ; 11/3/92 rab Roll in Horror changes. Comments follow: ; 8/25/92 BG Modified WombatTests list to start testing some more parts on ; the board now that we have real (non-ChipExpress) parts. ; 8/2/92 AL Physically removed the SWIM test entry from the DBLite table. ; 7/27/92 SWC Removed the SWIM test from the DBLite table since we don't know ; how to turn on power to the SWIM chip for an arbitrary docking ; bar. ; 7/15/92 AL Removed the TestRBV entry from the DBLite table. ; 6/26/92 BG Added further test table references for various new Wombats and ; WLCDs. Also, ignore the last part of since there is a ; Wombat20. ; 6/17/92 AL Enabled all tests in the DBLite test table. ; 6/9/92 djw Remove RBV test and commented out GSC test from DartTests. ; 6/7/92 AL Added DartTests table and other support info, which will take ; care of Dartanian and DartanianLC. ; 6/3/92 BG Changed boxWombat20 to boxWombat33F. We will not (in the near ; future) release a 20MHz Wombat in Lego plastics, so I'm ; converting this boxFlag to be a 33MHz Wombat in Frigidaire ; plastics. ; 5/28/92 BG Added USTCPUList entries for various Wombats and WLCDs. ; 10/25/92 HY Changed boxMacLC to boxMacLCII in USTCPUList. ; 10/21/92 HY Added back TestRBV for LC/LC II/930a. ; Removed If LC930 conditional for TestRBV_Name and TestRBV_ID. ; 10/19/92 RB Exclude non LC II related test code from the 930LC 1 Meg ROM. ; 5/2/92 kc Roll in Horror. Comments follow: ; 3/17/92 SWC Renamed boxDBLite->boxDBLite25 and boxDBLiteLC->boxDBLite33, and ; added boxDBLite16 and boxDBLite20 to the CPU test list. ; 3/10/92 AL Cleaned up the machine test tables (aesthetics). ; 3/6/92 AL Added the Vail and Carnation test tables, and the necessary ; support for the different versions of each. Also, modified the ; subtest lists to add support for the two new DBLite noncritical ; tests (PG&E Selftest and GSC registers test). Finally, added ; support for Standard Test Params, a CTE v2.1 feature. ; 01/27/92 jmp Conditionalized the PROC parts of this file for use in lining up ; the UST part of HORROR with that of TERROR/Zydeco. ; 1/14/92 SWC Updated boxFlag labels to use shipping product names. ; 1/13/92 SWC Added DB-Lite LC to the subtests list. ;
12/20/91 JC Turning off all but SCC and VIA tests for unknown machines. ;
12/16/91 SWC Temporarily patch out the sound tests in DB-Lite's table since ; we're taking a bus error when we access the channel B FIFO. ;

10/23/91 jmp Updating from the Zydeco-TERROR project. ;

8/22/91 SWC Filled out DB-Lite's test list. ;

8/5/91 SWC Added in an empty table entry for DB-Lite. We'll fill in the ; list of tests later. ; <7> 6/23/91 CCH Disabled IIfx-specific tests for unknown boxes, since they ; currently cause the IIfx to hang. ; <6> 6/13/91 djw (for SS) Prevent running 53C80 register test on Tim at startup. ; This test fails if a powered down external drive is connected, ; due to an unpowered terminator. ; <5> 4/13/91 BG Rolled in Scott Smyers' changes: Clarified some of the ; noncritical test names. ; <4> 4/2/91 CCH Rolled in Scott Smyers' changes: Changed subtest ID from a long ; to a word and added a word long test ID to the machine dependant ; test tables. Added SONIC test and subtests and the 53C96 ; register test to the test tables. ; <3> 2/18/91 djw Rolled in Scott Smyers' changes ; <2> 1/14/91 CCH Rolled in Scott Smyers' changes. ; <1> 12/14/90 SS first checked in ; ; ;--------------------------------------------------------------------------- TITLE 'USTSubtests.a' CASE OFF STRING PASCAL ; This is just to make sure that all the strings defined in this ; file are created in Pascal format by the assembler. This is done ; so that it will be easy for a controlling program to call the ; Serial Test Manager, get the address of a name string, dereference ; it to get the length, and download that many bytes through the ; serial port. However, to appease the C people of the world (of which ; I'm one), I'm going to leave the null terminators at the end of the ; strings (I guess this would make them pcStrings). That way, other ; shells such as the ATrap could work with C strings by ignoring the ; leading length byte. 11/5/91 PROC ; ; Import all of the subtests and the test ; IMPORT USTMainTest ;THE ROM test IMPORT MapRamDataTest ;Mapper RAM data test IMPORT MapRamUniqTest ;Mapper RAM uniqueness test IMPORT VramDataTest ;Portable style VRAM data test IMPORT VramAddrTest ;Portable style VRAM address test IMPORT SCCRegTest ;SCC register test IMPORT SCCLoopTest ;SCC internal loopback test IMPORT SCCTimerTest ;SCC timer test IMPORT VIATest ;VIA test IMPORT TestSCSI ;SCSI test IMPORT TestASC ;ASC test IMPORT PramTest ;Parameter RAM test IMPORT TestRBV ;RAM Based Video controller test IMPORT TestSWIM ;SWIM chip test IMPORT Float_Test ;Floating point test IMPORT TestPGC ;PGC style parity test IMPORT FMCRegTest ;Fast Memory Controller register test IMPORT FMCCacheTest ;Fast Memory Controller Cache test IMPORT OSSRegTest ;Operating System Support chip register test IMPORT OSSIntTest ;Operating System Support interrupt test IMPORT RPUTest ;RPU style parity test IMPORT EgretTest ;Egret test IMPORT TestSndInts ;sound interrupts test IMPORT TestCLUT ;Color lookup table chip test IMPORT TestVRAM ;V8 style VRAM test IMPORT TestC96 ;53C96 Turbo SCSI chip test IMPORT TestGSCRegs ; GSC (Gray Scale Chip) register test IMPORT PGESelfTest ; PG&E (Power Manager ASIC for DBLite & others) self test IMPORT TestCSCRegs ; CSC (Color Support Chip) register test CASE ON IMPORT SONIC_Test ;SONIC Ethernet chip test IMPORT SONIC_BitMarch ;SONIC Ethernet register bitmarch subtest IMPORT SONIC_CAMDMA ;SONIC Ethernet on chip DMA subtest IMPORT SONIC_Loopback ;SONIC Ethernet loopback subtest CASE OFF ; ; Following is the one test which knows how to run all original non-critical tests (subtests) ; in the ROM, and the only other real CTE-style test that is in the ROM, the SONIC test: ; ; NOTE: See the description of the subtest table (immediately following this test table) ; for a running commentary on what the various fields mean, and what you can do to help. ; EXPORT USTTests USTTests ; test ID test entry point pointer to name of test code param result ; size size size ; (TTest_ID) (TEntryPtr) (TNamePtr) (TCodeSize) (TParamSize) (TResultSize) ; ---------- ------------------- ----------------------- ---- ----- ------ WITH USTTest, USTTestIDs USTTestItem (USTMainTest_ID, USTMainTest-USTTests, USTMainTest_Name-USTTests, 0, 0, 0) IF hasOrwell THEN ; rb rb CASE ON USTTestItem (SONIC_TEST_ID, SONIC_Test-USTTESTS, SONIC_TEST_NAME-USTTESTS, 0, 0, 0) CASE OFF ENDIF ; rb USTTestItem ($FFFFFFFF, 0, 0, 0, 0, 0) ENDWITH USTMainTest_Name dc.b 'ROM based test (type 2)',0 IF hasOrwell THEN ; rb rb SONIC_Test_Name dc.b 'SONIC Ethernet controller CTE Test',0 ; ENDIF ; rb ALIGN 2 ;make sure we're still lined up after all that text ; ; ; Following is the table of RAM based test in the ROMs. ; One or more subtest(s) can be installed and executed using the information in ; this table. The need for the code size, param size and result size parameters ; is this: ; ; code size - Not really useful for anything right now. There is no need to know ; this as far as CTE is concerned. One possible use might be if the capability ; to upload a test/subtest from the ROM to some other location (board tester, ; through the Serial Test Manager to a host machine, etc.). However, since that ; feature is not currently available, all of the code size params are 0. ; ; param size and result size - These are not necessary for the original ROM based ; non-critical tests, because their results are returned in d6 (and that's all ; there is to it). However, the SONIC and other real CTE DTMs have their own ; result structures, and CTE will allocate the necessary memory for them when ; the DTM is executed. These values should be plugged into the appropriate fields ; of the testInfo and subtestInfo structures before calling GI_ExecuteDTM. ; ; You may be asking yourself, "How do I know what value to put in for these size ; fields?". Well, it's like this: for the code size, you have to compile the ; ROM, look at the ROM map, and calculate the length of the various routines. ; You will then need to enter that value and re-compile so it will be in the ROM. ; For the param size and result size, you just need to look at the structures ; in the code, and calculate the number of bytes needed. You can do this before ; you compile for the first time, if you wish. ; ; NOTE: The names in parentheses under the field descriptions are the actual ; offsets that should be used to gain access to that field. For example, if ; a3 was pointing to the first entry in the USTSubtests table, then ; STSubtest_ID(a3) would give you the MapRamDataTest_ID. ; EXPORT USTSubtests USTSubtests ; subtest ID subtest entry point pointer to name of subtest code param result ; size size size ; (STSubtest_ID) (STEntryPtr) (STNamePtr) (STCodeSize) (STParamSize) (STResultSize) ; ---------- ------------------- -------------------------- ---- ----- ------ WITH USTSubtest, USTSubtestIDs USTSubtestItem (MapRamDataTest_ID, MapRamDataTest-USTSubtests, MapRamDataTest_Name-USTSubtests, 0, 0, 0) USTSubtestItem (MapRamUniqTest_ID, MapRamUniqTest-USTSubtests, MapRamUniqTest_Name-USTSubtests, 0, 0, 0) USTSubtestItem (VramDataTest_ID, VramDataTest-USTSubtests, VramDataTest_Name-USTSubtests, 0, 0, 0) USTSubtestItem (VramAddrTest_ID, VramAddrTest-USTSubtests, VramAddrTest_Name-USTSubtests, 0, 0, 0) USTSubtestItem (SCCRegTest_ID, SCCRegTest-USTSubtests, SCCRegTest_Name-USTSubtests, 0, 0, 0) USTSubtestItem (SCCLoopTest_ID, SCCLoopTest-USTSubtests, SCCLoopTest_Name-USTSubtests, 0, 0, 0) USTSubtestItem (SCCTimerTest_ID, SCCTimerTest-USTSubtests, SCCTimerTest_Name-USTSubtests, 0, 0, 0) USTSubtestItem (VIATest_ID, VIATest-USTSubtests, VIATest_Name-USTSubtests, 0, 0, 0) USTSubtestItem (TestSCSI_ID, TestSCSI-USTSubtests, TestSCSI_Name-USTSubtests, 0, 0, 0) USTSubtestItem (TestASC_ID, TestASC-USTSubtests, TestASC_Name-USTSubtests, 0, 0, 0) USTSubtestItem (PramTest_ID, PramTest-USTSubtests, PramTest_Name-USTSubtests, 0, 0, 0) USTSubtestItem (TestRBV_ID, TestRBV-USTSubtests, TestRBV_Name-USTSubtests, 0, 0, 0) USTSubtestItem (TestSWIM_ID, TestSWIM-USTSubtests, TestSWIM_Name-USTSubtests, 0, 0, 0) USTSubtestItem (Float_Test_ID, Float_Test-USTSubtests, Float_Test_Name-USTSubtests, 0, 0, 0) IF hasFMC THEN ; rb rb USTSubtestItem (TestPGC_ID, TestPGC-USTSubtests, TestPGC_Name-USTSubtests, 0, 0, 0) USTSubtestItem (FMCRegTest_ID, FMCRegTest-USTSubtests, FMCRegTest_Name-USTSubtests, 0, 0, 0) USTSubtestItem (FMCCacheTest_ID, FMCCacheTest-USTSubtests, FMCCacheTest_Name-USTSubtests, 0, 0, 0) ENDIF IF hasOss THEN USTSubtestItem (OSSRegTest_ID, OSSRegTest-USTSubtests, OSSRegTest_Name-USTSubtests, 0, 0, 0) USTSubtestItem (OSSIntTest_ID, OSSIntTest-USTSubtests, OSSIntTest_Name-USTSubtests, 0, 0, 0) USTSubtestItem (RPUTest_ID, RPUTest-USTSubtests, RPUTest_Name-USTSubtests, 0, 0, 0) ENDIF ; rb USTSubtestItem (EgretTest_ID, EgretTest-USTSubtests, EgretTest_Name-USTSubtests, 0, 0, 0) USTSubtestItem (TestSndInts_ID, TestSndInts-USTSubtests, TestSndInts_Name-USTSubtests, 0, 0, 0) USTSubtestItem (TestCLUT_ID, TestCLUT-USTSubtests, TestCLUT_Name-USTSubtests, 0, 0, 0) USTSubtestItem (TestVRAM_ID, TestVRAM-USTSubtests, TestVRAM_Name-USTSubtests, 0, 0, 0) IF hasSCSI96 THEN ; rb USTSubtestItem (TestC96_ID, TestC96-USTSubtests, TestC96_Name-USTSubtests, 0, 0, 0) ; ENDIF IF hasPwrControls THEN USTSubtestItem (TestGSCRegs_ID, TestGSCRegs-USTSubtests, TestGSCRegs_Name-USTSubtests, 0, 0, 0) ; USTSubtestItem (PGESelfTest_ID, PGESelfTest-USTSubtests, PGESelfTest_Name-USTSubtests, 0, 0, 0) ; USTSubtestItem (TestCSCRegs_ID, TestCSCRegs-USTSubtests, TestCSCRegs_Name-USTSubtests, 0, 0, 0) ; ENDIF IF hasOrwell THEN CASE ON USTSubtestItem (SONIC_BITMARCH_ID, SONIC_BitMarch-USTSUBTESTS, SONIC_BITMARCH_NAME-USTSUBTESTS, 0, $0C, $2C) ; USTSubtestItem (SONIC_CAMDMA_ID, SONIC_CAMDMA-USTSUBTESTS, SONIC_CAMDMA_NAME-USTSUBTESTS, 0, $1C, $18) ; USTSubtestItem (SONIC_LOOPBACK_ID, SONIC_Loopback-USTSUBTESTS, SONIC_LOOPBACK_NAME-USTSUBTESTS, 0, $80, $2C) ; CASE OFF ENDIF ; rb USTSubtestItem ($FFFFFFFF, 0, 0, 0, 0, 0) ; Signifies the end of this table. ENDWITH ; ; The following name strings describe each element in the test table above. ; MapRamDataTest_Name dc.b 'Portable mapper RAM data',0 ; MapRamUniqTest_Name dc.b 'Portable mapper RAM uniqueness',0 ; VramDataTest_Name dc.b 'Portable VRAM data',0 VramAddrTest_Name dc.b 'Portable VRAM address',0 SCCRegTest_Name dc.b 'Serial Communications Controller register',0 ; SCCLoopTest_Name dc.b 'Serial Communications Controller internal loopback',0 ; SCCTimerTest_Name dc.b 'Serial Communications Controller timer',0 ; VIATest_Name dc.b 'Versatile Interface Adapter',0 ; TestSCSI_Name dc.b 'SCSI chip register',0 ; TestASC_Name dc.b 'Sound chip register',0 ; PramTest_Name dc.b 'Parameter RAM',0 ; TestRBV_Name dc.b 'RAM Based Video controller register',0 ; TestSWIM_Name dc.b 'Floppy controller chip',0 ; Float_Test_Name dc.b 'Floating point unit',0 ; IF hasFMC THEN ; rb TestPGC_Name dc.b 'IIci type parity',0 ; FMCRegTest_Name dc.b 'Fast Memory Controller register',0 ; FMCCacheTest_Name dc.b 'Fast Memory Controller cache',0 ; ENDIF IF hasOss THEN OSSRegTest_Name dc.b 'Operating System Support chip register',0 ; OSSIntTest_Name dc.b 'Operating System Support chip interrupt',0 ; RPUTest_Name dc.b 'IIfx type parity',0 ; ENDIF ; rb EgretTest_Name dc.b 'Apple Desktop Bus microcontroller self',0 ; TestSndInts_Name dc.b 'Sound interrupt',0 TestCLUT_Name dc.b 'Color lookup table',0 TestVRAM_Name dc.b 'Video RAM',0 IF hasSCSI96 THEN ; rb TestC96_Name dc.b '53C96 Turbo SCSI chip',0 ; ENDIF IF hasPwrControls THEN TestGSCRegs_Name dc.b 'GSC registers',0 TestCSCRegs_Name dc.b 'CSC registers',0 ; PGESelfTest_Name dc.b 'PG&E self test' ENDIF IF hasOrwell THEN SONIC_BitMarch_NAME dc.b 'SONIC Ethernet register bitmarch',0 ; SONIC_CAMDMA_NAME dc.b 'SONIC Ethernet on-chip DMA',0 ; SONIC_Loopback_NAME dc.b 'SONIC Ethernet protocol loopback',0 ; ENDIF ; rb ALIGN 2 ; ; The following table lists all of the available machine specific test tables and ; the box flag of the machine for which they apply. ; ; This table is terminated with a box unknown element. The cpu specific table for ; box unknown contains the tests which were present before these tables were implemented ; in the ROMs. ; EXPORT USTCPUList USTCPUList IF hasMDU THEN ; rb CPUListItem (BoxMacIIsi, MacIIsiTests-USTCPUList) ENDIF IF hasOrwell THEN CPUListItem (boxQuadra900, Quadra900Tests-USTCPUList) CPUListItem (boxQuadra700, Quadra700Tests-USTCPUList) CPUListItem (boxQuadra950, Quadra900Tests-USTCPUList) ;

ENDIF IF hasJaws THEN CPUListItem (boxPowerBook170, PowerBook170Tests-USTCPUList) ENDIF ; rb IF hasVISADecoder THEN CPUListItem (boxMacLCII, MacLCTests-USTCPUList) ; ENDIF IF hasMSC THEN ; rb CPUListItem (boxPowerBookDuo210,DBLiteTests-USTCPUList) ; CPUListItem (boxPowerBookDuo230,DBLiteTests-USTCPUList) ; CPUListItem (boxPowerBookDuo250,DBLiteTests-USTCPUList) ; CPUListItem (boxDBLite20,DBLiteTests-USTCPUList) ; CPUListItem (boxYeagerC , YeagerTests-USTCPUList) ; ENDIF IF hasSonora THEN CPUListItem (boxLCIII, VailTests-USTCPUList) ; CPUListItem (boxVail16, VailTests-USTCPUList) ; ENDIF IF hasDJMEMC THEN CPUListItem (boxWombat20, WombatTests-USTCPUList) ; CPUListItem (boxCentris650, WombatTests-USTCPUList) ; IF forSmurf THEN CPUListItem (boxRiscCentris650, WombatTests-USTCPUList) ; ENDIF CPUListItem (boxQuadra650, WombatTests-USTCPUList) ; CPUListItem (boxQuadra800, WombatTests-USTCPUList) ; CPUListItem (boxWombat40, WombatTests-USTCPUList) ; CPUListItem (boxWombat40F, WombatTests-USTCPUList) ; CPUListItem (boxCentris610, WombatTests-USTCPUList) ; CPUListItem (boxQuadra610, WombatTests-USTCPUList) ; CPUListItem (boxWLCD33, WombatTests-USTCPUList) ; ENDIF IF hasNiagra THEN CPUListItem (boxPowerBook180, DartTests-USTCPUList) ; CPUListItem (boxPowerBook160, DartTests-USTCPUList) ; ENDIF ; rb IF hasPratt THEN CPUListItem (boxBlackbird, BlackBirdTests-USTCPUList) ; CPUListItem (boxBlackbirdLC, BlackBirdTests-USTCPUList) ; ENDIF ; rb CPUListItem (boxUnknown, UnknownTests-USTCPUList) ; ; Following are machine specific test tables. These tables contain a list of the subtest ; IDs which apply to each machine. ; ; Each table is terminated with a long word of all Fs ; ; For revision - added test ID to each entry in the table below. At the same time ; I changed the subtest ID from a long to a word, so there is no net increase in space ; for these tables. Also in - added the C96 and VRAM test to the Quadra 700 and 900 ; test dependant tables. WITH RunBits, USTSubtestIDs, USTTestIDs, CPUTestList IF hasMDU THEN ; rb EXPORT MacIIsiTests ; TLTest_ID TLSubTest_ID TLrunflags TLModifier ; --------- ------------ ---------- ---------- MacIIsiTests CPUTestListItem (USTMainTest_ID,SCCRegTest_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,SCCLoopTest_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,SCCTimerTest_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,VIATest_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,TestSCSI_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,TestASC_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,PramTest_ID, STM | ATrap | RBI, 0) CPUTestListItem (USTMainTest_ID,TestRBV_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,TestSWIM_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,Float_Test_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,EgretTest_ID, STM | ATrap | RBI, 0) CPUTestListItem (USTMainTest_ID,TestSndInts_ID, STM | ATrap | RBI, 0) CPUTestListItem (USTMainTest_ID,TestCLUT_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem ($FFFFFFFF,$FFFFFFFF, 0, 0) ENDIF IF hasOrwell THEN Quadra900Tests CPUTestListItem (USTMainTest_ID,SCCRegTest_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,SCCLoopTest_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,SCCTimerTest_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,VIATest_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,TestASC_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,TestVRAM_ID, STM | ATrap | RBI, 0) CPUTestListItem (USTMainTest_ID,TestSndInts_ID, STM | ATrap | RBI, 0) CPUTestListItem (USTMainTest_ID,EgretTest_ID, STM | ATrap | RBI, 0) CPUTestListItem (USTMainTest_ID,PramTest_ID, STM | ATrap | RBI, 0) CPUTestListItem (USTMainTest_ID,TestC96_ID, STM | ATrap | RBI, 0) CPUTestListItem (SONIC_Test_ID, SONIC_BitMarch_ID, STM | ATrap | RBI, 0) CPUTestListItem (SONIC_Test_ID, SONIC_CAMDMA_ID, STM | ATrap | RBI, 0) CPUTestListItem (SONIC_Test_ID, SONIC_Loopback_ID, STM | ATrap | RBI, 0) CPUTestListItem ($FFFFFFFF,$FFFFFFFF, 0, 0) Quadra700Tests CPUTestListItem (USTMainTest_ID,SCCRegTest_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,SCCLoopTest_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,SCCTimerTest_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,VIATest_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,TestASC_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,TestSWIM_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,TestVRAM_ID, STM | ATrap | RBI, 0) CPUTestListItem (USTMainTest_ID,TestSndInts_ID, STM | ATrap | RBI, 0) CPUTestListItem (USTMainTest_ID,PramTest_ID, STM | ATrap | RBI, 0) CPUTestListItem (USTMainTest_ID,TestC96_ID, STM | ATrap | RBI, 0) CPUTestListItem (SONIC_Test_ID, SONIC_BitMarch_ID, STM | ATrap | RBI, 0) CPUTestListItem (SONIC_Test_ID, SONIC_CAMDMA_ID, STM | ATrap | RBI, 0) CPUTestListItem (SONIC_Test_ID, SONIC_Loopback_ID, STM | ATrap | RBI, 0) CPUTestListItem ($FFFFFFFF,$FFFFFFFF, 0, 0) ENDIF IF hasJaws THEN PowerBook170Tests CPUTestListItem (USTMainTest_ID,SCCRegTest_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,SCCLoopTest_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,SCCTimerTest_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,VIATest_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,TestSCSI_ID, STM | ATrap | RBI, 0) ; CPUTestListItem (USTMainTest_ID,TestASC_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,Float_Test_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,TestSWIM_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,TestVRAM_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,TestSndInts_ID, STM | ATrap | RBI, 0) CPUTestListItem (USTMainTest_ID,PramTest_ID, STM | ATrap | RBI, 0) CPUTestListItem ($FFFFFFFF,$FFFFFFFF, 0, 0) ENDIF ; rb IF hasVISADecoder THEN EXPORT MacLCTests MacLCTests CPUTestListItem (USTMainTest_ID,SCCRegTest_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,SCCLoopTest_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,SCCTimerTest_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,VIATest_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,TestSCSI_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,TestASC_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,PramTest_ID, STM | ATrap | RBI, 0) CPUTestListItem (USTMainTest_ID,TestRBV_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,TestSWIM_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,Float_Test_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,EgretTest_ID, STM | ATrap | RBI, 0) CPUTestListItem (USTMainTest_ID,TestSndInts_ID, STM | ATrap | RBI, 0) CPUTestListItem (USTMainTest_ID,TestCLUT_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,TestVRAM_ID, STM | ATrap | RBI | Startup | Restart, 0) CPUTestListItem ($FFFFFFFF,$FFFFFFFF, 0, 0) ENDIF IF hasMSC THEN ; rb EXPORT DBLiteTests DBLiteTests CPUTestListItem (USTMainTest_ID,SCCRegTest_ID, STM | ATrap | RBI | Startup, 0) ;

CPUTestListItem (USTMainTest_ID,SCCLoopTest_ID, STM | ATrap | RBI | Startup, 0) ;

CPUTestListItem (USTMainTest_ID,SCCTimerTest_ID, STM | ATrap | RBI | Startup, 0) ;

CPUTestListItem (USTMainTest_ID,VIATest_ID, STM | ATrap | RBI | Startup, 0) ;

CPUTestListItem (USTMainTest_ID,TestSCSI_ID, STM | ATrap | RBI , 0) ;

CPUTestListItem (USTMainTest_ID,TestASC_ID, STM | ATrap | RBI | Startup, 0) ;

CPUTestListItem (USTMainTest_ID,TestGSCRegs_ID, STM | ATrap | RBI, 0) ;

CPUTestListItem (USTMainTest_ID,Float_Test_ID, STM | ATrap | RBI | Startup, 0) ;

CPUTestListItem (USTMainTest_ID,TestVRAM_ID, STM | ATrap | RBI | Startup, 0) ;

CPUTestListItem (USTMainTest_ID,PGESelfTest_ID, STM | ATrap | RBI, 0) ;

CPUTestListItem (USTMainTest_ID,TestSndInts_ID, STM | ATrap | RBI, 0) ;

CPUTestListItem ($FFFFFFFF,$FFFFFFFF, 0, 0) ;

EXPORT YeagerTests YeagerTests CPUTestListItem (USTMainTest_ID,SCCRegTest_ID, STM | ATrap | RBI, 0) ; CPUTestListItem (USTMainTest_ID,SCCLoopTest_ID, STM | ATrap | RBI, 0) ; CPUTestListItem (USTMainTest_ID,SCCTimerTest_ID, STM | ATrap | RBI, 0) ; CPUTestListItem (USTMainTest_ID,VIATest_ID, STM | ATrap | RBI, 0) ; CPUTestListItem (USTMainTest_ID,TestSCSI_ID, STM | ATrap | RBI, 0) ; CPUTestListItem (USTMainTest_ID,TestASC_ID, STM | ATrap | RBI, 0) ; CPUTestListItem (USTMainTest_ID,TestCSCRegs_ID, STM | ATrap | RBI, 0) ; CPUTestListItem (USTMainTest_ID,Float_Test_ID, STM | ATrap | RBI, 0) ; ;;; CPUTestListItem (USTMainTest_ID,TestVRAM_ID, STM | ATrap | RBI, 0) ; CPUTestListItem (USTMainTest_ID,PGESelfTest_ID, STM | ATrap | RBI, 0) ; CPUTestListItem (USTMainTest_ID,TestSndInts_ID, STM | ATrap | RBI, 0) ; CPUTestListItem ($FFFFFFFF,$FFFFFFFF, 0, 0) ; ENDIF IF hasPratt THEN ; EXPORT BlackBirdTests BlackBirdTests CPUTestListItem (USTMainTest_ID,SCCRegTest_ID, STM | ATrap | RBI, 0) ; CPUTestListItem (USTMainTest_ID,SCCLoopTest_ID, STM | ATrap | RBI, 0) ; CPUTestListItem (USTMainTest_ID,SCCTimerTest_ID, STM | ATrap | RBI, 0) ; CPUTestListItem (USTMainTest_ID,VIATest_ID, STM | ATrap | RBI, 0) ; CPUTestListItem (USTMainTest_ID,TestSCSI_ID, STM | ATrap | RBI, 0) ; CPUTestListItem (USTMainTest_ID,TestCSCRegs_ID, STM | ATrap | RBI, 0) ; CPUTestListItem (USTMainTest_ID,Float_Test_ID, STM | ATrap | RBI, 0) ; CPUTestListItem (USTMainTest_ID,TestVRAM_ID, STM | ATrap | RBI, 0) ; CPUTestListItem ($FFFFFFFF,$FFFFFFFF, 0, 0) ; EndIf IF hasSonora THEN EXPORT CarnationTests CarnationTests CPUTestListItem (USTMainTest_ID,SCCRegTest_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,SCCLoopTest_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,SCCTimerTest_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,VIATest_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,TestSCSI_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,TestASC_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,PramTest_ID, STM | ATrap | RBI, 0) CPUTestListItem (USTMainTest_ID,TestRBV_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,TestSWIM_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,Float_Test_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,EgretTest_ID, STM | ATrap | RBI, 0) CPUTestListItem (USTMainTest_ID,TestSndInts_ID, STM | ATrap | RBI, 0) CPUTestListItem (USTMainTest_ID,TestCLUT_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem ($FFFFFFFF,$FFFFFFFF, 0, 0) EXPORT VailTests VailTests CPUTestListItem (USTMainTest_ID,SCCRegTest_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,SCCLoopTest_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,SCCTimerTest_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,VIATest_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,TestSCSI_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,TestASC_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,PramTest_ID, STM | ATrap | RBI, 0) CPUTestListItem (USTMainTest_ID,TestRBV_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,TestSWIM_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,Float_Test_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,EgretTest_ID, STM | ATrap | RBI, 0) CPUTestListItem (USTMainTest_ID,TestSndInts_ID, STM | ATrap | RBI, 0) CPUTestListItem (USTMainTest_ID,TestCLUT_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,TestVRAM_ID, STM | ATrap | RBI | Startup | Restart, 0) CPUTestListItem ($FFFFFFFF,$FFFFFFFF, 0, 0) ENDIF IF hasDJMEMC THEN EXPORT WombatTests ; thru next WombatTests CPUTestListItem (USTMainTest_ID,SCCRegTest_ID, STM | ATrap | RBI | Startup, 0) ; CPUTestListItem (USTMainTest_ID,SCCLoopTest_ID, STM | ATrap | RBI | Startup, 0) ; CPUTestListItem (USTMainTest_ID,SCCTimerTest_ID, STM | ATrap | RBI | Startup, 0) ; CPUTestListItem (USTMainTest_ID,VIATest_ID, STM | ATrap | RBI | Startup, 0) ; CPUTestListItem (USTMainTest_ID,TestASC_ID, STM | ATrap | RBI | Startup, 0) ; CPUTestListItem (USTMainTest_ID,TestSWIM_ID, STM | ATrap | RBI | Startup, 0) ; CPUTestListItem (USTMainTest_ID,TestVRAM_ID, STM | ATrap | RBI, 0) ; CPUTestListItem (USTMainTest_ID,TestSndInts_ID, STM | ATrap | RBI, 0) ; CPUTestListItem (USTMainTest_ID,PramTest_ID, STM | ATrap | RBI, 0) ; CPUTestListItem (USTMainTest_ID,TestC96_ID, STM | ATrap | RBI, 0) ; CPUTestListItem (SONIC_Test_ID, SONIC_BitMarch_ID, STM | ATrap | RBI, 0) ; CPUTestListItem (SONIC_Test_ID, SONIC_CAMDMA_ID, STM | ATrap | RBI, 0) ; CPUTestListItem (SONIC_Test_ID, SONIC_Loopback_ID, STM | ATrap | RBI, 0) ; CPUTestListItem ($FFFFFFFF,$FFFFFFFF, 0, 0) ; ; ENDIF IF hasNiagra THEN EXPORT DartTests ; DartTests CPUTestListItem (USTMainTest_ID,SCCRegTest_ID, STM | ATrap | RBI | Startup, 0) ; CPUTestListItem (USTMainTest_ID,SCCLoopTest_ID, STM | ATrap | RBI | Startup, 0) ; CPUTestListItem (USTMainTest_ID,SCCTimerTest_ID, STM | ATrap | RBI | Startup, 0) ; CPUTestListItem (USTMainTest_ID,VIATest_ID, STM | ATrap | RBI | Startup, 0) ; CPUTestListItem (USTMainTest_ID,TestSCSI_ID, STM | ATrap | RBI , 0) ; CPUTestListItem (USTMainTest_ID,TestASC_ID, STM | ATrap | RBI | Startup, 0) ; ;ееее CPUTestListItem (USTMainTest_ID,TestGSCRegs_ID, STM | ATrap | RBI | Startup, 0) ; CPUTestListItem (USTMainTest_ID,TestSWIM_ID, STM | ATrap | RBI | Startup, 0) ; CPUTestListItem (USTMainTest_ID,Float_Test_ID, STM | ATrap | RBI | Startup, 0) ; CPUTestListItem (USTMainTest_ID,TestVRAM_ID, STM | ATrap | RBI | Startup, 0) ; CPUTestListItem (USTMainTest_ID,TestSndInts_ID, STM | ATrap | RBI, 0) ; CPUTestListItem ($FFFFFFFF,$FFFFFFFF, 0, 0) ; ENDIF ; rb EXPORT UnknownTests UnknownTests CPUTestListItem (USTMainTest_ID,SCCRegTest_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,SCCTimerTest_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,SCCLoopTest_ID, STM | ATrap | RBI | Startup, 0) CPUTestListItem (USTMainTest_ID,VIATest_ID, STM | ATrap | RBI | Startup, 0) ;CPUTestListItem (USTMainTest_ID,TestSCSI_ID, STM | ATrap | RBI | Startup, 0) ;CPUTestListItem (USTMainTest_ID,TestASC_ID, STM | ATrap | RBI | Startup, 0) ;CPUTestListItem (USTMainTest_ID,TestRBV_ID, STM | ATrap | RBI | Startup, 0) ;CPUTestListItem (USTMainTest_ID,TestSWIM_ID, STM | ATrap | RBI | Startup, 0) ;CPUTestListItem (USTMainTest_ID,Float_Test_ID, STM | ATrap | RBI | Startup, 0) ;CPUTestListItem (USTMainTest_ID,TestPGC_ID, STM | ATrap | RBI | Startup, 0) ;CPUTestListItem (USTMainTest_ID,FMCRegTest_ID, STM | ATrap | RBI | Startup, 0) ; ;CPUTestListItem (USTMainTest_ID,FMCCacheTest_ID, STM | ATrap | RBI | Startup, 0) ; ;CPUTestListItem (USTMainTest_ID,OSSRegTest_ID, STM | ATrap | RBI | Startup, 0) ; ;CPUTestListItem (USTMainTest_ID,OSSIntTest_ID, STM | ATrap | RBI | Startup, 0) ; ;CPUTestListItem (USTMainTest_ID,RPUTest_ID, STM | ATrap | RBI | Startup, 0) ; ;CPUTestListItem (USTMainTest_ID,PramTest_ID, STM | ATrap | RBI, 0) ;CPUTestListItem (USTMainTest_ID,EgretTest_ID, STM | ATrap | RBI, 0) ;CPUTestListItem (USTMainTest_ID,TestSndInts_ID, STM | ATrap | RBI, 0) ;CPUTestListItem (USTMainTest_ID,TestCLUT_ID, STM | ATrap | RBI, 0) ;CPUTestListItem (USTMainTest_ID,TestVRAM_ID, STM | ATrap | RBI, 0) CPUTestListItem ($FFFFFFFF,$FFFFFFFF, 0, 0) ENDWITH ENDPROC