Subject: Feb. 29 kernel
To: None <port-sparc@NetBSD.ORG>
From: Jonathan O'Brien <obrien@phoenix.sfsu.edu>
List: port-sparc
Date: 03/02/1996 04:16:28
Well, after hearing that the latest kernel supported the
exabyte 8200 (thank you!), I decided to bite the bullet and
upgrade from 1.1 to current. The hardware is an SS2 with
prom rev. 2.1. I installed everything but a new bootblock.

Here is what I saw:

Copyright (c) 1982, 1986, 1989, 1991, 1993
        The Regents of the University of California.  All rights reserved.

note: crowded chunk at 0x1000000
note: crowded chunk at 0x3fcd000
note: crowded chunk at 0x3fdd000
note: crowded chunk at 0x1000000
note: crowded chunk at 0x3fcd000
note: crowded chunk at 0x3fdd000

Doesn't look like I should be worried, but what does the above mean?

Now comes the part I do worry about:

dma0 at sbus0 slot 0 offset 0x400000: rev 1+
esp0 at sbus0 slot 0 offset 0x800000 pri 3: ESP100A 20Mhz, target 7
scsibus0 at esp0
probe(esp0:3:0): max sync rate 4.03Mb/s
esp0 targ 3 lun 0: <SEAGATE, ST11200N SUN1.05, 9330> SCSI2 0/direct fixed
sd0 at scsibus0: 1005MB, 1872 cyl, 15 head, 73 sec, 512 bytes/sec
probe(esp0:4:0): max sync rate 3.90Mb/s
esp0 targ 4 lun 0: <MICROP, 1588-15MBSUN0669, SN0C> SCSI1 0/direct fixed
sd1 at scsibus0: 639MB, 1632 cyl, 15 head, 53 sec, 512 bytes/sec
esp0: !TC [intr 10, stat 87, step 1] prevphase 6, resid 0
esp0 targ 5 lun 0: <EXABYTE, EXB-8200, 251K> SCSI1 1/sequential removable
st0 at scsibus0: drive empty
esp0: sync nego not completed!
esp0: sync nego not completed!
probe(esp0:6:0): esp0: timed out [ecb 0xf86cd898 (flags 0x0, dleft 0,
stat 0)],
<state 5, nexus f86cd898, phase(c 2, p 2), resid 0, msg(q 0,o 0) >
esp0: timed out [ecb 0xf86cd898 (flags 0x10, dleft 0, stat 0)], <state 5,
nexus
f86cd898, phase(c 2, p 2), resid 0, msg(q 4,o 0) > AGAIN
esp: message queue not empty: 4!
esp0: sync nego not completed!
esp0: sync nego not completed!
esp0 targ 6 lun 0: <, , > SCSI0 0/direct fixed
sd2 at scsibus0esp0: sync nego not completed!
esp0: sync nego not completed!
esp0: sync nego not completed!
esp0: sync nego not completed!
esp0: sync nego not completed!
esp0: sync nego not completed!
sd2(esp0:6:0): not ready, data = 00 00 00 00 04 01 00 00
: 0MB, 1632 cyl, 15 head, 0 sec, 512 bytes/sec
fdc0 at mainbus0 ioaddr 0xf7200000 pri 11, softpri 4: chip 82072
fd0 at fdc0 drive 0: 1.44MB 80 cyl, 2 head, 18 sec
sd0(esp0:3:0): max sync rate 4.03Mb/s
init: copying out path `/sbin/init' 11
sd1(esp0:4:0): max sync rate 3.90Mb/s

The kernel now thinks that esp0 targ 6 lun 0 is a regular
drive when it's really an old Sony CDU-8012. It worked in 1.1.

The other interesting new event is I now have a disappearing
file problem. On sd1, whenever I add or remove files, all the other
files in that directory disappear. If I unmount the drive, fsck, and
remount, no errors are reported by fsck, and the files are back. This
does not seem to happen on sd0. I know this drive works fine, or at
least I think I know. In 1.1 I moved around a large amount of data on
the drive without failures on a nightly basis.

Other then that, Netscape w/java works. What more could one want.

Thanks,
Jon