summaryrefslogtreecommitdiffstats
path: root/sys/modules/sound
diff options
context:
space:
mode:
authorcg <cg@FreeBSD.org>2001-07-01 19:38:58 +0000
committercg <cg@FreeBSD.org>2001-07-01 19:38:58 +0000
commit0cd79cefcce3fe6d803d58071949bd61ba8f596c (patch)
tree9395fc176fa0bbbef5aff7466c59761394a72d71 /sys/modules/sound
parentcdcb647c9c8656c531e0da20682e256fad459acf (diff)
downloadFreeBSD-src-0cd79cefcce3fe6d803d58071949bd61ba8f596c.zip
FreeBSD-src-0cd79cefcce3fe6d803d58071949bd61ba8f596c.tar.gz
intel ich/ich2 driver - this needs some work but is functional enough for
the impatient. Hardware... Provided by: ps Lost by: <censored> Found by: <censored> Not delivered by: Ashley Penney <ashp@unloved.org> Retrieved by: greid, Andrew McKay <andy@openirc.co.uk> Delivered by: Andrew McKay <andy@openirc.co.uk> PR: kern/25507 Submitted by: Katsurajima Naoto <raven@katsurajima.seya.yokohama.jp>
Diffstat (limited to 'sys/modules/sound')
-rw-r--r--sys/modules/sound/driver/Makefile6
-rwxr-xr-xsys/modules/sound/driver/ich/Makefile8
2 files changed, 11 insertions, 3 deletions
diff --git a/sys/modules/sound/driver/Makefile b/sys/modules/sound/driver/Makefile
index 694881b..dfd3e08 100644
--- a/sys/modules/sound/driver/Makefile
+++ b/sys/modules/sound/driver/Makefile
@@ -1,8 +1,8 @@
# $FreeBSD$
-SUBDIR = als4000 ad1816 cmi cs4281 csa csapcm ds1 emu10k1 es137x es1888 ess
-SUBDIR += fm801 gusc maestro maestro3 mss neomagic sb16 sb8 sbc solo t4dwave
-SUBDIR += via82c686 vibes
+SUBDIR = als4000 ad1816 cmi cs4281 csa csapcm ds1 emu10k1 es137x es1888 ess
+SUBDIR += fm801 gusc ich maestro maestro3 mss neomagic sb16 sb8 sbc solo
+SUBDIR += t4dwave via82c686 vibes
SUBDIR += driver
.include <bsd.subdir.mk>
diff --git a/sys/modules/sound/driver/ich/Makefile b/sys/modules/sound/driver/ich/Makefile
new file mode 100755
index 0000000..4ec9fce
--- /dev/null
+++ b/sys/modules/sound/driver/ich/Makefile
@@ -0,0 +1,8 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../../dev/sound/pci
+KMOD = snd_ich
+SRCS = device_if.h bus_if.h isa_if.h pci_if.h
+SRCS += ich.c
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud