Subject: Re: Documentation (files.i386.newconf format)
To: None <current-users@NetBSD.ORG>
From: Randy Terbush <randy@zyzzyva.com>
List: current-users
Date: 01/08/1995 09:49:12
> > From: Ken Hornstein <kenh@entropic.com>
> >
> > NetBSD device driver primer
> >
Another item that does not appear to be mentioned is information
about the config.new file.i386.newconf format.
Could someone point me to more documentation about this now?
I am attempting to add some device driver references that
require more than one file to be added to the dependency list.
I am getting the following from config.new:
files.i386.newconf:166: file arch/i386/isa/ad1848.c ...
files.i386.newconf:169: file arch/i386/isa/ad1848.c listed again
files.i386.newconf:172: file arch/i386/isa/sbdsp.c ...
files.i386.newconf:175: file arch/i386/isa/sbdsp.c listed again
files.i386.newconf:172: file arch/i386/isa/sbdsp.c ...
files.i386.newconf:178: file arch/i386/isa/sbdsp.c listed again
refering to this section:
device wss at isa
file arch/i386/isa/wss.c wss needs-flag
file arch/i386/isa/ad1848.c
device pss at isa
file arch/i386/isa/pss.c pss needs-flag
file arch/i386/isa/ad1848.c
device psb at isa
file arch/i386/isa/pss_sb.c psb needs-flag
file arch/i386/isa/sbdsp.c
device pas at isa
file arch/i386/isa/pas.c pas needs-flag
file arch/i386/isa/sbdsp.c
device sb at isa
file arch/i386/isa/sb.c sb needs-flag
file arch/i386/isa/sbdsp.c