Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/rump/dev remember to add audio to the list of device com...



details:   https://anonhg.NetBSD.org/src/rev/cc2657c7d972
branches:  trunk
changeset: 754490:cc2657c7d972
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sat May 01 23:24:40 2010 +0000

description:
remember to add audio to the list of device components

diffstat:

 sys/rump/dev/Makefile.rumpdev |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (15 lines):

diff -r b43f376d53a8 -r cc2657c7d972 sys/rump/dev/Makefile.rumpdev
--- a/sys/rump/dev/Makefile.rumpdev     Sat May 01 23:21:24 2010 +0000
+++ b/sys/rump/dev/Makefile.rumpdev     Sat May 01 23:24:40 2010 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: Makefile.rumpdev,v 1.12 2010/05/01 23:21:24 pooka Exp $
+#      $NetBSD: Makefile.rumpdev,v 1.13 2010/05/01 23:24:40 pooka Exp $
 #
 
-RUMPDEVLIST=   bpf cgd disk dm fss netsmb pad raidframe rnd sysmon     \
-               ubt ucom ugenhc ulpt umass usb wscons
+RUMPDEVLIST=   audio bpf cgd disk dm fss netsmb pad raidframe rnd      \
+               sysmon ubt ucom ugenhc ulpt umass usb wscons
 
 
 .for var in ${RUMPDEVLIST}



Home | Main Index | Thread Index | Old Index