Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 11 Oct 2001 17:38:08 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 11 Oct 2001 17:37:59 -0400 Received: from zcars0m9.nortelnetworks.com ([47.129.242.157]:60641 "EHLO zcars0m9.nortelnetworks.com") by vger.kernel.org with ESMTP id ; Thu, 11 Oct 2001 17:37:53 -0400 Message-ID: <3BC61185.738C1019@nortelnetworks.com> Date: Thu, 11 Oct 2001 17:39:17 -0400 X-Sybari-Space: 00000000 00000000 00000000 From: "Christopher Friesen" X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.3-custom i686) X-Accept-Language: en MIME-Version: 1.0 To: Mark Atwood Cc: "Christopher Friesen" , Linux Kernel Development Subject: Re: Module read a file? In-Reply-To: <3BC60CCB.4F525A02@nortelnetworks.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Orig: Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Mark Atwood wrote: > > "Christopher Friesen" writes: > > Mark Atwood wrote: > > > I'm modifying a PCMCIA driver module so that it can load new firmware > > > into the card when it's inserted. > > > Are their any good examples of kernel code or kernel modules reading a > > > file out of the filesystem that I could copy or at least look to for > > > inspiration? > > > > What about adding an ioctl() and making a userspace tool to pass the > > new firmware down in a buffer? This lets you do more complicated > > error-checking and maybe some sort of validation of the firmware in > > userspace, saving on kernel size. > > Because the firmware is stored in volitile memory on the card, and > vanishes on a card reset or removal, and I would like to have it Just > Work with the pcmcia-cs package with minimal changes. Ah, okay. I was assuming that the firmware was stored in nonvolatile memory. -- Chris Friesen | MailStop: 043/33/F10 Nortel Networks | work: (613) 765-0557 3500 Carling Avenue | fax: (613) 765-2986 Nepean, ON K2H 8E9 Canada | email: cfriesen@nortelnetworks.com - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/