Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Nov 1995 22:02:18 +1100
From:      Bruce Evans <bde@zeta.org.au>
To:        CVS-committers@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, julian@freefall.freebsd.org
Subject:   Re: cvs commit: src/sys/i386/isa/sound soundcard.c
Message-ID:  <199511281102.WAA24790@godzilla.zeta.org.au>

next in thread | raw e-mail | index | archive | help
>julian      95/11/28 01:43:48

>  Modified:    sys/i386/isa  asc.c b004.c ctx.c cx.c cy.c fd.c gpib.c gsc.c
>                        if_cx.c joy.c  labpc.c lpt.c mcd.c mse.c pcaudio.c
>                        psm.c rc.c scd.c si.c  sio.c spigot.c spkr.c tw.c
>                        wcd.c wd.c wt.c
>  Log:
>  the second set of changes in a move towards getting devices to be
>  totally dynamic.

Erm.  The log message is larger than some of the drivers!  I think a
different forum should be used for design notes.

>  config will put the config lines out in the .h file
>  (e.g. in aha.h will be the addresses for the aha driver to look.)

It should print config lines for all drivers that requires some static
configuration, not just statically configured ones, so that the lines
can be used in lkms.  This wouldn't cost any space if the lines are
#defines that are used if their driver happens to be compiled.

>  Modified:    sys/i386/isa/matcd  matcd.c
>               sys/i386/isa/sound  soundcard.c
>  Log:
>  the second set of changes in a move towards getting devices to be
>  totally dynamic. (the first was about 7 weeeks ago)

The log message was actually slightly smaller than the smallest
driver :-).  The cvs mail generator doesn't handle log messages that
are almost the same very well.

Bruce



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199511281102.WAA24790>