Port-sgimips archive

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

Re: Indigo R3000, Indigo R4000 and Indy R5000



Hi,

On 08/25/2018 11:39 AM, Naruaki.Etomi wrote:
> Hello!
> 
> I'm sorry for my poor English(make a tart rejoinder).
> It's hard to Google Translate it into English...

No worries, I understand you.

> 
>> Say, can we get a printout of sq0 related data in memory during kernel startup, maybe we spot the MAC address somewhere else as expected.
> I don't know what MAC address is where.
> 
> Try this kernel(add dump PROM routine).
> https://github.com/nullnilaki/NetBSD_irisboot/blob/master/IndigoR3K/re_netbsd.ecoff

The MAC address is actually in the PROM dump (full dump below):

```
[...]
[   1.0000050] 122 = 8
[   1.0000050] 123 = 0
[   1.0000050] 124 = 69
[   1.0000050] 125 = 11
[   1.0000050] 126 = 22
[   1.0000050] 127 = 33
[...]
```

> 
>> I currently only have one and it contains a disk with IRIX on it and I don't want to loose that.
> I pretty much agree!

I actually found a disk, but it gives errors with my current 
configuration:

```
sc0,1,0: cmd=0x0 timeout after 10 sec.  Resetting SCSI bus
```

This disk doesn't have a jumper header as the original disk, so the 
extra 6 pin cable of the disk sled is not in use. But I don't know which 
exact settings are needed (e.g. if SCSI termination should be enabled, 
although I assume not, if the external SCSI connector (which is already 
terminadted is attached to the same SCSI bus as the internal disks). I 
have to check the documentation.

> 
> If it's possible, would you try bootloadr by netboot?
> (instead of sash)
> 
> bootp()irisboot dksc(0,X,Y)/IRIX_kernel_name
> 
> This experiment is probably a failure.
> However, irisboot might load kernel.

Of course, that could also work. I'll try that and report back. Thanks.

Cheers,
Frank

****

```
>> eaddr

Ethernet address is ---- 08:00:69:11:22:33
>> boot
Setting $netaddr to 172.16.2.103 (from server )
Obtaining  from server
2829808+0+82736 entry: 0x80002000
[   1.0000000] arcemu: unknown console "", using serial
[   1.0000000] Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 
2003, 2004, 2005,
[   1.0000000]     2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 
2015, 2016, 2017,
[   1.0000000]     2018 The NetBSD Foundation, Inc.  All rights 
reserved.
[   1.0000000] Copyright (c) 1982, 1986, 1989, 1991, 1993
[   1.0000000]     The Regents of the University of California.  All 
rights reserved.

[   1.0000000] NetBSD 8.99.24 (GENERIC32_IP12) #8: Sat Aug 25 09:03:33 
UTC 2018
[   1.0000000]  naruaki@:/usr/obj.sgimips/sys/arch/sgimips/compile
/GENERIC32_IP12
[   1.0000000] total memory = 24576 KB
[   1.0000000] (0 reserved for ARCS)
[   1.0000000] avail memory = 21124 KB
[   1.0000000] WARNING: module error: sequencer: can't find builtin 
dependency `midi'
[   1.0000000] mainbus0 (root): SGI-IP12 [SGI, IP12], 1 processor
[   1.0000000] cpu0 at mainbus0: MIPS R3000A CPU (0x230) Rev. 3.0 with 
MIPS R3010 FPC Rev. 4.0
[   1.0000000] cpu0: 32KB/4B direct-mapped Instruction cache, 64 TLB 
entries
[   1.0000000] cpu0: 32KB/4B direct-mapped write-through Data cache
[   1.0000000] int0 at mainbus0 addr 0x1fb801c0
[   1.0000050] pic0 at mainbus0 addr 0x1fa00000
[   1.0000050] pic0: Revision B: dblk (0x2), iblk (0x8)
[   1.0000050] pic0: Indigo R3000, board revision 1
[   1.0000050] pic0: cache disabled, store partial, bus drive
[   1.0000050] gio0 at pic0
[   1.0000050] light0 at gio0: SGI LG2 (board revision 3)
[   1.0000050] wsdisplay0 at light0 kbdmux 1
[   1.0000050] hpc0 at gio0: SGI HPC1.5 (onboard)
[   1.0000050] zsc0 at hpc0 offset 0xd10arcemu: unknown console "", 
using serial

[   1.0000050] zstty0 at zsc0 channel 1 (console i/o)
[   1.0000050] zstty1 at zsc0 channel 0
[   1.0000050] zsc1 at hpc0 offset 0xd00arcemu: unknown console "", 
using serial

[   1.0000050] zsms0 at zsc1 channel 1: baud rate 4800
[   1.0000050] wsmouse0 at zsms0 mux 0
[   1.0000050] zskbd0 at zsc1 channel 0: baud rate 600
[   1.0000050] wskbd0 at zskbd0 mux 1
[   1.0000050] sq0 at hpc0 offset 0x100: SGI Seeq 8003
[   1.0000050] sq0: Ethernet address 00:00:00:00:00:00
[   1.0000050] --PROM DUMP---
[   1.0000050] 0 = 63
[   1.0000050] 1 = 56
[   1.0000050] 2 = 31
[   1.0000050] 3 = 37
[   1.0000050] 4 = 32
[   1.0000050] 5 = 2e
[   1.0000050] 6 = 31
[   1.0000050] 7 = 36
[   1.0000050] 8 = 2e
[   1.0000050] 9 = 32
[   1.0000050] 10 = 2e
[   1.0000050] 11 = 31
[   1.0000050] 12 = 30
[   1.0000050] 13 = 33
[   1.0000050] 14 = 0
[   1.0000050] 15 = 0
[   1.0000050] 16 = 0
[   1.0000050] 17 = 0
[   1.0000050] 18 = 39
[   1.0000050] 19 = 36
[   1.0000050] 20 = 30
[   1.0000050] 21 = 30
[   1.0000050] 22 = 0
[   1.0000050] 23 = 31
[   1.0000050] 24 = 32
[   1.0000050] 25 = 30
[   1.0000050] 26 = 30
[   1.0000050] 27 = 0
[   1.0000050] 28 = 64
[   1.0000050] 29 = 0
[   1.0000050] 30 = 0
[   1.0000050] 31 = 0
[   1.0000050] 32 = 0
[   1.0000050] 33 = 0
[   1.0000050] 34 = 0
[   1.0000050] 35 = 0
[   1.0000050] 36 = 0
[   1.0000050] 37 = 0
[   1.0000050] 38 = 0
[   1.0000050] 39 = 0
[   1.0000050] 40 = 0
[   1.0000050] 41 = 0
[   1.0000050] 42 = 0
[   1.0000050] 43 = 0
[   1.0000050] 44 = 0
[   1.0000050] 45 = 0
[   1.0000050] 46 = 0
[   1.0000050] 47 = ff
[   1.0000050] 48 = ff
[   1.0000050] 49 = fe
[   1.0000050] 50 = 30
[   1.0000050] 51 = 0
[   1.0000050] 52 = 62
[   1.0000050] 53 = 6f
[   1.0000050] 54 = 6f
[   1.0000050] 55 = 74
[   1.0000050] 56 = 70
[   1.0000050] 57 = 28
[   1.0000050] 58 = 29
[   1.0000050] 59 = 3a
[   1.0000050] 60 = 0
[   1.0000050] 61 = 0
[   1.0000050] 62 = 0
[   1.0000050] 63 = 0
[   1.0000050] 64 = 0
[   1.0000050] 65 = 0
[   1.0000050] 66 = 0
[   1.0000050] 67 = 0
[   1.0000050] 68 = 0
[   1.0000050] 69 = 0
[   1.0000050] 70 = 0
[   1.0000050] 71 = 0
[   1.0000050] 72 = 0
[   1.0000050] 73 = 0
[   1.0000050] 74 = 0
[   1.0000050] 75 = 0
[   1.0000050] 76 = 0
[   1.0000050] 77 = 0
[   1.0000050] 78 = 0
[   1.0000050] 79 = 0
[   1.0000050] 80 = 0
[   1.0000050] 81 = 0
[   1.0000050] 82 = 0
[   1.0000050] 83 = 0
[   1.0000050] 84 = 0
[   1.0000050] 85 = 0
[   1.0000050] 86 = 0
[   1.0000050] 87 = 0
[   1.0000050] 88 = 0
[   1.0000050] 89 = 0
[   1.0000050] 90 = 0
[   1.0000050] 91 = 0
[   1.0000050] 92 = 0
[   1.0000050] 93 = 0
[   1.0000050] 94 = 0
[   1.0000050] 95 = 0
[   1.0000050] 96 = 0
[   1.0000050] 97 = 0
[   1.0000050] 98 = 0
[   1.0000050] 99 = 0
[   1.0000050] 100 = 0
[   1.0000050] 101 = 0
[   1.0000050] 102 = 0
[   1.0000050] 103 = 70
[   1.0000050] 104 = 6a
[   1.0000050] 105 = 69
[   1.0000050] 106 = 67
[   1.0000050] 107 = 63
[   1.0000050] 108 = 66
[   1.0000050] 109 = 65
[   1.0000050] 110 = 67
[   1.0000050] 111 = 67
[   1.0000050] 112 = 62
[   1.0000050] 113 = 66
[   1.0000050] 114 = 63
[   1.0000050] 115 = 6d
[   1.0000050] 116 = 69
[   1.0000050] 117 = 66
[   1.0000050] 118 = 0
[   1.0000050] 119 = 31
[   1.0000050] 120 = 32
[   1.0000050] 121 = 38
[   1.0000050] 122 = 8
[   1.0000050] 123 = 0
[   1.0000050] 124 = 69
[   1.0000050] 125 = 11
[   1.0000050] 126 = 22
[   1.0000050] 127 = 33
[   1.0000050] 128 = ff
[   1.0000050] 129 = ff
[   1.0000050] 130 = ff
[   1.0000050] 131 = ff
[   1.0000050] 132 = ff
[   1.0000050] 133 = ff
[   1.0000050] 134 = ff
[   1.0000050] 135 = ff
[   1.0000050] 136 = ff
[   1.0000050] 137 = ff
[   1.0000050] 138 = ff
[   1.0000050] 139 = ff
[   1.0000050] 140 = ff
[   1.0000050] 141 = ff
[   1.0000050] 142 = ff
[   1.0000050] 143 = ff
[   1.0000050] 144 = ff
[   1.0000050] 145 = ff
[   1.0000050] 146 = ff
[   1.0000050] 147 = ff
[   1.0000050] 148 = ff
[   1.0000050] 149 = ff
[   1.0000050] 150 = ff
[   1.0000050] 151 = ff
[   1.0000050] 152 = ff
[   1.0000050] 153 = ff
[   1.0000050] 154 = ff
[   1.0000050] 155 = ff
[   1.0000050] 156 = ff
[   1.0000050] 157 = ff
[   1.0000050] 158 = ff
[   1.0000050] 159 = ff
[   1.0000050] 160 = ff
[   1.0000050] 161 = ff
[   1.0000050] 162 = ff
[   1.0000050] 163 = ff
[   1.0000050] 164 = ff
[   1.0000050] 165 = ff
[   1.0000050] 166 = ff
[   1.0000050] 167 = ff
[   1.0000050] 168 = ff
[   1.0000050] 169 = ff
[   1.0000050] 170 = ff
[   1.0000050] 171 = ff
[   1.0000050] 172 = ff
[   1.0000050] 173 = ff
[   1.0000050] 174 = ff
[   1.0000050] 175 = ff
[   1.0000050] 176 = ff
[   1.0000050] 177 = ff
[   1.0000050] 178 = ff
[   1.0000050] 179 = ff
[   1.0000050] 180 = ff
[   1.0000050] 181 = ff
[   1.0000050] 182 = ff
[   1.0000050] 183 = ff
[   1.0000050] 184 = ff
[   1.0000050] 185 = ff
[   1.0000050] 186 = ff
[   1.0000050] 187 = ff
[   1.0000050] 188 = ff
[   1.0000050] 189 = ff
[   1.0000050] 190 = ff
[   1.0000050] 191 = ff
[   1.0000050] 192 = ff
[   1.0000050] 193 = ff
[   1.0000050] 194 = ff
[   1.0000050] 195 = ff
[   1.0000050] 196 = ff
[   1.0000050] 197 = ff
[   1.0000050] 198 = ff
[   1.0000050] 199 = ff
[   1.0000050] 200 = ff
[   1.0000050] 201 = ff
[   1.0000050] 202 = ff
[   1.0000050] 203 = ff
[   1.0000050] 204 = ff
[   1.0000050] 205 = ff
[   1.0000050] 206 = ff
[   1.0000050] 207 = ff
[   1.0000050] 208 = ff
[   1.0000050] 209 = ff
[   1.0000050] 210 = ff
[   1.0000050] 211 = ff
[   1.0000050] 212 = ff
[   1.0000050] 213 = ff
[   1.0000050] 214 = ff
[   1.0000050] 215 = ff
[   1.0000050] 216 = ff
[   1.0000050] 217 = ff
[   1.0000050] 218 = ff
[   1.0000050] 219 = ff
[   1.0000050] 220 = ff
[   1.0000050] 221 = ff
[   1.0000050] 222 = ff
[   1.0000050] 223 = ff
[   1.0000050] 224 = ff
[   1.0000050] 225 = ff
[   1.0000050] 226 = ff
[   1.0000050] 227 = ff
[   1.0000050] 228 = ff
[   1.0000050] 229 = ff
[   1.0000050] 230 = ff
[   1.0000050] 231 = ff
[   1.0000050] 232 = ff
[   1.0000050] 233 = ff
[   1.0000050] 234 = ff
[   1.0000050] 235 = ff
[   1.0000050] 236 = ff
[   1.0000050] 237 = ff
[   1.0000050] 238 = ff
[   1.0000050] 239 = ff
[   1.0000050] 240 = ff
[   1.0000050] 241 = ff
[   1.0000050] 242 = ff
[   1.0000050] 243 = ff
[   1.0000050] 244 = ff
[   1.0000050] 245 = ff
[   1.0000050] 246 = ff
[   1.0000050] 247 = ff
[   1.0000050] 248 = ff
[   1.0000050] 249 = ff
[   1.0000050] 250 = ff
[   1.0000050] 251 = ff
[   1.0000050] 252 = ff
[   1.0000050] 253 = ff
[   1.0000050] 254 = ff
[   1.0000050] 255 = ff
[   1.0000050] --PROM DUMP---
[   1.0000050] wdsc0 at hpc0 offset 0x11f: WD33C93A (20.0 MHz clock, 
BURST DMA, SCSI ID 0)
[   1.0000050] scsibus0 at wdsc0: 8 targets, 8 luns per target
[   1.0000050] dpclock0 at mainbus0 addr 0x1fb80e00
[   1.5613250] scsibus0: waiting 2 seconds for devices to settle...
[   2.2596610] WARNING: module error: sequencer: can't find builtin 
dependency `midi'
[   5.4696610] boot device: sq0
[   5.5022130] root on sq0
[...]
```


Home | Main Index | Thread Index | Old Index