On 19/12/04 21:38 +0100, Marcel Sebek wrote: > @@ -147,13 +120,13 @@ static u8 read_prom_byte(struct he_dev * > > /* globals */ > > -struct he_dev *he_devs = NULL; > -static int disable64 = 0; > +struct he_dev *he_devs; This is not static, so it won't be initialized. Domen