History log of /netbsd-src/sys/rump/dev/lib/libraidframe/raidframe_component.c (Results 1 – 5 of 5)
Revision Date Author Comments
# 6bb51422 26-Jan-2016 pooka <pooka@NetBSD.org>

Put the kernelside rump kernel headers into <rump-sys> instead of
sprinkling them around the faction directories. Avoids having
to add a CPPFLAGS (or several) to pretty much every component
Makefile

Put the kernelside rump kernel headers into <rump-sys> instead of
sprinkling them around the faction directories. Avoids having
to add a CPPFLAGS (or several) to pretty much every component
Makefile.

Leave compat headers around in the old locations.

The commit changes some autogenerated files, but I'll fix the
generators shortly and regen.

show more ...


# 7594d8cd 26-Dec-2015 pgoyette <pgoyette@NetBSD.org>

Detach the {b,c}devsw after obtaining the device major numbers. We'll
re-attach during module initialization.

This enables the atf tests to once again succeed.


# 23c592fb 26-Dec-2015 pgoyette <pgoyette@NetBSD.org>

Remove local CF_DRIVER_DECL - it is now defined in the raidframe driver's
module initialization code


# f2fa9ab0 20-Aug-2015 christos <christos@NetBSD.org>

use ioconf files for pseudo-device attach prototypes


# bd7cc621 13-Mar-2014 pooka <pooka@NetBSD.org>

rename component.c -> raidframe_component.c