Date: Sat, 19 Nov 2005 18:57:40 -0700 From: Scott Long <scottl@samsco.org> To: Damien Bergamini <damien@FreeBSD.org> Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules/iwi Makefile src/sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h Message-ID: <437FD814.3010105@samsco.org> In-Reply-To: <200511191654.jAJGsu9n022860@repoman.freebsd.org> References: <200511191654.jAJGsu9n022860@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Damien Bergamini wrote: > damien 2005-11-19 16:54:55 UTC > > FreeBSD src repository > > Modified files: > sys/modules/iwi Makefile > sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h > Log: > 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 > > Revision Changes Path > 1.24 +157 -136 src/sys/dev/iwi/if_iwi.c > 1.8 +6 -0 src/sys/dev/iwi/if_iwireg.h > 1.8 +2 -17 src/sys/dev/iwi/if_iwivar.h > 1.3 +1 -1 src/sys/modules/iwi/Makefile /etc is not the right place for this. Choose either /var, /boot, or /usr/local. Please fix this. Scott
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?437FD814.3010105>