History log of /netbsd-src/sys/rump/dev/files.rump (Results 1 – 5 of 5)
Revision Date Author Comments
# eda4460d 16-Nov-2015 pooka <pooka@NetBSD.org>

Use IOCONF #define to determine component name.

Avoids having to manually retype info already in .ioconf.

Also, COMPONENT_SIMPLE -> RUMP_COMPONENT=simple. That way, we can add
other attributes whe

Use IOCONF #define to determine component name.

Avoids having to manually retype info already in .ioconf.

Also, COMPONENT_SIMPLE -> RUMP_COMPONENT=simple. That way, we can add
other attributes where necessary. As "future directions", the "ioconf"
attribute for RUMP_COMPONENT can just be removed when a driver is
converted to modular and has a proper modcmd.

show more ...


# 21d14787 17-Sep-2013 pooka <pooka@NetBSD.org>

allow pcibus to attach to a rump kernel mainbus


# 64d9536d 24-Aug-2010 pooka <pooka@NetBSD.org>

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 s

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:/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

show more ...


# e5fc54d8 08-Mar-2010 pooka <pooka@NetBSD.org>

Use config pseudo-root keyword instead of monolithic configurations
starting from root.


# 95512135 12-Feb-2010 pooka <pooka@NetBSD.org>

move files.rump out of wip