summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2012-01-20 22:37:10 +0000
committerpfg <pfg@FreeBSD.org>2012-01-20 22:37:10 +0000
commit2df96408cc7a37490cf79fd74903c51f2067b46d (patch)
tree1f3169ded159167ef91d477e9f16738d22d9253d /sys/modules
parentcec8421d4715d2e43f8630ea6ad39766eeb4d0b6 (diff)
downloadFreeBSD-src-2df96408cc7a37490cf79fd74903c51f2067b46d.zip
FreeBSD-src-2df96408cc7a37490cf79fd74903c51f2067b46d.tar.gz
Replace GPLd headers from the Maestro3 driver with BSD licensed
versions derived from /usr/ports/audio/oss. The particular headers used were taken from the attic/drv/oss_allegro directory and are mostly identical to the previous files. The Maestro3 driver is now free from the GPL. NOTE: due to lack of testers this driver is being considered for deprecation and removal. PR: kern/153920 Approved by: jhb (mentor) MFC after: 2 weeks
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/sound/driver/maestro3/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/sound/driver/maestro3/Makefile b/sys/modules/sound/driver/maestro3/Makefile
index d4378b8..4bf494c 100644
--- a/sys/modules/sound/driver/maestro3/Makefile
+++ b/sys/modules/sound/driver/maestro3/Makefile
@@ -4,6 +4,7 @@
KMOD= snd_maestro3
SRCS= device_if.h bus_if.h pci_if.h
+SRCS+= allegro_code.h allegro_reg.h
SRCS+= maestro3.c
CFLAGS+= -Wall -DM3_DEBUG_LEVEL=-1
OpenPOWER on IntegriCloud