Subject: Re: amd64: doesn't boot with 4.99.42: raid?
To: Thomas Klausner <wiz@NetBSD.org>
From: Jared D. McNeill <jmcneill@invisible.ca>
List: current-users
Date: 12/10/2007 18:24:01
On Tue, 11 Dec 2007, Thomas Klausner wrote:
> panic: config_devalloc

rf_netbsdkintf doesn't use CFATTACH_DECL_NEW, but the first member of 
raid_softc is 'struct device *sc_dev' rather than 'struct device sc_dev'. 
The panic is triggered because raid_softc turns out to be smaller than a 
struct device using the old cfattach APIs.

Hopefully this is helpful for Greg to come up with a patch..

Cheers,
Jared