From ad13e17661fbfbe9bd601d1b078fd2c15e2effcf Mon Sep 17 00:00:00 2001 From: mrg Date: Mon, 5 Jul 2010 20:32:23 +0000 Subject: move all the radeondrm firmware images into the filesystem. check that some firmware sizes are the expected size. (XXX make all.) based upon similar changes seen in the linux radeon drm driver. this saves about 250KB in the kernel or module. --- sys/dev/microcode/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/microcode') diff --git a/sys/dev/microcode/Makefile b/sys/dev/microcode/Makefile index 41df387d8fe..4594c036c17 100644 --- a/sys/dev/microcode/Makefile +++ b/sys/dev/microcode/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2007/06/09 11:20:56 kiyohara Exp $ +# $NetBSD: Makefile,v 1.8 2010/07/05 20:32:24 mrg Exp $ SUBDIR+= ral rum zyd +SUBDIR+= radeon .include -- cgit