cvs commit: src/sys/dev/sound/isa ess.c src/sys/dev/sound/pci
emu10k1.c solo.c src/sys/dev/sound/pcm ac97.c
Ariff Abdullah
ariff at FreeBSD.org
Sun May 27 20:12:51 UTC 2007
ariff 2007-05-27 20:12:51 UTC
FreeBSD src repository
Modified files:
sys/dev/sound/isa ess.c
sys/dev/sound/pci emu10k1.c solo.c
sys/dev/sound/pcm ac97.c
Log:
Fix broken binary issues with latest gcc 4.x due to bitfield signess
mishaps for emu10k1 [1] and few other places.
Reported/Submitted/Tested by: Ed Schouten <ed at fxq.nl> [1]
Revision Changes Path
1.40 +2 -1 src/sys/dev/sound/isa/ess.c
1.67 +1 -1 src/sys/dev/sound/pci/emu10k1.c
1.43 +2 -1 src/sys/dev/sound/pci/solo.c
1.68 +1 -1 src/sys/dev/sound/pcm/ac97.c
More information about the cvs-src
mailing list