Re: svn commit: r184251 - in head/sys: conf dev/cfi sys

2008-11-04 Thread John Baldwin
On Tuesday 04 November 2008 04:15:15 am Dag-Erling Smørgrav wrote: > John Baldwin <[EMAIL PROTECTED]> writes: > > M. Warner Losh <[EMAIL PROTECTED]> writes: > > > Whose name is in the disclaimer? > > If the problem is "AUTHOR" vs "AUTHOR AND CONTRIBUTORS" then it would perhaps > > be more useful

Re: svn commit: r184251 - in head/sys: conf dev/cfi sys

2008-11-04 Thread Dag-Erling Smørgrav
John Baldwin <[EMAIL PROTECTED]> writes: > M. Warner Losh <[EMAIL PROTECTED]> writes: > > Whose name is in the disclaimer? > If the problem is "AUTHOR" vs "AUTHOR AND CONTRIBUTORS" then it would perhaps > be more useful to all involved to actually state one's concerns instead of > vague hand-wavi

Re: svn commit: r184251 - in head/sys: conf dev/cfi sys

2008-11-03 Thread John Baldwin
On Monday 03 November 2008 03:25:12 pm M. Warner Losh wrote: > In message: <[EMAIL PROTECTED]> > John Baldwin <[EMAIL PROTECTED]> writes: > : On Friday 31 October 2008 05:59:41 am Dag-Erling Smørgrav wrote: > : > Marcel Moolenaar <[EMAIL PROTECTED]> writes: > : > > Log: > : > > Add a

Re: svn commit: r184251 - in head/sys: conf dev/cfi sys

2008-11-03 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> John Baldwin <[EMAIL PROTECTED]> writes: : On Friday 31 October 2008 05:59:41 am Dag-Erling Smørgrav wrote: : > Marcel Moolenaar <[EMAIL PROTECTED]> writes: : > > Log: : > > Add a driver for flash memory that implements to the Common Flash : > > Memor

Re: svn commit: r184251 - in head/sys: conf dev/cfi sys

2008-11-03 Thread John Baldwin
On Friday 31 October 2008 05:59:41 am Dag-Erling Smørgrav wrote: > Marcel Moolenaar <[EMAIL PROTECTED]> writes: > > Log: > > Add a driver for flash memory that implements to the Common Flash > > Memory Interface (CFI). The flash memory can be read and written > > to through /dev/cfi# and an i

Re: svn commit: r184251 - in head/sys: conf dev/cfi sys

2008-10-31 Thread Dag-Erling Smørgrav
Marcel Moolenaar <[EMAIL PROTECTED]> writes: > Log: > Add a driver for flash memory that implements to the Common Flash > Memory Interface (CFI). The flash memory can be read and written > to through /dev/cfi# and an ioctl() exists so processes can read > the query information. > The driv

Re: svn commit: r184251 - in head/sys: conf dev/cfi sys

2008-10-28 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Stanislav Sedov <[EMAIL PROTECTED]> writes: : On Mon, 27 Oct 2008 21:45:47 -0600 (MDT) : "M. Warner Losh" <[EMAIL PROTECTED]> mentioned: : : > : > I tend to think that we should handle the partitioning in GEOM, with : > higher level things figuring the

Re: svn commit: r184251 - in head/sys: conf dev/cfi sys

2008-10-28 Thread Stanislav Sedov
On Mon, 27 Oct 2008 21:45:47 -0600 (MDT) "M. Warner Losh" <[EMAIL PROTECTED]> mentioned: > > I tend to think that we should handle the partitioning in GEOM, with > higher level things figuring the rest out. We should expose flash, > and its properties upstream in GEOM, but not have a separate la

Re: svn commit: r184251 - in head/sys: conf dev/cfi sys

2008-10-27 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Marcel Moolenaar <[EMAIL PROTECTED]> writes: : : On Oct 27, 2008, at 5:33 AM, Stanislav Sedov wrote: : : >> Add a driver for flash memory that implements to the Common Flash : >> Memory Interface (CFI). The flash memory can be read and written : >> t

Re: svn commit: r184251 - in head/sys: conf dev/cfi sys

2008-10-27 Thread Marcel Moolenaar
On Oct 27, 2008, at 5:33 AM, Stanislav Sedov wrote: Add a driver for flash memory that implements to the Common Flash Memory Interface (CFI). The flash memory can be read and written to through /dev/cfi# and an ioctl() exists so processes can read the query information. The driver supports

Re: svn commit: r184251 - in head/sys: conf dev/cfi sys

2008-10-27 Thread Stanislav Sedov
On Sat, 25 Oct 2008 06:18:12 + (UTC) Marcel Moolenaar <[EMAIL PROTECTED]> mentioned: > Author: marcel > Date: Sat Oct 25 06:18:12 2008 > New Revision: 184251 > URL: http://svn.freebsd.org/changeset/base/184251 > > Log: > Add a driver for flash memory that implements to the Common Flash >

Re: svn commit: r184251 - in head/sys: conf dev/cfi sys

2008-10-27 Thread Bruce M. Simpson
Warner Losh wrote: Thanks for bringing this code in. Hopefully it shouldn't be too hard to add MTD-like support on top, and/or port it to other parts. What, exactly, do you mean here? The partitioning stuff, the flash erase stuff, moving all things through the /dev/mt* or something else?

Re: svn commit: r184251 - in head/sys: conf dev/cfi sys

2008-10-25 Thread Warner Losh
> Thanks for bringing this code in. Hopefully it shouldn't be too hard to > add MTD-like support on top, and/or port it to other parts. What, exactly, do you mean here? The partitioning stuff, the flash erase stuff, moving all things through the /dev/mt* or something else? Warner __

Re: svn commit: r184251 - in head/sys: conf dev/cfi sys

2008-10-25 Thread Bruce M. Simpson
Thanks for bringing this code in. Hopefully it shouldn't be too hard to add MTD-like support on top, and/or port it to other parts. ___ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any m

svn commit: r184251 - in head/sys: conf dev/cfi sys

2008-10-24 Thread Marcel Moolenaar
Author: marcel Date: Sat Oct 25 06:18:12 2008 New Revision: 184251 URL: http://svn.freebsd.org/changeset/base/184251 Log: Add a driver for flash memory that implements to the Common Flash Memory Interface (CFI). The flash memory can be read and written to through /dev/cfi# and an ioctl() exi