aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/iwi
diff options
context:
space:
mode:
authorDamien Bergamini <damien@FreeBSD.org>2005-11-19 16:54:55 +0000
committerDamien Bergamini <damien@FreeBSD.org>2005-11-19 16:54:55 +0000
commit408146ed571e10e5da99b61d90ed29c3091f7128 (patch)
tree2fb218547b7e52333250a742f32ea070f9506b19 /sys/modules/iwi
parentd75b2048dba098892942a2fd18fb351ded7aaa25 (diff)
downloadsrc-408146ed571e10e5da99b61d90ed29c3091f7128.tar.gz
src-408146ed571e10e5da99b61d90ed29c3091f7128.zip
Load firmware images directly from the filesystem (looks into /etc/firmware
directory by default) without requiring the user to load them by hand using e.g iwicontrol. Get rid of the old ioctl crud. Updated iwi-firmware port coming soon. Obtained from: OpenBSD
Notes
Notes: svn path=/head/; revision=152611
Diffstat (limited to 'sys/modules/iwi')
-rw-r--r--sys/modules/iwi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/iwi/Makefile b/sys/modules/iwi/Makefile
index 60c60519bd90..3d8eace3b141 100644
--- a/sys/modules/iwi/Makefile
+++ b/sys/modules/iwi/Makefile
@@ -3,6 +3,6 @@
.PATH: ${.CURDIR}/../../dev/iwi
KMOD = if_iwi
-SRCS = if_iwi.c device_if.h bus_if.h pci_if.h
+SRCS = if_iwi.c device_if.h bus_if.h pci_if.h vnode_if.h
.include <bsd.kmod.mk>