Source-Changes-HG archive

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

[src/trunk]: src/sys/modules add hdaudio and hdafg modules



details:   https://anonhg.NetBSD.org/src/rev/d64a7aafe286
branches:  trunk
changeset: 760564:d64a7aafe286
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Fri Jan 07 15:32:11 2011 +0000

description:
add hdaudio and hdafg modules

diffstat:

 sys/modules/hdafg/Makefile         |  13 +++++++++++++
 sys/modules/hdafg/hdafg.ioconf     |  10 ++++++++++
 sys/modules/hdaudio/Makefile       |  15 +++++++++++++++
 sys/modules/hdaudio/hdaudio.ioconf |  10 ++++++++++
 4 files changed, 48 insertions(+), 0 deletions(-)

diffs (64 lines):

diff -r 24078e84b029 -r d64a7aafe286 sys/modules/hdafg/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/hdafg/Makefile        Fri Jan 07 15:32:11 2011 +0000
@@ -0,0 +1,13 @@
+#      $NetBSD: Makefile,v 1.1 2011/01/07 15:32:11 jmcneill Exp $
+
+.include "../Makefile.inc"
+
+.PATH: ${S}/dev/pci/hdaudio
+
+KMOD=  hdafg
+IOCONF=        hdafg.ioconf
+SRCS=  hdaudio_afg.c
+
+WARNS= 3
+
+.include <bsd.kmodule.mk>
diff -r 24078e84b029 -r d64a7aafe286 sys/modules/hdafg/hdafg.ioconf
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/hdafg/hdafg.ioconf    Fri Jan 07 15:32:11 2011 +0000
@@ -0,0 +1,10 @@
+#      $NetBSD: hdafg.ioconf,v 1.1 2011/01/07 15:32:11 jmcneill Exp $
+
+ioconf hdafg
+
+include "conf/files"
+include "dev/pci/files.pci"
+
+pseudo-root hdaudio*
+
+hdafg* at hdaudiobus?
diff -r 24078e84b029 -r d64a7aafe286 sys/modules/hdaudio/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/hdaudio/Makefile      Fri Jan 07 15:32:11 2011 +0000
@@ -0,0 +1,15 @@
+#      $NetBSD: Makefile,v 1.1 2011/01/07 15:32:11 jmcneill Exp $
+
+.include "../Makefile.inc"
+
+.PATH: ${S}/dev/pci/hdaudio
+
+KMOD=  hdaudio
+IOCONF=        hdaudio.ioconf
+SRCS=  hdaudio.c
+SRCS+= hdaudio_ids.c
+SRCS+= hdaudio_pci.c
+
+WARNS= 3
+
+.include <bsd.kmodule.mk>
diff -r 24078e84b029 -r d64a7aafe286 sys/modules/hdaudio/hdaudio.ioconf
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/modules/hdaudio/hdaudio.ioconf        Fri Jan 07 15:32:11 2011 +0000
@@ -0,0 +1,10 @@
+#      $NetBSD: hdaudio.ioconf,v 1.1 2011/01/07 15:32:12 jmcneill Exp $
+
+ioconf hdaudio
+
+include "conf/files"
+include "dev/pci/files.pci"
+
+pseudo-root pci*
+
+hdaudio* at pci? dev ? function ?



Home | Main Index | Thread Index | Old Index