From fc0bc19fc7abb30b8b6724f37981153db4749a2b Mon Sep 17 00:00:00 2001 From: joerg Date: Tue, 31 Oct 2006 22:21:16 +0000 Subject: Add rum(4) for newer USB Ralink devices. Obtained from OpenBSD. Special thanks to Sepherosa Ziehau for helping debugging USB issues. Hook up rum(4) for i386 config files. --- sys/dev/microcode/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev/microcode/Makefile') diff --git a/sys/dev/microcode/Makefile b/sys/dev/microcode/Makefile index 3987b533691..2b3e3e415f6 100644 --- a/sys/dev/microcode/Makefile +++ b/sys/dev/microcode/Makefile @@ -1,5 +1,5 @@ -# $NetBSD: Makefile,v 1.5 2006/06/07 23:30:17 rpaulo Exp $ +# $NetBSD: Makefile,v 1.6 2006/10/31 22:21:17 joerg Exp $ -SUBDIR+= ral +SUBDIR+= ral rum .include -- cgit