Subject: Re: ??
To: None <thorpej@nas.nasa.gov>
From: Andrew Gillham <gillhaa@ghost.whirlpool.com>
List: port-mac68k
Date: 04/03/1996 22:51:54
> 
> NetBSD is supposed to have a <machine/devconf.h>?!  Last time I checked, 
> that was a FreeBSD-ism!

Heh, 
# fgrep devconf /sys/arch/mac68k/dev/*
/sys/arch/mac68k/dev/nubus.c:#include <machine/devconf.h>

I commented it out, and added a "extern matchbyname...." like in scsi.c
and it compiled ok..  The kernel doesn't boot, but that is prolly 
a different story. :)

-Andrew