History log of /netbsd-src/sys/rump/dev/Makefile.rumpdevcomp (Results 1 – 25 of 25)
Revision Date Author Comments
# 4bf07a21 04-Apr-2020 christos <christos@NetBSD.org>

more smb removal.


# 4299c628 17-Apr-2017 riastradh <riastradh@NetBSD.org>

New rndsource driver for Araneus Alea II TRNG USB devices.

Disabled by default in x86/GENERIC and usbdevices.config pending
review and testing without rump ugenhc in the way, but enabled in
x86/ALL

New rndsource driver for Araneus Alea II TRNG USB devices.

Disabled by default in x86/GENERIC and usbdevices.config pending
review and testing without rump ugenhc in the way, but enabled in
x86/ALL for compile-testing.

(Hi gson! Finally found a round tuit in my pocket, next to a certain
rectangular one.)

show more ...


# d97f016d 15-Nov-2015 pooka <pooka@NetBSD.org>

Always descend into component directories for rumpdescribe.


# a75cbaa2 01-Nov-2015 pooka <pooka@NetBSD.org>

add virtio-scsi component


# 9322d6a7 03-Jun-2015 pooka <pooka@NetBSD.org>

add rump kernel component for the auich driver

contributed by Robert Millan <rmh@freebsd.org> via private email


# 521e7b5b 20-May-2015 pooka <pooka@NetBSD.org>

Add a rump kernel components for USB PCI host controllers.


# 8994492c 19-Nov-2014 pooka <pooka@NetBSD.org>

On second thought, let's not build the rump kernel component for ac97
by default. The component is not used on a NetBSD target anyway.


# 784dbdc3 19-Nov-2014 pooka <pooka@NetBSD.org>

Add hdaudio driver as a rump kernel component

tested by booting a rump kernel on a T61, coupled with a client which
writes some Roy Buchanan to /dev/audio


# c9ae4a1d 18-Nov-2014 pooka <pooka@NetBSD.org>

add ac97 component
for use with eap and others


# 55772504 18-Nov-2014 pooka <pooka@NetBSD.org>

Add eap PCI audio driver.

tested by playing audio with rump kernel booted on qemu with -soundhw es1370


# 86040218 06-Nov-2014 pooka <pooka@NetBSD.org>

Add rump kernel component for viornd

tested: qemu -device virtio-rng-pci


# 08f38d95 22-Aug-2014 pooka <pooka@NetBSD.org>

Build virtio components as part of RUMPPCIDEVS


# ee9aa9ec 13-Aug-2014 pooka <pooka@NetBSD.org>

Add component for the pcnet PCI driver to rump kernels. Virtualbox
emulates it by default, so it's nice-to-have for that.


# 2b476a8d 17-Jul-2014 prlw1 <prlw1@NetBSD.org>

Add vnd support to rump


# 8fa17e47 24-Apr-2014 pooka <pooka@NetBSD.org>

scsitest is a SCSI target emulator used by one test, and has little
reason to get installed. Make the component private to the test using
it and obsolete the installed one.

IOW, rename sys/rump/dev

scsitest is a SCSI target emulator used by one test, and has little
reason to get installed. Make the component private to the test using
it and obsolete the installed one.

IOW, rename sys/rump/dev/lib/libscsitest -> tests/dev/scsipi/libscsitest

show more ...


# d1e65a1e 14-Apr-2014 pooka <pooka@NetBSD.org>

fix typo


# 697e0f1b 07-Apr-2014 pooka <pooka@NetBSD.org>

Add a rump kernel component for the iwn wireless driver, tested with
the one in my laptop:
iwn0 at pci0 dev 19 function 0: vendor 0x8086 product 0x4237 (rev. 0x00)


# ca29f7cc 04-Apr-2014 pooka <pooka@NetBSD.org>

Add PCI components, commented out from the default build for now.


# ae263bb3 14-Jan-2014 pgoyette <pgoyette@NetBSD.org>

Link new opencrypto library into the build.


# fe989571 31-Mar-2011 pooka <pooka@NetBSD.org>

add pud as a rump component


# 8d84854f 07-Dec-2010 pooka <pooka@NetBSD.org>

add drvctl component


# f03553f5 07-Dec-2010 pooka <pooka@NetBSD.org>

haad removed 64bit atomic ops from dm, so put it back on the MI all list


# 99f70917 05-Dec-2010 pooka <pooka@NetBSD.org>

dm uses non-MI 64bit atomic ops, so don't include it in the default list.


# 76c4650a 05-Dec-2010 pooka <pooka@NetBSD.org>

Leave usb-stuff out of alldevs until DELAY() is mi.


# 62928520 05-Dec-2010 pooka <pooka@NetBSD.org>

Rename Makefile.rump${x} to Makefile.rump${x}comp for consistency.