cvs commit: src/sys/dev/iwi if_iwi.c

Xin LI delphij at gmail.com
Sun Nov 20 16:23:08 GMT 2005


Hi,

On 11/21/05, Damien Bergamini <damien at freebsd.org> wrote:
> damien      2005-11-20 16:02:04 UTC
>
>  FreeBSD src repository
>
>  Modified files:
>    sys/dev/iwi          if_iwi.c
>  Log:
>  Don't use /etc/firmware.  /etc is for configuration files only.
>  Use /boot to store firmware files instead.

If this meant that we would have /boot/firmware as a standard
directory that is expected to be found on an usual installation, I
think it might be good to have the following patch committed:

Index: BSD.root.dist
===================================================================
RCS file: /home/ncvs/src/etc/mtree/BSD.root.dist,v
retrieving revision 1.74
diff -u -r1.74 BSD.root.dist
--- BSD.root.dist	30 May 2005 20:51:13 -0000	1.74
+++ BSD.root.dist	20 Nov 2005 16:19:45 -0000
@@ -10,6 +10,8 @@
     boot
         defaults
         ..
+        firmware
+        ..
         kernel
         ..
         modules

Additionally I think __FreeBSDversion should be bumped so the ports
system can have knowledge about this change.

Cheers,
--
Xin LI <delphij at delphij.net> http://www.delphij.net


More information about the cvs-src mailing list