| #
70195d9f |
| 25-Apr-2020 |
bouyer <bouyer@NetBSD.org> |
Merge the bouyer-xenpvh branch, bringing in Xen PV drivers support under HVM guests in GENERIC. Xen support can be disabled at runtime with boot -c disable hypervisor
|
| #
5e41e586 |
| 13-Apr-2020 |
jdolecek <jdolecek@NetBSD.org> |
unhook umass_isdata.c from here too
|
| #
b2b6f260 |
| 19-Oct-2015 |
pooka <pooka@NetBSD.org> |
Add a COMMENT describing what each component roughly does.
"make describe" prints the comment.
Requested/inspired by Vincent Schwarzer on rumpkernel-users
|
| #
e65b78bf |
| 24-Aug-2015 |
pooka <pooka@NetBSD.org> |
opt files were nop't
|
| #
4e8e1eb1 |
| 13-Jun-2015 |
pooka <pooka@NetBSD.org> |
fix snafu to enable umass component also for amd64
|
| #
3c176817 |
| 13-Mar-2014 |
pooka <pooka@NetBSD.org> |
rename component.c -> umass_component.c
|
| #
4d407878 |
| 23-Aug-2010 |
pooka <pooka@NetBSD.org> |
Split scsipi out of librumpdev_umass into librumpdev_scsipi. umass still compile time depends on scsipi in the sense of "ifdef NATAPIBLUES", but I'm not going to fix that now.
|
| #
89e1ba25 |
| 01-Mar-2010 |
pooka <pooka@NetBSD.org> |
Rename IOCONFIG to IOCONF. It matches the config(1) keyword and aligns better in Makefiles.
|
| #
d97a943f |
| 17-Feb-2010 |
pooka <pooka@NetBSD.org> |
Support SCSIVERBOSE.
|
| #
643ba90b |
| 16-Feb-2010 |
pooka <pooka@NetBSD.org> |
Globally define -Wno-pointer-sign, as it has become a pointless exercise of "add it to every Makefile individually".
XXX: should autosynchronize with the rest of the kernel buildflags in sys/conf/Ma
Globally define -Wno-pointer-sign, as it has become a pointless exercise of "add it to every Makefile individually".
XXX: should autosynchronize with the rest of the kernel buildflags in sys/conf/Makefile.kern.inc.
show more ...
|
| #
8b36ef68 |
| 12-Feb-2010 |
pooka <pooka@NetBSD.org> |
I forgot I didn't fix kern/40505 yet, and hence using delay()/DELAY() in rumps is hard due to some archs having a colorful idea of what they should be like. So temporarily disable build of component
I forgot I didn't fix kern/40505 yet, and hence using delay()/DELAY() in rumps is hard due to some archs having a colorful idea of what they should be like. So temporarily disable build of components using those for non-i386 (use the no-need-to-mess-with-setlists approach).
show more ...
|
| #
a7334989 |
| 11-Feb-2010 |
pooka <pooka@NetBSD.org> |
Move a bunch of rump components from dev/wip to dev/lib now that they've reached a certain maturity.
|