Re: cvs commit: src/sys/modules/iwi Makefile src/sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h
From: Daniel Eischen (deischen_at_freebsd.org)
Date: 11/21/05
- Previous message: Scott Long: "Re: cvs commit: src/sys/modules/iwi Makefile src/sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h"
- In reply to: Warner Losh: "Re: cvs commit: src/sys/modules/iwi Makefile src/sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h"
- Next in thread: Warner Losh: "Re: cvs commit: src/sys/modules/iwi Makefile src/sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h"
- Reply: Warner Losh: "Re: cvs commit: src/sys/modules/iwi Makefile src/sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 21 Nov 2005 13:44:37 -0500 (EST) To: Warner Losh <imp@bsdimp.com>
On Mon, 21 Nov 2005, Warner Losh wrote:
> > Making the driver aware of the filesystem layout is a bad idea.
>
> Your opinion has been noted. Repeating it often isn't going to help.
> It has its advantages from the user point of view (I put a file here
> and it is used, my tool of choice can always be "cp").
>
> > Encapsulating data into a KLD is not hard to do.
>
> Neither is a dozen other things that we do automatically for the
> user. From a user point of view this is a pita. I put this file
> here, and then I have to remember which magic tool to run to convert
> the iwi firmware into a kld. But that's a different tool from the wi
> driver and that's different from the iwp driver, etc.
Not taking one side or the other... Can we use a common
tool to convert firmware to a kld? Just pass it the
symbol name or whatever else you need?
I guess this makes the assumption that most firmware consists
of just one object file.
-- DE _______________________________________________ freebsd-arch@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-arch To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org"
- Previous message: Scott Long: "Re: cvs commit: src/sys/modules/iwi Makefile src/sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h"
- In reply to: Warner Losh: "Re: cvs commit: src/sys/modules/iwi Makefile src/sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h"
- Next in thread: Warner Losh: "Re: cvs commit: src/sys/modules/iwi Makefile src/sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h"
- Reply: Warner Losh: "Re: cvs commit: src/sys/modules/iwi Makefile src/sys/dev/iwi if_iwi.c if_iwireg.h if_iwivar.h"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|