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 08:13 AM, Naruaki.Etomi wrote:
Try this kernel.
https://github.com/nullnilaki/NetBSD_irisboot/blob/master/IndigoR3K/re_netbsd.ecoff
This kernel might be able to deal with MAC address problem.
Unfortunately not (yet):
```
>> eaddr
Ethernet address is ---- 08:00:69:11:22:33
>> boot
Setting $netaddr to 172.16.2.103 (from server )
Obtaining from server
2829712+0+82768 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) #6: Sat Aug 25 05:57:06
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] Get MAC address! via arcemu
[ 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.8553730] scsibus0: waiting 2 seconds for devices to settle...
[ 2.4653170] WARNING: module error: sequencer: can't find builtin
dependency `midi'
[ 3.9852610] sd0 at scsibus0 target 1 lun 0: <SEAGATE, ST1280, 5822>
disk fixed
[ 4.0752530] sd0: 228 MB, 1476 cyl, 5 head, 63 sec, 512 bytes/sect x
468655 sectors
[ 4.1654770] sd0: sync (200.00ns offset 12), 8-bit (5.000MB/s)
transfers, tagged queueing
[ 5.7953010] boot device: sq0
[ 5.8252370] root on sq0
```
I also checked under IRIX 5.3 to further rule out a hardware error and
it sees the real MAC address there:
```
IRIS 9# /usr/etc/netstat -ia
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
ec0* 1500 190.168 IRIS 0 0 1 0 5
224.0.0.1
08:00:69:11:22:33
```
Please don't get your hopes up...
Never.
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.
Cheers,
Frank
Home |
Main Index |
Thread Index |
Old Index