NetBSD/sys/arch/evbarm/stand
christos c182898b0d We have three sets of DTYPE_ constants in the kernel:
altq		Drop 		Type
	disklabel	Disk 		Type
	file		Descriptor	Type
(not to mention constants that contain the string DTYPE).
Let's make them two, by changing the disklabel one to be DisK TYPE since the
other disklabel constants seem to do that. Not many userland programs use
these constants (and the ones that they do are mostly in ifdefs). They will
be fixed shortly.
2015-01-02 19:42:05 +00:00
..
board
boot2440 We have three sets of DTYPE_ constants in the kernel: 2015-01-02 19:42:05 +00:00
bootimx23 Override CPUFLAGS for compiler cpu-specific options, instead of appening 2014-07-22 17:46:59 +00:00
gzboot
Makefile
Makefile.inc