config.ini revision 7670
1[root]
2type=Root
3children=system
4dummy=0
5
6[system]
7type=LinuxAlphaSystem
8children=bridge cpu0 cpu1 disk0 disk2 intrctrl iobus iocache l2c membus physmem simple_disk terminal toL2Bus tsunami
9boot_cpu_frequency=500
10boot_osflags=root=/dev/hda1 console=ttyS0
11console=/dist/m5/system/binaries/console
12init_param=0
13kernel=/dist/m5/system/binaries/vmlinux
14load_addr_mask=1099511627775
15mem_mode=timing
16pal=/dist/m5/system/binaries/ts_osfpal
17physmem=system.physmem
18readfile=tests/halt.sh
19symbolfile=
20system_rev=1024
21system_type=34
22
23[system.bridge]
24type=Bridge
25delay=50000
26filter_ranges_a=0:18446744073709551615
27filter_ranges_b=0:8589934591
28nack_delay=4000
29req_size_a=16
30req_size_b=16
31resp_size_a=16
32resp_size_b=16
33write_ack=false
34side_a=system.iobus.port[0]
35side_b=system.membus.port[0]
36
37[system.cpu0]
38type=DerivO3CPU
39children=dcache dtb fuPool icache interrupts itb tracer
40BTBEntries=4096
41BTBTagSize=16
42LFSTSize=1024
43LQEntries=32
44RASSize=16
45SQEntries=32
46SSITSize=1024
47activity=0
48backComSize=5
49cachePorts=200
50checker=Null
51choiceCtrBits=2
52choicePredictorSize=8192
53clock=500
54commitToDecodeDelay=1
55commitToFetchDelay=1
56commitToIEWDelay=1
57commitToRenameDelay=1
58commitWidth=8
59cpu_id=0
60decodeToFetchDelay=1
61decodeToRenameDelay=1
62decodeWidth=8
63defer_registration=false
64dispatchWidth=8
65do_checkpoint_insts=true
66do_quiesce=true
67do_statistics_insts=true
68dtb=system.cpu0.dtb
69fetchToDecodeDelay=1
70fetchTrapLatency=1
71fetchWidth=8
72forwardComSize=5
73fuPool=system.cpu0.fuPool
74function_trace=false
75function_trace_start=0
76globalCtrBits=2
77globalHistoryBits=13
78globalPredictorSize=8192
79iewToCommitDelay=1
80iewToDecodeDelay=1
81iewToFetchDelay=1
82iewToRenameDelay=1
83instShiftAmt=2
84interrupts=system.cpu0.interrupts
85issueToExecuteDelay=1
86issueWidth=8
87itb=system.cpu0.itb
88localCtrBits=2
89localHistoryBits=11
90localHistoryTableSize=2048
91localPredictorSize=2048
92max_insts_all_threads=0
93max_insts_any_thread=0
94max_loads_all_threads=0
95max_loads_any_thread=0
96numIQEntries=64
97numPhysFloatRegs=256
98numPhysIntRegs=256
99numROBEntries=192
100numRobs=1
101numThreads=1
102phase=0
103predType=tournament
104profile=0
105progress_interval=0
106renameToDecodeDelay=1
107renameToFetchDelay=1
108renameToIEWDelay=2
109renameToROBDelay=1
110renameWidth=8
111smtCommitPolicy=RoundRobin
112smtFetchPolicy=SingleThread
113smtIQPolicy=Partitioned
114smtIQThreshold=100
115smtLSQPolicy=Partitioned
116smtLSQThreshold=100
117smtNumFetchingThreads=1
118smtROBPolicy=Partitioned
119smtROBThreshold=100
120squashWidth=8
121system=system
122tracer=system.cpu0.tracer
123trapLatency=13
124wbDepth=1
125wbWidth=8
126dcache_port=system.cpu0.dcache.cpu_side
127icache_port=system.cpu0.icache.cpu_side
128
129[system.cpu0.dcache]
130type=BaseCache
131addr_range=0:18446744073709551615
132assoc=4
133block_size=64
134forward_snoops=true
135hash_delay=1
136latency=1000
137max_miss_count=0
138mshrs=4
139num_cpus=1
140prefetch_data_accesses_only=false
141prefetch_degree=1
142prefetch_latency=10000
143prefetch_on_access=false
144prefetch_past_page=false
145prefetch_policy=none
146prefetch_serial_squash=false
147prefetch_use_cpu_id=true
148prefetcher_size=100
149prioritizeRequests=false
150repl=Null
151size=32768
152subblock_size=0
153tgts_per_mshr=20
154trace_addr=0
155two_queue=false
156write_buffers=8
157cpu_side=system.cpu0.dcache_port
158mem_side=system.toL2Bus.port[2]
159
160[system.cpu0.dtb]
161type=AlphaTLB
162size=64
163
164[system.cpu0.fuPool]
165type=FUPool
166children=FUList0 FUList1 FUList2 FUList3 FUList4 FUList5 FUList6 FUList7
167FUList=system.cpu0.fuPool.FUList0 system.cpu0.fuPool.FUList1 system.cpu0.fuPool.FUList2 system.cpu0.fuPool.FUList3 system.cpu0.fuPool.FUList4 system.cpu0.fuPool.FUList5 system.cpu0.fuPool.FUList6 system.cpu0.fuPool.FUList7
168
169[system.cpu0.fuPool.FUList0]
170type=FUDesc
171children=opList
172count=6
173opList=system.cpu0.fuPool.FUList0.opList
174
175[system.cpu0.fuPool.FUList0.opList]
176type=OpDesc
177issueLat=1
178opClass=IntAlu
179opLat=1
180
181[system.cpu0.fuPool.FUList1]
182type=FUDesc
183children=opList0 opList1
184count=2
185opList=system.cpu0.fuPool.FUList1.opList0 system.cpu0.fuPool.FUList1.opList1
186
187[system.cpu0.fuPool.FUList1.opList0]
188type=OpDesc
189issueLat=1
190opClass=IntMult
191opLat=3
192
193[system.cpu0.fuPool.FUList1.opList1]
194type=OpDesc
195issueLat=19
196opClass=IntDiv
197opLat=20
198
199[system.cpu0.fuPool.FUList2]
200type=FUDesc
201children=opList0 opList1 opList2
202count=4
203opList=system.cpu0.fuPool.FUList2.opList0 system.cpu0.fuPool.FUList2.opList1 system.cpu0.fuPool.FUList2.opList2
204
205[system.cpu0.fuPool.FUList2.opList0]
206type=OpDesc
207issueLat=1
208opClass=FloatAdd
209opLat=2
210
211[system.cpu0.fuPool.FUList2.opList1]
212type=OpDesc
213issueLat=1
214opClass=FloatCmp
215opLat=2
216
217[system.cpu0.fuPool.FUList2.opList2]
218type=OpDesc
219issueLat=1
220opClass=FloatCvt
221opLat=2
222
223[system.cpu0.fuPool.FUList3]
224type=FUDesc
225children=opList0 opList1 opList2
226count=2
227opList=system.cpu0.fuPool.FUList3.opList0 system.cpu0.fuPool.FUList3.opList1 system.cpu0.fuPool.FUList3.opList2
228
229[system.cpu0.fuPool.FUList3.opList0]
230type=OpDesc
231issueLat=1
232opClass=FloatMult
233opLat=4
234
235[system.cpu0.fuPool.FUList3.opList1]
236type=OpDesc
237issueLat=12
238opClass=FloatDiv
239opLat=12
240
241[system.cpu0.fuPool.FUList3.opList2]
242type=OpDesc
243issueLat=24
244opClass=FloatSqrt
245opLat=24
246
247[system.cpu0.fuPool.FUList4]
248type=FUDesc
249children=opList
250count=0
251opList=system.cpu0.fuPool.FUList4.opList
252
253[system.cpu0.fuPool.FUList4.opList]
254type=OpDesc
255issueLat=1
256opClass=MemRead
257opLat=1
258
259[system.cpu0.fuPool.FUList5]
260type=FUDesc
261children=opList
262count=0
263opList=system.cpu0.fuPool.FUList5.opList
264
265[system.cpu0.fuPool.FUList5.opList]
266type=OpDesc
267issueLat=1
268opClass=MemWrite
269opLat=1
270
271[system.cpu0.fuPool.FUList6]
272type=FUDesc
273children=opList0 opList1
274count=4
275opList=system.cpu0.fuPool.FUList6.opList0 system.cpu0.fuPool.FUList6.opList1
276
277[system.cpu0.fuPool.FUList6.opList0]
278type=OpDesc
279issueLat=1
280opClass=MemRead
281opLat=1
282
283[system.cpu0.fuPool.FUList6.opList1]
284type=OpDesc
285issueLat=1
286opClass=MemWrite
287opLat=1
288
289[system.cpu0.fuPool.FUList7]
290type=FUDesc
291children=opList
292count=1
293opList=system.cpu0.fuPool.FUList7.opList
294
295[system.cpu0.fuPool.FUList7.opList]
296type=OpDesc
297issueLat=3
298opClass=IprAccess
299opLat=3
300
301[system.cpu0.icache]
302type=BaseCache
303addr_range=0:18446744073709551615
304assoc=1
305block_size=64
306forward_snoops=true
307hash_delay=1
308latency=1000
309max_miss_count=0
310mshrs=4
311num_cpus=1
312prefetch_data_accesses_only=false
313prefetch_degree=1
314prefetch_latency=10000
315prefetch_on_access=false
316prefetch_past_page=false
317prefetch_policy=none
318prefetch_serial_squash=false
319prefetch_use_cpu_id=true
320prefetcher_size=100
321prioritizeRequests=false
322repl=Null
323size=32768
324subblock_size=0
325tgts_per_mshr=20
326trace_addr=0
327two_queue=false
328write_buffers=8
329cpu_side=system.cpu0.icache_port
330mem_side=system.toL2Bus.port[1]
331
332[system.cpu0.interrupts]
333type=AlphaInterrupts
334
335[system.cpu0.itb]
336type=AlphaTLB
337size=48
338
339[system.cpu0.tracer]
340type=ExeTracer
341
342[system.cpu1]
343type=DerivO3CPU
344children=dcache dtb fuPool icache interrupts itb tracer
345BTBEntries=4096
346BTBTagSize=16
347LFSTSize=1024
348LQEntries=32
349RASSize=16
350SQEntries=32
351SSITSize=1024
352activity=0
353backComSize=5
354cachePorts=200
355checker=Null
356choiceCtrBits=2
357choicePredictorSize=8192
358clock=500
359commitToDecodeDelay=1
360commitToFetchDelay=1
361commitToIEWDelay=1
362commitToRenameDelay=1
363commitWidth=8
364cpu_id=1
365decodeToFetchDelay=1
366decodeToRenameDelay=1
367decodeWidth=8
368defer_registration=false
369dispatchWidth=8
370do_checkpoint_insts=true
371do_quiesce=true
372do_statistics_insts=true
373dtb=system.cpu1.dtb
374fetchToDecodeDelay=1
375fetchTrapLatency=1
376fetchWidth=8
377forwardComSize=5
378fuPool=system.cpu1.fuPool
379function_trace=false
380function_trace_start=0
381globalCtrBits=2
382globalHistoryBits=13
383globalPredictorSize=8192
384iewToCommitDelay=1
385iewToDecodeDelay=1
386iewToFetchDelay=1
387iewToRenameDelay=1
388instShiftAmt=2
389interrupts=system.cpu1.interrupts
390issueToExecuteDelay=1
391issueWidth=8
392itb=system.cpu1.itb
393localCtrBits=2
394localHistoryBits=11
395localHistoryTableSize=2048
396localPredictorSize=2048
397max_insts_all_threads=0
398max_insts_any_thread=0
399max_loads_all_threads=0
400max_loads_any_thread=0
401numIQEntries=64
402numPhysFloatRegs=256
403numPhysIntRegs=256
404numROBEntries=192
405numRobs=1
406numThreads=1
407phase=0
408predType=tournament
409profile=0
410progress_interval=0
411renameToDecodeDelay=1
412renameToFetchDelay=1
413renameToIEWDelay=2
414renameToROBDelay=1
415renameWidth=8
416smtCommitPolicy=RoundRobin
417smtFetchPolicy=SingleThread
418smtIQPolicy=Partitioned
419smtIQThreshold=100
420smtLSQPolicy=Partitioned
421smtLSQThreshold=100
422smtNumFetchingThreads=1
423smtROBPolicy=Partitioned
424smtROBThreshold=100
425squashWidth=8
426system=system
427tracer=system.cpu1.tracer
428trapLatency=13
429wbDepth=1
430wbWidth=8
431dcache_port=system.cpu1.dcache.cpu_side
432icache_port=system.cpu1.icache.cpu_side
433
434[system.cpu1.dcache]
435type=BaseCache
436addr_range=0:18446744073709551615
437assoc=4
438block_size=64
439forward_snoops=true
440hash_delay=1
441latency=1000
442max_miss_count=0
443mshrs=4
444num_cpus=1
445prefetch_data_accesses_only=false
446prefetch_degree=1
447prefetch_latency=10000
448prefetch_on_access=false
449prefetch_past_page=false
450prefetch_policy=none
451prefetch_serial_squash=false
452prefetch_use_cpu_id=true
453prefetcher_size=100
454prioritizeRequests=false
455repl=Null
456size=32768
457subblock_size=0
458tgts_per_mshr=20
459trace_addr=0
460two_queue=false
461write_buffers=8
462cpu_side=system.cpu1.dcache_port
463mem_side=system.toL2Bus.port[4]
464
465[system.cpu1.dtb]
466type=AlphaTLB
467size=64
468
469[system.cpu1.fuPool]
470type=FUPool
471children=FUList0 FUList1 FUList2 FUList3 FUList4 FUList5 FUList6 FUList7
472FUList=system.cpu1.fuPool.FUList0 system.cpu1.fuPool.FUList1 system.cpu1.fuPool.FUList2 system.cpu1.fuPool.FUList3 system.cpu1.fuPool.FUList4 system.cpu1.fuPool.FUList5 system.cpu1.fuPool.FUList6 system.cpu1.fuPool.FUList7
473
474[system.cpu1.fuPool.FUList0]
475type=FUDesc
476children=opList
477count=6
478opList=system.cpu1.fuPool.FUList0.opList
479
480[system.cpu1.fuPool.FUList0.opList]
481type=OpDesc
482issueLat=1
483opClass=IntAlu
484opLat=1
485
486[system.cpu1.fuPool.FUList1]
487type=FUDesc
488children=opList0 opList1
489count=2
490opList=system.cpu1.fuPool.FUList1.opList0 system.cpu1.fuPool.FUList1.opList1
491
492[system.cpu1.fuPool.FUList1.opList0]
493type=OpDesc
494issueLat=1
495opClass=IntMult
496opLat=3
497
498[system.cpu1.fuPool.FUList1.opList1]
499type=OpDesc
500issueLat=19
501opClass=IntDiv
502opLat=20
503
504[system.cpu1.fuPool.FUList2]
505type=FUDesc
506children=opList0 opList1 opList2
507count=4
508opList=system.cpu1.fuPool.FUList2.opList0 system.cpu1.fuPool.FUList2.opList1 system.cpu1.fuPool.FUList2.opList2
509
510[system.cpu1.fuPool.FUList2.opList0]
511type=OpDesc
512issueLat=1
513opClass=FloatAdd
514opLat=2
515
516[system.cpu1.fuPool.FUList2.opList1]
517type=OpDesc
518issueLat=1
519opClass=FloatCmp
520opLat=2
521
522[system.cpu1.fuPool.FUList2.opList2]
523type=OpDesc
524issueLat=1
525opClass=FloatCvt
526opLat=2
527
528[system.cpu1.fuPool.FUList3]
529type=FUDesc
530children=opList0 opList1 opList2
531count=2
532opList=system.cpu1.fuPool.FUList3.opList0 system.cpu1.fuPool.FUList3.opList1 system.cpu1.fuPool.FUList3.opList2
533
534[system.cpu1.fuPool.FUList3.opList0]
535type=OpDesc
536issueLat=1
537opClass=FloatMult
538opLat=4
539
540[system.cpu1.fuPool.FUList3.opList1]
541type=OpDesc
542issueLat=12
543opClass=FloatDiv
544opLat=12
545
546[system.cpu1.fuPool.FUList3.opList2]
547type=OpDesc
548issueLat=24
549opClass=FloatSqrt
550opLat=24
551
552[system.cpu1.fuPool.FUList4]
553type=FUDesc
554children=opList
555count=0
556opList=system.cpu1.fuPool.FUList4.opList
557
558[system.cpu1.fuPool.FUList4.opList]
559type=OpDesc
560issueLat=1
561opClass=MemRead
562opLat=1
563
564[system.cpu1.fuPool.FUList5]
565type=FUDesc
566children=opList
567count=0
568opList=system.cpu1.fuPool.FUList5.opList
569
570[system.cpu1.fuPool.FUList5.opList]
571type=OpDesc
572issueLat=1
573opClass=MemWrite
574opLat=1
575
576[system.cpu1.fuPool.FUList6]
577type=FUDesc
578children=opList0 opList1
579count=4
580opList=system.cpu1.fuPool.FUList6.opList0 system.cpu1.fuPool.FUList6.opList1
581
582[system.cpu1.fuPool.FUList6.opList0]
583type=OpDesc
584issueLat=1
585opClass=MemRead
586opLat=1
587
588[system.cpu1.fuPool.FUList6.opList1]
589type=OpDesc
590issueLat=1
591opClass=MemWrite
592opLat=1
593
594[system.cpu1.fuPool.FUList7]
595type=FUDesc
596children=opList
597count=1
598opList=system.cpu1.fuPool.FUList7.opList
599
600[system.cpu1.fuPool.FUList7.opList]
601type=OpDesc
602issueLat=3
603opClass=IprAccess
604opLat=3
605
606[system.cpu1.icache]
607type=BaseCache
608addr_range=0:18446744073709551615
609assoc=1
610block_size=64
611forward_snoops=true
612hash_delay=1
613latency=1000
614max_miss_count=0
615mshrs=4
616num_cpus=1
617prefetch_data_accesses_only=false
618prefetch_degree=1
619prefetch_latency=10000
620prefetch_on_access=false
621prefetch_past_page=false
622prefetch_policy=none
623prefetch_serial_squash=false
624prefetch_use_cpu_id=true
625prefetcher_size=100
626prioritizeRequests=false
627repl=Null
628size=32768
629subblock_size=0
630tgts_per_mshr=20
631trace_addr=0
632two_queue=false
633write_buffers=8
634cpu_side=system.cpu1.icache_port
635mem_side=system.toL2Bus.port[3]
636
637[system.cpu1.interrupts]
638type=AlphaInterrupts
639
640[system.cpu1.itb]
641type=AlphaTLB
642size=48
643
644[system.cpu1.tracer]
645type=ExeTracer
646
647[system.disk0]
648type=IdeDisk
649children=image
650delay=1000000
651driveID=master
652image=system.disk0.image
653
654[system.disk0.image]
655type=CowDiskImage
656children=child
657child=system.disk0.image.child
658image_file=
659read_only=false
660table_size=65536
661
662[system.disk0.image.child]
663type=RawDiskImage
664image_file=/dist/m5/system/disks/linux-latest.img
665read_only=true
666
667[system.disk2]
668type=IdeDisk
669children=image
670delay=1000000
671driveID=master
672image=system.disk2.image
673
674[system.disk2.image]
675type=CowDiskImage
676children=child
677child=system.disk2.image.child
678image_file=
679read_only=false
680table_size=65536
681
682[system.disk2.image.child]
683type=RawDiskImage
684image_file=/dist/m5/system/disks/linux-bigswap2.img
685read_only=true
686
687[system.intrctrl]
688type=IntrControl
689sys=system
690
691[system.iobus]
692type=Bus
693block_size=64
694bus_id=0
695clock=1000
696header_cycles=1
697use_default_range=true
698width=64
699default=system.tsunami.pciconfig.pio
700port=system.bridge.side_a system.tsunami.cchip.pio system.tsunami.pchip.pio system.tsunami.fake_sm_chip.pio system.tsunami.fake_uart1.pio system.tsunami.fake_uart2.pio system.tsunami.fake_uart3.pio system.tsunami.fake_uart4.pio system.tsunami.fake_ppc.pio system.tsunami.fake_OROM.pio system.tsunami.fake_pnp_addr.pio system.tsunami.fake_pnp_write.pio system.tsunami.fake_pnp_read0.pio system.tsunami.fake_pnp_read1.pio system.tsunami.fake_pnp_read2.pio system.tsunami.fake_pnp_read3.pio system.tsunami.fake_pnp_read4.pio system.tsunami.fake_pnp_read5.pio system.tsunami.fake_pnp_read6.pio system.tsunami.fake_pnp_read7.pio system.tsunami.fake_ata0.pio system.tsunami.fake_ata1.pio system.tsunami.fb.pio system.tsunami.io.pio system.tsunami.uart.pio system.tsunami.backdoor.pio system.tsunami.ide.pio system.tsunami.ethernet.pio system.iocache.cpu_side system.tsunami.ethernet.config system.tsunami.ethernet.dma system.tsunami.ide.config system.tsunami.ide.dma
701
702[system.iocache]
703type=BaseCache
704addr_range=0:8589934591
705assoc=8
706block_size=64
707forward_snoops=false
708hash_delay=1
709latency=50000
710max_miss_count=0
711mshrs=20
712num_cpus=1
713prefetch_data_accesses_only=false
714prefetch_degree=1
715prefetch_latency=500000
716prefetch_on_access=false
717prefetch_past_page=false
718prefetch_policy=none
719prefetch_serial_squash=false
720prefetch_use_cpu_id=true
721prefetcher_size=100
722prioritizeRequests=false
723repl=Null
724size=1024
725subblock_size=0
726tgts_per_mshr=12
727trace_addr=0
728two_queue=false
729write_buffers=8
730cpu_side=system.iobus.port[28]
731mem_side=system.membus.port[2]
732
733[system.l2c]
734type=BaseCache
735addr_range=0:18446744073709551615
736assoc=8
737block_size=64
738forward_snoops=true
739hash_delay=1
740latency=10000
741max_miss_count=0
742mshrs=92
743num_cpus=2
744prefetch_data_accesses_only=false
745prefetch_degree=1
746prefetch_latency=100000
747prefetch_on_access=false
748prefetch_past_page=false
749prefetch_policy=none
750prefetch_serial_squash=false
751prefetch_use_cpu_id=true
752prefetcher_size=100
753prioritizeRequests=false
754repl=Null
755size=4194304
756subblock_size=0
757tgts_per_mshr=16
758trace_addr=0
759two_queue=false
760write_buffers=8
761cpu_side=system.toL2Bus.port[0]
762mem_side=system.membus.port[3]
763
764[system.membus]
765type=Bus
766children=badaddr_responder
767block_size=64
768bus_id=1
769clock=1000
770header_cycles=1
771use_default_range=false
772width=64
773default=system.membus.badaddr_responder.pio
774port=system.bridge.side_b system.physmem.port[0] system.iocache.mem_side system.l2c.mem_side
775
776[system.membus.badaddr_responder]
777type=IsaFake
778pio_addr=0
779pio_latency=1000
780pio_size=8
781platform=system.tsunami
782ret_bad_addr=true
783ret_data16=65535
784ret_data32=4294967295
785ret_data64=18446744073709551615
786ret_data8=255
787system=system
788update_data=false
789warn_access=
790pio=system.membus.default
791
792[system.physmem]
793type=PhysicalMemory
794file=
795latency=30000
796latency_var=0
797null=false
798range=0:134217727
799zero=false
800port=system.membus.port[1]
801
802[system.simple_disk]
803type=SimpleDisk
804children=disk
805disk=system.simple_disk.disk
806system=system
807
808[system.simple_disk.disk]
809type=RawDiskImage
810image_file=/dist/m5/system/disks/linux-latest.img
811read_only=true
812
813[system.terminal]
814type=Terminal
815intr_control=system.intrctrl
816number=0
817output=true
818port=3456
819
820[system.toL2Bus]
821type=Bus
822block_size=64
823bus_id=0
824clock=1000
825header_cycles=1
826use_default_range=false
827width=64
828port=system.l2c.cpu_side system.cpu0.icache.mem_side system.cpu0.dcache.mem_side system.cpu1.icache.mem_side system.cpu1.dcache.mem_side
829
830[system.tsunami]
831type=Tsunami
832children=backdoor cchip ethernet fake_OROM fake_ata0 fake_ata1 fake_pnp_addr fake_pnp_read0 fake_pnp_read1 fake_pnp_read2 fake_pnp_read3 fake_pnp_read4 fake_pnp_read5 fake_pnp_read6 fake_pnp_read7 fake_pnp_write fake_ppc fake_sm_chip fake_uart1 fake_uart2 fake_uart3 fake_uart4 fb ide io pchip pciconfig uart
833intrctrl=system.intrctrl
834system=system
835
836[system.tsunami.backdoor]
837type=AlphaBackdoor
838cpu=system.cpu0
839disk=system.simple_disk
840pio_addr=8804682956800
841pio_latency=1000
842platform=system.tsunami
843system=system
844terminal=system.terminal
845pio=system.iobus.port[25]
846
847[system.tsunami.cchip]
848type=TsunamiCChip
849pio_addr=8803072344064
850pio_latency=1000
851platform=system.tsunami
852system=system
853tsunami=system.tsunami
854pio=system.iobus.port[1]
855
856[system.tsunami.ethernet]
857type=NSGigE
858BAR0=1
859BAR0LegacyIO=false
860BAR0Size=256
861BAR1=0
862BAR1LegacyIO=false
863BAR1Size=4096
864BAR2=0
865BAR2LegacyIO=false
866BAR2Size=0
867BAR3=0
868BAR3LegacyIO=false
869BAR3Size=0
870BAR4=0
871BAR4LegacyIO=false
872BAR4Size=0
873BAR5=0
874BAR5LegacyIO=false
875BAR5Size=0
876BIST=0
877CacheLineSize=0
878CardbusCIS=0
879ClassCode=2
880Command=0
881DeviceID=34
882ExpansionROM=0
883HeaderType=0
884InterruptLine=30
885InterruptPin=1
886LatencyTimer=0
887MaximumLatency=52
888MinimumGrant=176
889ProgIF=0
890Revision=0
891Status=656
892SubClassCode=0
893SubsystemID=0
894SubsystemVendorID=0
895VendorID=4107
896clock=0
897config_latency=20000
898dma_data_free=false
899dma_desc_free=false
900dma_no_allocate=true
901dma_read_delay=0
902dma_read_factor=0
903dma_write_delay=0
904dma_write_factor=0
905hardware_address=00:90:00:00:00:01
906intr_delay=10000000
907max_backoff_delay=10000000
908min_backoff_delay=4000
909pci_bus=0
910pci_dev=1
911pci_func=0
912pio_latency=1000
913platform=system.tsunami
914rss=false
915rx_delay=1000000
916rx_fifo_size=524288
917rx_filter=true
918rx_thread=false
919system=system
920tx_delay=1000000
921tx_fifo_size=524288
922tx_thread=false
923config=system.iobus.port[29]
924dma=system.iobus.port[30]
925pio=system.iobus.port[27]
926
927[system.tsunami.fake_OROM]
928type=IsaFake
929pio_addr=8796093677568
930pio_latency=1000
931pio_size=393216
932platform=system.tsunami
933ret_bad_addr=false
934ret_data16=65535
935ret_data32=4294967295
936ret_data64=18446744073709551615
937ret_data8=255
938system=system
939update_data=false
940warn_access=
941pio=system.iobus.port[9]
942
943[system.tsunami.fake_ata0]
944type=IsaFake
945pio_addr=8804615848432
946pio_latency=1000
947pio_size=8
948platform=system.tsunami
949ret_bad_addr=false
950ret_data16=65535
951ret_data32=4294967295
952ret_data64=18446744073709551615
953ret_data8=255
954system=system
955update_data=false
956warn_access=
957pio=system.iobus.port[20]
958
959[system.tsunami.fake_ata1]
960type=IsaFake
961pio_addr=8804615848304
962pio_latency=1000
963pio_size=8
964platform=system.tsunami
965ret_bad_addr=false
966ret_data16=65535
967ret_data32=4294967295
968ret_data64=18446744073709551615
969ret_data8=255
970system=system
971update_data=false
972warn_access=
973pio=system.iobus.port[21]
974
975[system.tsunami.fake_pnp_addr]
976type=IsaFake
977pio_addr=8804615848569
978pio_latency=1000
979pio_size=8
980platform=system.tsunami
981ret_bad_addr=false
982ret_data16=65535
983ret_data32=4294967295
984ret_data64=18446744073709551615
985ret_data8=255
986system=system
987update_data=false
988warn_access=
989pio=system.iobus.port[10]
990
991[system.tsunami.fake_pnp_read0]
992type=IsaFake
993pio_addr=8804615848451
994pio_latency=1000
995pio_size=8
996platform=system.tsunami
997ret_bad_addr=false
998ret_data16=65535
999ret_data32=4294967295
1000ret_data64=18446744073709551615
1001ret_data8=255
1002system=system
1003update_data=false
1004warn_access=
1005pio=system.iobus.port[12]
1006
1007[system.tsunami.fake_pnp_read1]
1008type=IsaFake
1009pio_addr=8804615848515
1010pio_latency=1000
1011pio_size=8
1012platform=system.tsunami
1013ret_bad_addr=false
1014ret_data16=65535
1015ret_data32=4294967295
1016ret_data64=18446744073709551615
1017ret_data8=255
1018system=system
1019update_data=false
1020warn_access=
1021pio=system.iobus.port[13]
1022
1023[system.tsunami.fake_pnp_read2]
1024type=IsaFake
1025pio_addr=8804615848579
1026pio_latency=1000
1027pio_size=8
1028platform=system.tsunami
1029ret_bad_addr=false
1030ret_data16=65535
1031ret_data32=4294967295
1032ret_data64=18446744073709551615
1033ret_data8=255
1034system=system
1035update_data=false
1036warn_access=
1037pio=system.iobus.port[14]
1038
1039[system.tsunami.fake_pnp_read3]
1040type=IsaFake
1041pio_addr=8804615848643
1042pio_latency=1000
1043pio_size=8
1044platform=system.tsunami
1045ret_bad_addr=false
1046ret_data16=65535
1047ret_data32=4294967295
1048ret_data64=18446744073709551615
1049ret_data8=255
1050system=system
1051update_data=false
1052warn_access=
1053pio=system.iobus.port[15]
1054
1055[system.tsunami.fake_pnp_read4]
1056type=IsaFake
1057pio_addr=8804615848707
1058pio_latency=1000
1059pio_size=8
1060platform=system.tsunami
1061ret_bad_addr=false
1062ret_data16=65535
1063ret_data32=4294967295
1064ret_data64=18446744073709551615
1065ret_data8=255
1066system=system
1067update_data=false
1068warn_access=
1069pio=system.iobus.port[16]
1070
1071[system.tsunami.fake_pnp_read5]
1072type=IsaFake
1073pio_addr=8804615848771
1074pio_latency=1000
1075pio_size=8
1076platform=system.tsunami
1077ret_bad_addr=false
1078ret_data16=65535
1079ret_data32=4294967295
1080ret_data64=18446744073709551615
1081ret_data8=255
1082system=system
1083update_data=false
1084warn_access=
1085pio=system.iobus.port[17]
1086
1087[system.tsunami.fake_pnp_read6]
1088type=IsaFake
1089pio_addr=8804615848835
1090pio_latency=1000
1091pio_size=8
1092platform=system.tsunami
1093ret_bad_addr=false
1094ret_data16=65535
1095ret_data32=4294967295
1096ret_data64=18446744073709551615
1097ret_data8=255
1098system=system
1099update_data=false
1100warn_access=
1101pio=system.iobus.port[18]
1102
1103[system.tsunami.fake_pnp_read7]
1104type=IsaFake
1105pio_addr=8804615848899
1106pio_latency=1000
1107pio_size=8
1108platform=system.tsunami
1109ret_bad_addr=false
1110ret_data16=65535
1111ret_data32=4294967295
1112ret_data64=18446744073709551615
1113ret_data8=255
1114system=system
1115update_data=false
1116warn_access=
1117pio=system.iobus.port[19]
1118
1119[system.tsunami.fake_pnp_write]
1120type=IsaFake
1121pio_addr=8804615850617
1122pio_latency=1000
1123pio_size=8
1124platform=system.tsunami
1125ret_bad_addr=false
1126ret_data16=65535
1127ret_data32=4294967295
1128ret_data64=18446744073709551615
1129ret_data8=255
1130system=system
1131update_data=false
1132warn_access=
1133pio=system.iobus.port[11]
1134
1135[system.tsunami.fake_ppc]
1136type=IsaFake
1137pio_addr=8804615848891
1138pio_latency=1000
1139pio_size=8
1140platform=system.tsunami
1141ret_bad_addr=false
1142ret_data16=65535
1143ret_data32=4294967295
1144ret_data64=18446744073709551615
1145ret_data8=255
1146system=system
1147update_data=false
1148warn_access=
1149pio=system.iobus.port[8]
1150
1151[system.tsunami.fake_sm_chip]
1152type=IsaFake
1153pio_addr=8804615848816
1154pio_latency=1000
1155pio_size=8
1156platform=system.tsunami
1157ret_bad_addr=false
1158ret_data16=65535
1159ret_data32=4294967295
1160ret_data64=18446744073709551615
1161ret_data8=255
1162system=system
1163update_data=false
1164warn_access=
1165pio=system.iobus.port[3]
1166
1167[system.tsunami.fake_uart1]
1168type=IsaFake
1169pio_addr=8804615848696
1170pio_latency=1000
1171pio_size=8
1172platform=system.tsunami
1173ret_bad_addr=false
1174ret_data16=65535
1175ret_data32=4294967295
1176ret_data64=18446744073709551615
1177ret_data8=255
1178system=system
1179update_data=false
1180warn_access=
1181pio=system.iobus.port[4]
1182
1183[system.tsunami.fake_uart2]
1184type=IsaFake
1185pio_addr=8804615848936
1186pio_latency=1000
1187pio_size=8
1188platform=system.tsunami
1189ret_bad_addr=false
1190ret_data16=65535
1191ret_data32=4294967295
1192ret_data64=18446744073709551615
1193ret_data8=255
1194system=system
1195update_data=false
1196warn_access=
1197pio=system.iobus.port[5]
1198
1199[system.tsunami.fake_uart3]
1200type=IsaFake
1201pio_addr=8804615848680
1202pio_latency=1000
1203pio_size=8
1204platform=system.tsunami
1205ret_bad_addr=false
1206ret_data16=65535
1207ret_data32=4294967295
1208ret_data64=18446744073709551615
1209ret_data8=255
1210system=system
1211update_data=false
1212warn_access=
1213pio=system.iobus.port[6]
1214
1215[system.tsunami.fake_uart4]
1216type=IsaFake
1217pio_addr=8804615848944
1218pio_latency=1000
1219pio_size=8
1220platform=system.tsunami
1221ret_bad_addr=false
1222ret_data16=65535
1223ret_data32=4294967295
1224ret_data64=18446744073709551615
1225ret_data8=255
1226system=system
1227update_data=false
1228warn_access=
1229pio=system.iobus.port[7]
1230
1231[system.tsunami.fb]
1232type=BadDevice
1233devicename=FrameBuffer
1234pio_addr=8804615848912
1235pio_latency=1000
1236platform=system.tsunami
1237system=system
1238pio=system.iobus.port[22]
1239
1240[system.tsunami.ide]
1241type=IdeController
1242BAR0=1
1243BAR0LegacyIO=false
1244BAR0Size=8
1245BAR1=1
1246BAR1LegacyIO=false
1247BAR1Size=4
1248BAR2=1
1249BAR2LegacyIO=false
1250BAR2Size=8
1251BAR3=1
1252BAR3LegacyIO=false
1253BAR3Size=4
1254BAR4=1
1255BAR4LegacyIO=false
1256BAR4Size=16
1257BAR5=1
1258BAR5LegacyIO=false
1259BAR5Size=0
1260BIST=0
1261CacheLineSize=0
1262CardbusCIS=0
1263ClassCode=1
1264Command=0
1265DeviceID=28945
1266ExpansionROM=0
1267HeaderType=0
1268InterruptLine=31
1269InterruptPin=1
1270LatencyTimer=0
1271MaximumLatency=0
1272MinimumGrant=0
1273ProgIF=133
1274Revision=0
1275Status=640
1276SubClassCode=1
1277SubsystemID=0
1278SubsystemVendorID=0
1279VendorID=32902
1280config_latency=20000
1281disks=system.disk0 system.disk2
1282max_backoff_delay=10000000
1283min_backoff_delay=4000
1284pci_bus=0
1285pci_dev=0
1286pci_func=0
1287pio_latency=1000
1288platform=system.tsunami
1289system=system
1290config=system.iobus.port[31]
1291dma=system.iobus.port[32]
1292pio=system.iobus.port[26]
1293
1294[system.tsunami.io]
1295type=TsunamiIO
1296frequency=976562500
1297pio_addr=8804615847936
1298pio_latency=1000
1299platform=system.tsunami
1300system=system
1301time=Thu Jan  1 00:00:00 2009
1302tsunami=system.tsunami
1303year_is_bcd=false
1304pio=system.iobus.port[23]
1305
1306[system.tsunami.pchip]
1307type=TsunamiPChip
1308pio_addr=8802535473152
1309pio_latency=1000
1310platform=system.tsunami
1311system=system
1312tsunami=system.tsunami
1313pio=system.iobus.port[2]
1314
1315[system.tsunami.pciconfig]
1316type=PciConfigAll
1317bus=0
1318pio_latency=1
1319platform=system.tsunami
1320size=16777216
1321system=system
1322pio=system.iobus.default
1323
1324[system.tsunami.uart]
1325type=Uart8250
1326pio_addr=8804615848952
1327pio_latency=1000
1328platform=system.tsunami
1329system=system
1330terminal=system.terminal
1331pio=system.iobus.port[24]
1332
1333