minix/drivers
Lionel Sambuc 9152e1c5a7 Upgrading build system to new NetBSD revision
The tested targets are the followgin ones:
 * tools
 * distribution
 * sets
 * release

The remaining NetBSD targets have not been disabled nor tested
*at all*. Try them at your own risk, they may reboot the earth.

For all compliant Makefiles, objects and generated files are put in
MAKEOBJDIR, which means you can now keep objects between two branch
switching. Same for DESTDIR, please refer to build.sh options.

Regarding new or modifications of Makefiles a few things:
 * Read share/mk/bsd.README
 * If you add a subdirectory, add a Makefile in it, and have it called
   by the parent through the SUBDIR variable.
 * Do not add arbitrary inclusion which crosses to another branch of
   the hierarchy; If you can't do without it, put a comment on why.
   If possible, do not use inclusion at all.
 * Use as much as possible the infrastructure, it is here to make
   life easier, do not fight it.

Sets and package are now used to track files.
We have one set called "minix", composed of one package called "minix-sys"
2012-11-15 16:07:29 +01:00
..
acpi rename struct mem_range to minix_mem_range 2012-08-15 15:17:25 +02:00
ahci drivers: fix various sys_irqsetpolicy calls 2012-10-24 11:29:10 +00:00
amddev VM: remove unused dma memory support functions from vm 2012-09-18 13:17:47 +02:00
at_wini Remove ACK EM_WSIZE/EM_PSIZE macro usage 2012-08-06 17:49:22 +02:00
atl2 drivers: fix various sys_irqsetpolicy calls 2012-10-24 11:29:10 +00:00
audio retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
dec21140A dec21140A: resolve Coverity warnings 2012-08-06 16:18:33 +00:00
dp8390 dp8390: resolve Coverity warnings (encore) 2012-08-14 09:11:18 +00:00
dpeth dpeth: resolve Coverity warnings 2012-08-06 16:18:35 +00:00
e1000 e1000: resolve Coverity warnings 2012-08-06 16:18:36 +00:00
fbd libsys: 64-bit numbers support for printf() 2012-07-26 09:45:05 +00:00
filter filter: resolve Coverity warnings 2012-07-30 12:10:11 +00:00
floppy floppy: resolve Coverity warnings 2012-08-06 16:18:37 +00:00
fxp fxp: resolve Coverity warnings 2012-08-06 16:18:38 +00:00
hello drop segment from safecopy invocations 2012-06-16 16:22:51 +00:00
lance lance: resolve Coverity warnings 2012-08-06 16:18:39 +00:00
log TTY: fix crash obtaining kernel messages 2012-11-06 00:17:44 +01:00
memory Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
mmc mmc:Fixes for coverity. 2012-10-22 13:40:22 +02:00
orinoco Remove MINIXSRCDIR and use NETBSDSRCDIR 2012-06-18 10:53:35 +00:00
pci rename struct mem_range to minix_mem_range 2012-08-15 15:17:25 +02:00
printer drop segment from safecopy invocations 2012-06-16 16:22:51 +00:00
ramdisk Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
random random: resolve Coverity warnings 2012-08-14 09:11:16 +00:00
readclock retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
rtl8139 rtl8139: resolve Coverity warnings 2012-07-30 13:59:43 +00:00
rtl8169 rtl8169: resolve Coverity warnings 2012-07-30 12:10:15 +00:00
ti1225 retire PUBLIC, PRIVATE and FORWARD 2012-03-25 21:58:14 +02:00
tty Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
vbox drivers: fix various sys_irqsetpolicy calls 2012-10-24 11:29:10 +00:00
Makefile Upgrading build system to new NetBSD revision 2012-11-15 16:07:29 +01:00
Makefile.inc Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00