Subject: Re: NetBSD on 68LC040-based Macs
To: David Brownlee <abs@netbsd.org>
From: Bruce ONeel <edoneel@sdf.lonestar.org>
List: port-mac68k
Date: 06/06/2003 11:18:28
[edoneel@nadelhorn 135]$ sysctl hw.model hw.machine hw.machine_arch
;grep '^cpu' /var/run/dmesg.boot 
hw.model = Apple Macintosh PowerBook 500  (68040)
hw.machine = mac68k
hw.machine_arch = m68k
cpu: delay factor 902
[edoneel@nadelhorn 136]$ 

Hmm, I wonder of grepping for cpu was supposed to return
something like cpu0?  That line doesn't seem to be in my 
dmesg output.

Thanks!

cheers

bruce

Riccardo Mottola <zuse@libero.it> wrote:
> on 6/5/03 11:44 AM, David Brownlee at abs@netbsd.org wrote:
> 
> > If some LC040 owners would like to send me the output of
> > 
> > sysctl hw.model hw.machine hw.machine_arch;grep '^cpu' /var/run/dmesg.boot
> > 
> > I'll update devel/cpuflags to set compiler flags automatically
> > for them :)
> I'll do that as soon as I can boot using the unofficial port (right now the
> page has exceeded transfer quota). as for now the official 1.6 kernel
> seg-faults at startup.
> 
> 
> -riccardo
> 
> PS: If I get the LC475 running I could provide an unpatched kernel to use
> for LC machines ? maybe even a installer kernel?