From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Wed, 17 Mar 2010 11:43:15 -0400 To: 9fans@9fans.net Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] install onto P5Q-Pro SATA drives Topicbox-Message-UUID: ebec1c78-ead5-11e9-9d60-3106f5b1d025 On Wed Mar 17 11:17:05 EDT 2010, kokamoto@hera.eonet.ne.jp wrote: > I looked your new sources like a name of new-E820Atom.... Unfortunately > it requires lots of changes to the structure of kernel device tree. > Can't you rewrite them not dremand, say such as /sys/include/fits.h(?, sorry > I don't re,member it well), just more harmony with the present style of > kernel sources? i don't believe i've changed the structure of anything. and of course there's no reason you need to use the atom stuff at all. i just thought it might help with your problem. fis.h is required because all the sata drivers need to format fises and that code is centralized in libfis. a fis is the sata analogue to the ide register block. now that there are multiple sata drivers (at least in atom), it makes sense. the alternative to the library is to copy the same code around here and there. that was the original approach, but it resulted in too many bugs. - erik