64d9536df5
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
12 lines
214 B
Plaintext
12 lines
214 B
Plaintext
# $NetBSD: files.rump,v 1.3 2010/08/24 11:23:35 pooka Exp $
|
|
#
|
|
|
|
device mainbus { }
|
|
attach mainbus at root
|
|
|
|
device ugenhc: usbus, usbroothub
|
|
attach ugenhc at mainbus
|
|
|
|
device scsitest: scsi
|
|
attach scsitest at mainbus
|