Port-sparc64 archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: NetBSD-8.xx fails to boot on ultra 45



On Tue, 5 Mar 2019, Martin Husemann wrote:

On Mon, Mar 04, 2019 at 08:56:08PM +0100, Magnus Lindholm wrote:
Hi,

I read in the mail archives that there are known issues with booting NetBSD
8.0 on the Sun Ultra-45. I tried booting the NetBSD-8.99.35 iso and it also
fails. I get to the point where the audio driver is loaded, then the system
freezes. In the previous mail thread the kernel stack space usage was
suspected to cause this. Any news on this issue? If I want to run NetBSD on
my Ultra-45 should I install an older version of NetBSD and then try to
build a more recent kernel with increased kernel stack space?

I don't have a U45 myself, can you help me understand the stack issue?
I have no problem bumping it up in general, but first would like to see
what actually causes the issue and if there is a better fix.

Which audio driver does attach on the U45?

Can you boot into ddb (Stop-A after the memory test and then "boot netbsd -d"),
try to set a breakpoint on that audio drivers attach function, e.g. like:

 db> b autri_attach
 db> c

and when it hits that breackpoint show the output of

 db> bt

and

 db> mach stack

please? Photos of the first page are fine, full captured output from serial
console would be even better.

Thanks!

Martin

  Hi, Martin.

  I hadn't been looking at this list recently until this weekend.

  Here's the stack dumps from my U45 (with 3 page stack size).  Another
thing is that on one of my earlier boots, I had dumped the first page of
the stack when it stopped at audioattach, and I noticed that the end of
that page had been modified - which would have been below a 2 page stack.



Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
    2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017
    The NetBSD Foundation, Inc.  All rights reserved.
Copyright (c) 1982, 1986, 1989, 1991, 1993
    The Regents of the University of California.  All rights reserved.

NetBSD 8.99.2 (GENERIC) #1: Mon Jan 14 16:21:21 MST 2019
        mhitch%net8.msu.montana.edu@localhost:/home/mhitch/NetBSD-current/OBJ/sparc64/home/mhitch/NetBSD-current/src/sys/arch/sparc64/compile/GENERIC
total memory = 2048 MB
avail memory = 1993 MB
running cgd selftest aes-xts-256 aes-xts-512 done
Stopped in pid 0.1 (system) at  netbsd:cpu_Debugger+0x4:        nop
db{0}> break audioattach
db{0}> cont

mainbus0 (root): SUNW,A70 (Sun Ultra 45 Workstation): hostid 8480f250
cpu0 at mainbus0: SUNW,UltraSPARC-IIIi @ 1600 MHz, CPU id 0
cpu0: manuf 3e, impl 16, mask 34
cpu0: system tick frequency 20 MHz
cpu0: 32K instruction (32 b/l), 64K data (32 b/l), 1024K external (64 b/l)
cpu1 at mainbus0: SUNW,UltraSPARC-IIIi @ 1600 MHz, CPU id 1
cpu1: manuf 3e, impl 16, mask 34
cpu1: system tick frequency 20 MHz
cpu1: 32K instruction (32 b/l), 64K data (32 b/l), 1024K external (64 b/l)
memory-controller at mainbus0 not configured
memory-controller at mainbus0 not configured
pyro0 at mainbus0: "Fire", rev 3, ign 780, bus A 2 to 12
pyro0: pci0 at pyro0
ppb0 at pci0 dev 0 function 0: PLX Technology product 8532 (rev. 0xbb)
ppb0: PCI Express capability version 1 <Upstream Port of PCI-E Switch>
pci1 at ppb0 bus 3
ppb1 at pci1 dev 1 function 0: PLX Technology product 8532 (rev. 0xbb)
ppb1: PCI Express capability version 1 <Downstream Port of PCI-E Switch> x2 @ 2.5GT/s
pci2 at ppb1 bus 4
ppb2 at pci2 dev 0 function 0: Acer Labs M5249 Hypertransport to PCI Bridge (rev. 0x00)
ppb2: PCI Express capability version 1 <PCI-E to PCI/PCI-X Bridge>
pci3 at ppb2 bus 5
ohci0 at pci3 dev 28 function 0: Acer Labs M5237 USB 1.1 Host Controller (rev. 0x03)
ohci0: interrupting at ivec 780
ohci0: OHCI version 1.0, legacy support
usb0 at ohci0: USB revision 1.0
ohci1 at pci3 dev 28 function 1: Acer Labs M5237 USB 1.1 Host Controller (rev. 0x03)
ohci1: interrupting at ivec 780
ohci1: OHCI version 1.0, legacy support
usb1 at ohci1: USB revision 1.0
ohci2 at pci3 dev 28 function 2: Acer Labs M5237 USB 1.1 Host Controller (rev. 0x03)
ohci2: interrupting at ivec 780
ohci2: OHCI version 1.0, legacy support
usb2 at ohci2: USB revision 1.0
ehci0 at pci3 dev 28 function 3: Acer Labs M5239 USB 2.0 Host Controller (rev. 0x01)
ehci0: interrupting at ivec 781
ehci0: 3 companion controllers, 3 ports each: ohci0 ohci1 ohci2
usb3 at ehci0: USB revision 2.0
auacer0 at pci3 dev 29 function 0: Acer Labs M5455 Audio controller
auacer0: interrupting at ivec 785
auacer0: ac97: Analog Devices AD1981B codec; headphone, 20 bit DAC, no 3D stereo
auacer0: ac97: ext id 0x601<AC97_22,AMAP,VRA>
audiomatch: type=0 sa=0x20052b8 hw=0x1c0a050
audio0 at auacer0Breakpoint in pid 0.1 (system) at       netbsd:audioattach:     save            %
sp, -0x450, %sp
db{0}> bt
config_found_sm_loc(10249e088, 0, 0, 20052b8, 13b581c, 0) at netbsd:config_found
_sm_loc+0x30
config_found(10249e088, 20052b8, 13b581c, 20052c8, 101dddbb8, 101dddb18) at netb
sd:config_found+0x18
audio_attach_mi(1c0a050, 10249e388, 10249e088, 10249e5fc, 188f4f8, 10249e5fc) at
 netbsd:audio_attach_mi+0x34
auacer_attach(20053c8, 10249e088, 10249e4b0, 10249e3a0, 10249e398, 10249e388) at
 netbsd:auacer_attach+0x570
config_attach_loc(10249e088, 1, 0, 2005690, 18a9530, 1c92538) at netbsd:config_a
ttach_loc+0x218
config_found_sm_loc(102498048, 188de60, 2005688, 2005690, 106b384, 158e300) at n
etbsd:config_found_sm_loc+0x30
pci_probe_device(102546000, f00c991c0005e800, 0, f680, 101ddbeb8, e8) at netbsd:
pci_probe_device+0x550
sparc64_pci_enumerate_bus(102546000, 16ab1c0, 0, 18c9e30, 188ee88, fffffffff00c9
91c) at netbsd:sparc64_pci_enumerate_bus+0x32c
pcirescan(102498048, 188de60, 16ab1c0, 101dd59e8, 1, 102546000) at netbsd:pcires
can+0xa0
pciattach(0, 102498048, 2005c28, 1892cf0, 0, 102546000) at netbsd:pciattach+0x20
c
config_attach_loc(102498048, 1, 0, 2005c28, 188de60, 1c92538) at netbsd:config_a
ttach_loc+0x218
config_found_sm_loc(102498348, 188e390, 0, 2005c28, 10789d0, 0) at netbsd:config
_found_sm_loc+0x30
config_found_ia(102498348, 188e390, 2005c28, 10789d0, 2005c24, 1) at netbsd:conf
ig_found_ia+0x18
ppbattach(5, 102498348, 2005f00, 5, 101ddbeb8, 102498658) at netbsd:ppbattach+0x
4d8
config_attach_loc(102498348, 1, 0, 2005f00, 18a7e18, 1c92538) at netbsd:config_a
ttach_loc+0x218
config_found_sm_loc(102498948, 188de60, 2005ef8, 2005f00, 106b384, 158e300) at n
etbsd:config_found_sm_loc+0x30
pci_probe_device(102534000, f00af95000040000, 0, 0, 101ddbeb8, 0) at netbsd:pci_
probe_device+0x550
sparc64_pci_enumerate_bus(102534000, 16ab1c0, 0, 18c9e30, 188ee88, fffffffff00af
950) at netbsd:sparc64_pci_enumerate_bus+0x32c
pcirescan(102498948, 188de60, 16ab1c0, 101dd5b38, 1, 102534000) at netbsd:pcires
can+0xa0
pciattach(0, 102498948, 2006498, 1892cf0, 0, 102534000) at netbsd:pciattach+0x20
c
config_attach_loc(102498948, 1, 0, 2006498, 188de60, 1c92538) at netbsd:config_a
ttach_loc+0x218
config_found_sm_loc(102498c48, 188e390, 0, 2006498, 10789d0, 0) at netbsd:config
_found_sm_loc+0x30
config_found_ia(102498c48, 188e390, 2006498, 10789d0, 2006494, 1) at netbsd:conf
ig_found_ia+0x18
ppbattach(4, 102498c48, 2006770, 5, 101ddbeb8, 102498f58) at netbsd:ppbattach+0x
4d8
config_attach_loc(102498c48, 1, 0, 2006770, 18a7e18, 1c92538) at netbsd:config_a
ttach_loc+0x218
config_found_sm_loc(102499248, 188de60, 2006768, 2006770, 106b384, 158e300) at n
etbsd:config_found_sm_loc+0x30
pci_probe_device(102522000, f00ae12c00030800, 0, 880, 101ddbeb8, 8) at netbsd:pc
i_probe_device+0x550
sparc64_pci_enumerate_bus(102522000, 16ab1c0, 0, 18c9e30, 188ee88, fffffffff00ae
12c) at netbsd:sparc64_pci_enumerate_bus+0x32c
pcirescan(102499248, 188de60, 16ab1c0, 101dd5c88, 1, 102522000) at netbsd:pcires
can+0xa0
pciattach(0, 102499248, 2006d08, 1892cf0, 0, 102522000) at netbsd:pciattach+0x20
c
config_attach_loc(102499248, 1, 0, 2006d08, 188de60, 1c92538) at netbsd:config_a
ttach_loc+0x218
config_found_sm_loc(102499548, 188e390, 0, 2006d08, 10789d0, 0) at netbsd:config
_found_sm_loc+0x30
config_found_ia(102499548, 188e390, 2006d08, 10789d0, 2006d04, 1) at netbsd:conf
ig_found_ia+0x18
ppbattach(3, 102499548, 2006fe0, c, 101ddbeb8, 102499858) at netbsd:ppbattach+0x
4d8
config_attach_loc(102499548, 1, 0, 2006fe0, 18a7e18, 1c92538) at netbsd:config_a
ttach_loc+0x218
config_found_sm_loc(102499b48, 188de60, 2006fd8, 2006fe0, 106b384, 158e300) at n
etbsd:config_found_sm_loc+0x30
pci_probe_device(102510000, f00ac90800020000, 0, 0, 101ddbeb8, 0) at netbsd:pci_
probe_device+0x550
sparc64_pci_enumerate_bus(102510000, 16ab1c0, 0, 18c9e30, 188ee88, fffffffff00ac
908) at netbsd:sparc64_pci_enumerate_bus+0x32c
pcirescan(102499b48, 188de60, 16ab1c0, 101dd5dd8, 1, 102510000) at netbsd:pcires
can+0xa0
pciattach(0, 102499b48, 2007598, 1892cf0, 0, 102510000) at netbsd:pciattach+0x20
c
config_attach_loc(102499b48, 1, 0, 2007598, 188de60, 1c92538) at netbsd:config_a
ttach_loc+0x218
config_found_sm_loc(101da0008, 0, 0, 2007598, 101d654, 0) at netbsd:config_found
_sm_loc+0x30
config_found(101da0008, 2007598, 101d654, 102496008, 0, 1810) at netbsd:config_f
ound+0x18
pyro_init(101ddbf18, 1, 64000, 2, 101ddbeb8, 101d72dd8) at netbsd:pyro_init+0x25
4
pyro_attach(101da0908, 101da0008, 2007980, 101da093c, 4000f600000, 101ddbf18) at
 netbsd:pyro_attach+0x108
config_attach_loc(101da0008, 1, 0, 2007980, 188eaa8, 1c92538) at netbsd:config_a
ttach_loc+0x218
config_found_sm_loc(101da0908, 0, 0, 2007980, 103d000, 0) at netbsd:config_found
_sm_loc+0x30
config_found(101da0908, 2007980, 103d000, 20079bc, 20079a0, ffffffffffffffff) at
 netbsd:config_found+0x18
mainbus_attach(1890828, 101da0908, 188dc30, fffffffff0064270, 16a40e8, 0) at net
bsd:mainbus_attach+0x3a4
config_attach_loc(101da0908, 1, 0, 0, 18926e0, 1c92538) at netbsd:config_attach_
loc+0x218
config_attach(0, 1c90108, 0, 0, 18865ca, ffff) at netbsd:config_attach+0x14
config_rootfound(18926e0, 0, 2007cb8, 80, 101d94448, 1c9a541) at netbsd:config_r
ootfound+0x24
cpu_configure(1c00000, 18926c8, 103ced0, 1cdd800, 0, 1c9a495) at netbsd:cpu_conf
igure+0x408
main(0, 15453f8, 1c01800, 1890828, 188dc30, e0048000) at netbsd:main+0x364
cpu_initialize(f005bf08, 116000, 0, b, fff21c48, 41) at netbsd:cpu_initialize+0x
154
db{0}> mach stack
Window 0 frame64 0x2004fe0 locals, ins:
10249e088 1920ff8 191fce8 d 0 5 3 3e
1024b3bc8 1 0 20052b8 18929e8 1c92538 2004891=sp 158f084=pc:netbsd:config_found_
sm_loc+0x30
Window 1 frame64 0x2005090 locals, ins:
1f 1 0 40 0 0 ffffffff40000000 40
10249e088 0 0 20052b8 13b581c 0 2004951=sp 158f164=pc:netbsd:config_found+0x18
Window 2 frame64 0x2005150 locals, ins:
1024b0018 0 1f 780 1024b0858 1024b08a0 1 fffffffff0064270
10249e088 20052b8 13b581c 20052c8 101dddbb8 101dddb18 2004a01=sp 13b60c8=pc:netb
sd:audio_attach_mi+0x34
Window 3 frame64 0x2005200 locals, ins:
18f88a8 18403c8 0 101d72ea0 0 ffffe000 100 0
1c0a050 10249e388 10249e088 10249e5fc 188f4f8 10249e5fc 2004ad1=sp 10a2130=pc:ne
tbsd:auacer_attach+0x570
Window 4 frame64 0x20052d0 locals, ins:
1c946d8 191ce90 1926a38 101defad0 191ce80 1899508 10249e088 191cae0
20053c8 10249e088 10249e4b0 10249e3a0 10249e398 10249e388 2004c11=sp 158f008=pc:
netbsd:config_attach_loc+0x218
Window 5 frame64 0x2005410 locals, ins:
102498048 0 0 fffff000 208000 d 0 0
10249e088 1 0 2005690 18a9530 1c92538 2004cc1=sp 158f084=pc:netbsd:config_found_
sm_loc+0x30
Window 6 frame64 0x20054c0 locals, ins:
0 1 2000 1 65 73 0 0
102498048 188de60 2005688 2005690 106b384 158e300 2004d81=sp 106c5e0=pc:netbsd:p
ci_probe_device+0x550
Window 7 frame64 0x2005580 locals, ins:
4 0 28 e8 80f010 10b9 545510b9 126f
102546000 f00c991c0005e800 0 f680 101ddbeb8 e8 2004ef1=sp 101f3a0=pc:netbsd:spar
c64_pci_enumerate_bus+0x32c
Window 8 frame64 0x20056f0 locals, ins:
40 21 188f8f0 101ddbeb8 188eec0 800000 0 f00c991c0005e800
102546000 16ab1c0 0 18c9e30 188ee88 fffffffff00c991c 2004ff1=sp 106af04=pc:netbs
d:pcirescan+0xa0
Window 9 frame64 0x20057f0 locals, ins:
1912280 1935d08 0 0 0 2005b68 73 2005758
102498048 188de60 16ab1c0 101dd59e8 1 102546000 20050a1=sp 106b120=pc:netbsd:pci
attach+0x20c
Window a frame64 0x20058a0 locals, ins:
0 191ce90 1926a38 101defcb0 191ce80 1899508 102498048 2
0 102498048 2005c28 1892cf0 0 102546000 2005151=sp 158f008=pc:netbsd:config_atta
ch_loc+0x218
Window b frame64 0x2005950 locals, ins:
102498348 101debc88 18 188dd38 1 0 10249b1d8 0
102498048 1 0 2005c28 188de60 1c92538 2005201=sp 158f084=pc:netbsd:config_found_
sm_loc+0x30
Window c frame64 0x2005a00 locals, ins:
6 60400 604 65 70 65 0 0
102498348 188e390 0 2005c28 10789d0 0 20052c1=sp 158f13c=pc:netbsd:config_found_
ia+0x18
Window d frame64 0x2005ac0 locals, ins:
1912280 1935d08 8000000000000000 800000000000000 4 7 0 0
102498348 188e390 2005c28 10789d0 2005c24 1 2005371=sp 1096b6c=pc:netbsd:ppbatta
ch+0x4d8
Window e frame64 0x2005b70 locals, ins:
102498648 7 710010 101defd10 191ce80 1899508 102498348 0
5 102498348 2005f00 5 101ddbeb8 102498658 2005481=sp 158f008=pc:netbsd:config_at
tach_loc+0x218
Window f frame64 0x2005c80 locals, ins:
102498948 7ffffffffffffff8 8000000000000000 800000000000000 0 7 0 0
102498348 1 0 2005f00 18a7e18 1c92538 2005531=sp 158f084=pc:netbsd:config_found_
sm_loc+0x30
Window 10 frame64 0x2005d30 locals, ins:
0 1 2000 40 0 0 0 0
102498948 188de60 2005ef8 2005f00 106b384 158e300 20055f1=sp 106c5e0=pc:netbsd:p
ci_probe_device+0x550
Window 11 frame64 0x2005df0 locals, ins:
4 0 18 0 10040 10b9 524910b9 126f
102534000 f00af95000040000 0 0 101ddbeb8 0 2005761=sp 101f3a0=pc:netbsd:sparc64_
pci_enumerate_bus+0x32c
Window 12 frame64 0x2005f60 locals, ins:
40 21 188f8f0 101ddbeb8 188eec0 10000 0 f00af95000040000
102534000 16ab1c0 0 18c9e30 188ee88 fffffffff00af950 2005861=sp 106af04=pc:netbs
d:pcirescan+0xa0
Window 13 frame64 0x2006060 locals, ins:
1912280 1935d08 0 0 0 20063d8 73 2005fc8
102498948 188de60 16ab1c0 101dd5b38 1 102534000 2005911=sp 106b120=pc:netbsd:pci
attach+0x20c
Window 14 frame64 0x2006110 locals, ins:
0 191ce90 1926a38 101defd70 191ce80 1899508 102498948 2
0 102498948 2006498 1892cf0 0 102534000 20059c1=sp 158f008=pc:netbsd:config_atta
ch_loc+0x218
Window 15 frame64 0x20061c0 locals, ins:
102498c48 0 0 0 1 0 73 0
102498948 1 0 2006498 188de60 1c92538 2005a71=sp 158f084=pc:netbsd:config_found_
sm_loc+0x30
Window 16 frame64 0x2006270 locals, ins:
6 60400 604 65 70 65 0 0
102498c48 188e390 0 2006498 10789d0 0 2005b31=sp 158f13c=pc:netbsd:config_found_
ia+0x18
Window 17 frame64 0x2006330 locals, ins:
1912280 1935d08 8000000000000000 800000000000000 4 7 0 0
102498c48 188e390 2006498 10789d0 2006494 1 2005be1=sp 1096b6c=pc:netbsd:ppbatta
ch+0x4d8
Window 18 frame64 0x20063e0 locals, ins:
102498f48 1 2 101defdd0 191ce80 1899508 102498c48 0
4 102498c48 2006770 5 101ddbeb8 102498f58 2005cf1=sp 158f008=pc:netbsd:config_at
tach_loc+0x218
Window 19 frame64 0x20064f0 locals, ins:
102499248 7ffffffffffffff8 8000000000000000 800000000000000 0 7 0 ffffffffffffff
ff
102498c48 1 0 2006770 18a7e18 1c92538 2005da1=sp 158f084=pc:netbsd:config_found_
sm_loc+0x30
Window 1a frame64 0x20065a0 locals, ins:
0 1 2000 40 0 0 0 0
102499248 188de60 2006768 2006770 106b384 158e300 2005e61=sp 106c5e0=pc:netbsd:p
ci_probe_device+0x550
Window 1b frame64 0x2006660 locals, ins:
4 0 18 0 10040 10b5 853210b5 126f
102522000 f00ae12c00030800 0 880 101ddbeb8 8 2005fd1=sp 101f3a0=pc:netbsd:sparc6
4_pci_enumerate_bus+0x32c
Window 1c frame64 0x20067d0 locals, ins:
40 21 188f8f0 101ddbeb8 188eec0 10000 0 f00ae12c00030800
102522000 16ab1c0 0 18c9e30 188ee88 fffffffff00ae12c 20060d1=sp 106af04=pc:netbs
d:pcirescan+0xa0
Window 1d frame64 0x20068d0 locals, ins:
1912280 1935d08 0 0 0 2006c48 73 2006838
102499248 188de60 16ab1c0 101dd5c88 1 102522000 2006181=sp 106b120=pc:netbsd:pci
attach+0x20c
Window 1e frame64 0x2006980 locals, ins:
0 191ce90 1926a38 101defe30 191ce80 1899508 102499248 2
0 102499248 2006d08 1892cf0 0 102522000 2006231=sp 158f008=pc:netbsd:config_atta
ch_loc+0x218
Window 1f frame64 0x2006a30 locals, ins:
102499548 101debc88 18 188dd38 1 0 101d723d8 0
102499248 1 0 2006d08 188de60 1c92538 20062e1=sp 158f084=pc:netbsd:config_found_
sm_loc+0x30
Window 20 frame64 0x2006ae0 locals, ins:
6 60400 604 65 70 65 0 0
102499548 188e390 0 2006d08 10789d0 0 20063a1=sp 158f13c=pc:netbsd:config_found_
ia+0x18
Window 21 frame64 0x2006ba0 locals, ins:
1912280 1935d08 8000000000000000 800000000000000 4 7 0 ffffffffffffffff
102499548 188e390 2006d08 10789d0 2006d04 1 2006451=sp 1096b6c=pc:netbsd:ppbatta
ch+0x4d8
Window 22 frame64 0x2006c50 locals, ins:
102499848 5 510010 101defe90 191ce80 1899508 102499548 0
3 102499548 2006fe0 c 101ddbeb8 102499858 2006561=sp 158f008=pc:netbsd:config_at
tach_loc+0x218
Window 23 frame64 0x2006d60 locals, ins:
102499b48 0 0 fffe0000 100000 d 0 0
102499548 1 0 2006fe0 18a7e18 1c92538 2006611=sp 158f084=pc:netbsd:config_found_
sm_loc+0x30
Window 24 frame64 0x2006e10 locals, ins:
0 1 2000 40 0 0 0 0
102499b48 188de60 2006fd8 2006fe0 106b384 158e300 20066d1=sp 106c5e0=pc:netbsd:p
ci_probe_device+0x550
Window 25 frame64 0x2006ed0 locals, ins:
4 0 18 0 10040 10b5 853210b5 126f
102510000 f00ac90800020000 0 0 101ddbeb8 0 2006841=sp 101f3a0=pc:netbsd:sparc64_
pci_enumerate_bus+0x32c
Window 26 frame64 0x2007040 locals, ins:
40 21 188f8f0 101ddbeb8 188eec0 10000 0 f00ac90800020000
102510000 16ab1c0 0 18c9e30 188ee88 fffffffff00ac908 2006941=sp 106af04=pc:netbs
d:pcirescan+0xa0
Window 27 frame64 0x2007140 locals, ins:
1912280 1935d08 1920238 d 7 0 3 0
102499b48 188de60 16ab1c0 101dd5dd8 1 102510000 20069f1=sp 106b120=pc:netbsd:pci
attach+0x20c
Window 28 frame64 0x20071f0 locals, ins:
0 191ce90 1926a38 101defef0 191ce80 1899508 102499b48 2
0 102499b48 2007598 1892cf0 0 102510000 2006aa1=sp 158f008=pc:netbsd:config_atta
ch_loc+0x218
Window 29 frame64 0x20072a0 locals, ins:
101da0008 1920ff8 191fce8 e0048000 d 0 13f000 ffffffffffffffff
102499b48 1 0 2007598 188de60 1c92538 2006b51=sp 158f084=pc:netbsd:config_found_
sm_loc+0x30
Window 2a frame64 0x2007350 locals, ins:
1c014d8 101ddbf00 0 0 0 0 73 0
101da0008 0 0 2007598 101d654 0 2006c11=sp 158f164=pc:netbsd:config_found+0x18
Window 2b frame64 0x2007410 locals, ins:
101de40e0 1935d08 2000 65 70 65 100030 0
101da0008 2007598 101d654 102496008 0 1810 2006cc1=sp 101e0f0=pc:netbsd:pyro_ini
t+0x254
Window 2c frame64 0x20074c0 locals, ins:
1912280 1935d08 1919fa8 191a010 1919fe0 20075b0 73 0
101ddbf18 1 64000 2 101ddbeb8 101d72dd8 2006df1=sp 101e208=pc:netbsd:pyro_attach
+0x108
Window 2d frame64 0x20075f0 locals, ins:
101deff20 191ce90 1926a38 101deff50 191ce80 1899508 101da0008 0
101da0908 101da0008 2007980 101da093c 4000f600000 101ddbf18 2006ea1=sp 158f008=p
c:netbsd:config_attach_loc+0x218
Window 2e frame64 0x20076a0 locals, ins:
101da0908 1 0 101de4098 101de4099 101de409a 100030 0
101da0008 1 0 2007980 188eaa8 1c92538 2006f51=sp 158f084=pc:netbsd:config_found_
sm_loc+0x30
Window 2f frame64 0x2007750 locals, ins:
16 1 2000 20079c8 70 63 100030 0
101da0908 0 0 2007980 103d000 0 2007011=sp 158f164=pc:netbsd:config_found+0x18
Window 30 frame64 0x2007810 locals, ins:
101de4090 1935d08 fffffffffffffff8 38 8 1c88444 64 19177c8
101da0908 2007980 103d000 20079bc 20079a0 ffffffffffffffff 20070c1=sp 103d400=pc
:netbsd:mainbus_attach+0x3a4
Window 31 frame64 0x20078c0 locals, ins:
18c9e30 1c02ee8 1c02e88 101deff80 191ce80 1899508 101da0908 191cae0
1890828 101da0908 188dc30 fffffffff0064270 16a40e8 0 20071f1=sp 158f008=pc:netbs
d:config_attach_loc+0x218
Window 32 frame64 0x20079f0 locals, ins:
0 7ffffffffffffff8 8000000000000000 800000000000000 0 7 0 0
101da0908 1 0 0 18926e0 1c92538 20072a1=sp 158f188=pc:netbsd:config_attach+0x14
Window 33 frame64 0x2007aa0 locals, ins:
16 1 2000 1c9a510 1e05740 69 4000004d3 0
0 1c90108 0 0 18865ca ffff 2007351=sp 158f1bc=pc:netbsd:config_rootfound+0x24
Window 34 frame64 0x2007b50 locals, ins:
1886108 0 0 1c89741 0 1c88444 0 19177c8
18926e0 0 2007cb8 80 101d94448 1c9a541 2007401=sp 103e0a8=pc:netbsd:cpu_configur
e+0x408
Window 35 frame64 0x2007c00 locals, ins:
10000000 20000000 40000000 80000000 1c8a000 1925e28 1925e38 0
1c00000 18926c8 103ced0 1cdd800 0 1c9a495 2007541=sp 154575c=pc:netbsd:main+0x36
4
Window 36 frame64 0x2007d40 locals, ins:
18906e8 1c99c00 117000 1179cc e00000027f000074 ffffffffe0000002 0 0
0 15453f8 1c01800 1890828 188dc30 e0048000 2007621=sp 1012098=pc:netbsd:cpu_init
ialize+0x154
Window 37 frame64 0x2007e20 locals, ins:
1f08002 1000000 2 1fff 28 30 3 2018000
f005bf08 116000 0 b fff21c48 41 fff21651=sp 100030=pc:100030
Window 38 frame64 0xfff21e50 locals, ins:
fff72020 10e0 0 f0063540 10000 1001f59e0 0 7fff0007280
0 0 0 0 f005bf08 0 fff21701=sp 0=pc:0
Window 39 frame64 0xfff21f00 locals, ins:
0 0 0 0 0 0 0 0
0 0 0 0 0 0 0=sp 0=pc:0


---
Michael L. Hitch                        mhitch%montana.edu@localhost
Operations Consulting,  University Information Technology
Montana State University, Bozeman, MT     USA


Home | Main Index | Thread Index | Old Index