From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: erik quanstrom Date: Wed, 12 Mar 2008 13:54:26 -0400 To: 9fans@9fans.net In-Reply-To: <16ff6b980803121048u2029b16h33deb7da3b1ae734@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] kernel panic with fresh sources Topicbox-Message-UUID: 76dfce5e-ead3-11e9-9d60-3106f5b1d025 > Just for kicks, I have tried rebuilding another kernel with the fresh > sources and this modified sdiahci.c but it fails with the errors > attached in build.txt. the build warnings are harmless. it has to do with the fact that u32int is considerd a uint by the print format checking while ulong is considerd a ulong. i'll take a look at the other stuff this p.m. assuming that you have venti or kenfs on your machine, you can do this cp `{yesterday ahci.h sdiahci.c} . ; mk clean ; mk 'CONF=pcf' - erik