cvs commit: src/sys/conf Makefile.i386 files

Matthew Dillon dillon at apollo.backplane.com
Sun Nov 16 15:12:09 PST 2003


    Ummm.. something broke really badly here.  I can't build the sound
    module any more (and possibly others).

. ..
ac97_if.c: In function `AC97_INIT':
ac97_if.c:33: `dev' undeclared (first use in this function)
ac97_if.c:33: (Each undeclared identifier is reported only once
ac97_if.c:33: for each function it appears in.)
ac97_if.c: In function `AC97_READ':
ac97_if.c:43: `dev' undeclared (first use in this function)
ac97_if.c: In function `AC97_WRITE':
ac97_if.c:53: `dev' undeclared (first use in this function)

    For some reason the new makedevops.pl code you imported is
    generating functions even when the vector is NULL.  Also, I'm
    not entirely sure that the FreeBSD makedevops.pl script is
    compatible with DragonFly.

					-Matt
					Matthew Dillon 
					<dillon at xxxxxxxxxxxxx>

:asmodai     2003/11/16 02:32:46 PST
:
:DragonFly src repository
:
:  Modified files:
:    sys/conf             Makefile.i386 files 
:  Log:
:  Rework the logic in the kernel config files.
:  Remove all build magic for the module interface methods from the 'files'
:  file and move it to the Makefile where it belongs.
:  
:  Based on:	Makefile.i386 1.181 and files 1.348
:  Tested with:	LINT
:  
:  Revision  Changes    Path
:  1.9       +14 -3     src/sys/conf/Makefile.i386
:  1.29      +24 -287   src/sys/conf/files
:
:
:http://www.dragonflybsd.org/cvsweb/src/sys/conf/Makefile.i386.diff?r1=1.8&r2=1.9&f=h
:http://www.dragonflybsd.org/cvsweb/src/sys/conf/files.diff?r1=1.28&r2=1.29&f=h





More information about the Commits mailing list