Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/mips/conf Make usb_dma a dependency of ahci(4), sin...



details:   https://anonhg.NetBSD.org/src/rev/9ab882c1df3d
branches:  trunk
changeset: 763822:9ab882c1df3d
user:      dyoung <dyoung%NetBSD.org@localhost>
date:      Mon Apr 04 20:01:14 2011 +0000

description:
Make usb_dma a dependency of ahci(4), since it needs usb_allocmem(9).

diffstat:

 sys/arch/mips/conf/files.adm5120 |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r f42eb2e07729 -r 9ab882c1df3d sys/arch/mips/conf/files.adm5120
--- a/sys/arch/mips/conf/files.adm5120  Mon Apr 04 19:59:08 2011 +0000
+++ b/sys/arch/mips/conf/files.adm5120  Mon Apr 04 20:01:14 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.adm5120,v 1.2 2007/03/20 08:55:43 dyoung Exp $
+#      $NetBSD: files.adm5120,v 1.3 2011/04/04 20:01:14 dyoung Exp $
 
 file   arch/mips/adm5120/adm5120_intr.c
 
@@ -44,6 +44,6 @@
 file   arch/mips/adm5120/dev/wdc_extio.c               wdc_extio
 
 # On-chip USB controller
-device ahci: usbus
+device ahci: usbus, usb_dma
 attach ahci at obio
 file   arch/mips/adm5120/dev/ahci.c                    ahci



Home | Main Index | Thread Index | Old Index