Subject: Re: NetBSD/macppc 1.5-BETA2 snapshot uploaded
To: None <matt@3am-software.com>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: current-users
Date: 11/07/2000 22:35:38
In <4.3.2.7.2.20001106235549.0274b6d0@3am-software.com>
matt@3am-software.com wrote:

> However, to get enough space on the installation floppy I has to
> switch the ncr driver to the siop driver.  The siop should actually
> work better but it would be good if someone can test the floppy with
> a NCR/SYMBIOS SCSI card.

It seems to work on my UMAX Apus2000/200 with Tekram DC-390U.

---
Open Firmware, 2.0
To continue booting the MacOS type:
BYE<return>
To continue booting from the default boot device type:
BOOT<return>
 ok
0 > boot fd:0 -
>> NetBSD/macppc OpenFirmware Boot, Revision 1.2
>> (matt@duel.local, Mon Nov  6 14:02:20 PST 2000)
3561268+161288]=0x38cfdc
 start=0x800000
Copyright (c) 1996, 1997, 1998, 1999, 2000
    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 1.5_BETA2 (INSTALL) #3: Mon Nov  6 20:59:28 PST 2000
    matt@duel.local:/other/macppc/kobj/INSTALL
CPU: 603ev (Revision 201)
total memory = 65536 KB
avail memory = 55296 KB
using 844 buffers containing 3376 KB of memory
mainbus0 (root)
cpu0 at mainbus0: ohare L2 cache enabled
bandit0 at mainbus0
pci0 at bandit0 bus 0
pci0: i/o space, memory space enabled
pchb0 at pci0 dev 11 function 0
pchb0: vendor 0x106b product 0x0008 (rev. 0x02)
sip0 at pci0 dev 13 function 0: SiS 900 10/100 Ethernet
sip0: interrupting at irq 23
sip0: Ethernet address 00:40:26:6c:54:47
ukphy0 at sip0 phy 0: Generic IEEE 802.3u media interface
ukphy0: OUI 0x000760, model 0x0000, rev. 0
ukphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
siop0 at pci0 dev 14 function 0: Symbios Logic 53c875 (ultra-wide scsi)
siop0: using on-board RAM
siop0: interrupting at irq 25
scsibus0 at siop0: 16 targets, 8 luns per target
obio0 at pci0 dev 16 function 0: addr 0xf3000000
mesh0 at obio0 offset 0x10000 irq 12: 50MHz, SCSI ID 7
scsibus1 at mesh0: 8 targets, 8 luns per target
zsc0 at obio0 offset 0x13000: irq 15,16
zstty0 at zsc0 channel 0 (console)
zstty1 at zsc0 channel 1
awacs at obio0 offset 0x14000 not configured
swim3 at obio0 offset 0x15000 not configured
nvram0 at obio0 offset 0x60000
adb0 at obio0 offset 0x16000 irq 18: 1 targets
akbd0 at adb0 addr 2: extended keyboard
wskbd0 at akbd0
wdc0 at obio0 offset 0x20000 irq property not found; using 13: DMA transfer
wd0 at wdc0 channel 0 drive 0: <Maxtor 82160D2>
wd0: drive supports 16-sector pio transfers, lba addressing
wd0: 2014 MB, 4092 cyl, 16 head, 63 sec, 512 bytes/sect x 4124736 sectors
wd0: drive supports PIO mode 4, DMA mode 2, Ultra-DMA mode 2
scsibus0: waiting 2 seconds for devices to settle...
sd0 at scsibus0 target 1 lun 0: <IBM, DCAS-34330, S61A> SCSI2 0/direct fixed
siop0: target 1 now synchronous at 20.0Mhz, offset 15
sd0: 4134 MB, 8205 cyl, 6 head, 171 sec, 512 bytes/sect x 8467200 sectors
scsibus1: waiting 2 seconds for devices to settle...
cd0 at scsibus1 target 3 lun 0: <MATSHITA, CD-ROM CR-506, 8S05> SCSI2 5/cdrom removable
md0: internal 1920K image area
boot device: <unknown>
root on md0a dumps on md0b
root file system type: ffs
erase ^H, werase ^W, kill ^U, intr ^C, status ^T
Terminal type? [vt100] 
Erase is backspace.
(I)nstall, (S)hell or (H)alt ? s
# 
---

BTW, it looks that loadfile() output should be fixed
for stripped kernel...
---
Izumi Tsutsui
tsutsui@ceres.dti.ne.jp

--- sys/lib/libsa/loadfile.c.orig	Tue Nov  7 22:27:05 2000
+++ sys/lib/libsa/loadfile.c	Tue Nov  7 22:30:14 2000
@@ -409,7 +409,7 @@
 			BCOPY(shp, shpp, sz);
 			FREE(shp, sz);
 
-			if (first == 0)
+			if (havesyms && (first == 0))
 				PROGRESS(("]"));
 		}
 	}