We don't need the ISA interface.

Submitted by:	"Konstantin Dimitrov" <kosio.dimitrov@gmail.com>
This commit is contained in:
netchild 2006-09-30 17:10:37 +00:00
parent e06dc5d45d
commit 0b9a993f2f

View File

@ -2,7 +2,7 @@
.PATH: ${.CURDIR}/../../../../dev/sound/pci
KMOD = snd_envy24
SRCS = device_if.h bus_if.h isa_if.h pci_if.h
SRCS = device_if.h bus_if.h pci_if.h
SRCS += envy24.c
.include <bsd.kmod.mk>