Source-Changes archive

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

CVS commit: src/sys/rump/dev



Module Name:    src
Committed By:   pooka
Date:           Tue Aug 24 11:23:35 UTC 2010

Modified Files:
        src/sys/rump/dev: Makefile.rumpdev files.rump
Added Files:
        src/sys/rump/dev/lib/libscsitest: Makefile SCSITEST.ioconf component.c
            scsitest.c shlib_version

Log Message:
Implement enough of a SCSI target to be able to perform tests on
our SCSIPI driver stack.  Currently we pretend to be a single CD
controller with an optional host file as the image, but I guess
the sky's the limit.

dmesg porn:
NetBSD 5.99.39 (RUMP-ROAST) #0: Mon Aug 23 11:38:16 CEST 2010
        
pooka%pain-rustique.localhost@localhost:/usr/allsrc/src/sys/rump/librump/rumpkern
total memory = unlimited (host limit)
timecounter: Timecounters tick every 10.000 msec
timecounter: Timecounter "rumpclk" frequency 100 Hz quality 0
root file system type: rumpfs
mainbus0 (root)
scsitest0 at mainbus0
scsibus0 at scsitest0: 2 targets, 1 lun per target
cd0 at scsibus0 target 1 lun 0: <RUMPHOBO, It's a LIE, 0.00> cdrom removable


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/rump/dev/Makefile.rumpdev
cvs rdiff -u -r1.2 -r1.3 src/sys/rump/dev/files.rump
cvs rdiff -u -r0 -r1.1 src/sys/rump/dev/lib/libscsitest/Makefile \
    src/sys/rump/dev/lib/libscsitest/SCSITEST.ioconf \
    src/sys/rump/dev/lib/libscsitest/component.c \
    src/sys/rump/dev/lib/libscsitest/scsitest.c \
    src/sys/rump/dev/lib/libscsitest/shlib_version

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



Home | Main Index | Thread Index | Old Index