Launched in 2004, dmesgd aims to provide a user-submitted repository of searchable *BSD dmesgs. The dmesg(8) command displays the system message buffer's content, and during boot a copy is saved to /var/run/dmesg.boot. This buffer contains the operating system release, name and version, a list of devices identified, plus a whole host of other useful information. We hope others find this resource useful and further contribute to its growth. Contact us at [ admin at lists dot nycbug dot org ].


Date: 2021-10-10 16:14:42
From: Ken Wellsch
Description: NetBSD/vax 9.2 on Vax 4000-105A (scsi2sd v6)
[1.000000] Copyright (c) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
[1.000000]     2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016, 2017,
[1.000000]     2018, 2019, 2020 The NetBSD Foundation, Inc.  All rights reserved.
[1.000000] Copyright (c) 1982, 1986, 1989, 1991, 1993
[1.000000]     The Regents of the University of California.  All rights reserved.

[1.000000] NetBSD 9.2 (GENERIC) #0: Wed May 12 13:15:55 UTC 2021
[1.000000]         [_EMAIL_XXXXXXXXXXXXXXXXX]:/usr/src/sys/arch/vax/compile/GENERIC
[1.000000] VAX 4000/{105A,106A,108}
[1.000000] total memory = 65468 KB
[1.000000] avail memory = 58972 KB
[1.000000] timecounter: Timecounters tick every 10.000 msec
[1.000000] Kernelized RAIDframe activated
[1.000000] mainbus0 (root)
[1.000000] cpu0 at mainbus0cpu0: KA53,54,57, ucode rev 2
[1.000000] ze0 at mainbus0
[1.000000] ze0: hardware address [_MAC_XXXXXXXXXX]
[1.000000] vsbus0 at mainbus0
[1.000000] vsbus0: 8K entry DMA SGMAP at PA 0x27000000 (VA 0x8664b000)
[1.000000] vsbus0: interrupt mask 0
[1.000000] dz0 at vsbus0 csr 0x25000000 vec 524 ipl 17 maskbit 3
[1.000000] dz0: 4 lines
[1.000000] lkkbd0 at dz0
[1.000000] lkkbd0: no keyboard
[1.000000] wskbd0 at lkkbd0 mux 1
[1.000000] lkms0 at dz0
[1.000000] wsmouse0 at lkms0 mux 0
[1.000000] asc0 at vsbus0 csr 0x26000080 vec 510 ipl 17 maskbit 1
[1.000000] asc0: NCR53C94, 25MHz, SCSI ID 6
[1.000000] scsibus0 at asc0: 8 targets, 8 luns per target
[1.000000] uba0 at mainbus0: Q22
[1.000000] timecounter: Timecounter "clockinterrupt" frequency 100 Hz quality 0
[1.000007] timecounter: Timecounter "mfpr" frequency 1000000 Hz quality 100
[1.000007] scsibus0: waiting 2 seconds for devices to settle...
[3.009558] sd0 at scsibus0 target 0 lun 0: <codesrc, SCSI2SD, 6.0> disk fixed
[3.039614] sd0: 8192 MB, 1044 cyl, 255 head, 63 sec, 512 bytes/sect x 16777216 sectors
[3.069919] sd0: sync (160.00ns offset 15), 8-bit (6.250MB/s) transfers
[3.080170] sd1 at scsibus0 target 1 lun 0: <codesrc, SCSI2SD, 6.0> disk fixed
[3.109588] sd1: 8192 MB, 1044 cyl, 255 head, 63 sec, 512 bytes/sect x 16777216 sectors
[3.133146] sd1: sync (160.00ns offset 15), 8-bit (6.250MB/s) transfers
[3.145209] sd2 at scsibus0 target 2 lun 0: <codesrc, SCSI2SD, 6.0> disk fixed
[3.160742] sd2: 8192 MB, 1044 cyl, 255 head, 63 sec, 512 bytes/sect x 16777216 sectors
[3.190165] sd2: sync (160.00ns offset 15), 8-bit (6.250MB/s) transfers
[3.200188] sd3 at scsibus0 target 3 lun 0: <codesrc, SCSI2SD, 6.0> disk fixed
[3.229555] sd3: 5951 MB, 758 cyl, 255 head, 63 sec, 512 bytes/sect x 12188672 sectors
[3.252137] sd3: sync (160.00ns offset 15), 8-bit (6.250MB/s) transfers
[4.100372] boot device: sd0
[4.115821] root on sd0a dumps on sd0b
[4.149557] root file system type: ffs
[4.169555] kern.module.path=/stand/vax/9.2/modules

# # SCSI2SD V6

# dd if=/dev/rsd0c of=/dev/null count=1000
1000+0 records in
1000+0 records out
512000 bytes transferred in 2.172 secs (235727 bytes/sec)

# dd if=/dev/rsd0c of=/dev/null count=1000 bs=1k
1000+0 records in
1000+0 records out
1024000 bytes transferred in 2.538 secs (403467 bytes/sec)

# dd if=/dev/rsd0c of=/dev/null count=1000 bs=4k
1000+0 records in
1000+0 records out
4096000 bytes transferred in 3.509 secs (1167284 bytes/sec)

# dd if=/dev/rsd0c of=/dev/null count=1000 bs=64k
1000+0 records in
1000+0 records out
65536000 bytes transferred in 24.682 secs (2655214 bytes/sec)