1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00
freebsd/sys/dev/sound/pci
David Malone 041b706b2f Despite several examples in the kernel, the third argument of
sysctl_handle_int is not sizeof the int type you want to export.
The type must always be an int or an unsigned int.

Remove the instances where a sizeof(variable) is passed to stop
people accidently cut and pasting these examples.

In a few places this was sysctl_handle_int was being used on 64 bit
types, which would truncate the value to be exported.  In these
cases use sysctl_handle_quad to export them and change the format
to Q so that sysctl(1) can still print them.
2007-06-04 18:25:08 +00:00
..
hda Despite several examples in the kernel, the third argument of 2007-06-04 18:25:08 +00:00
als4000.c
als4000.h
atiixp.c Despite several examples in the kernel, the third argument of 2007-06-04 18:25:08 +00:00
atiixp.h
au88x0.c
au88x0.h
aureal.c
aureal.h
cmi.c
cmireg.h
cs4281.c
cs4281.h
csa.c
csapcm.c
csareg.h
csavar.h
ds1-fw.h
ds1.c
ds1.h
emu10k1.c Fix broken binary issues with latest gcc 4.x due to bitfield signess 2007-05-27 20:12:51 +00:00
emu10kx-midi.c
emu10kx-pcm.c
emu10kx.c Despite several examples in the kernel, the third argument of 2007-06-04 18:25:08 +00:00
emu10kx.h
envy24.c Bring in a bunch of bug fixes and some code to support more chipsets. 2007-05-27 19:58:39 +00:00
envy24.h Bring in a bunch of bug fixes and some code to support more chipsets. 2007-05-27 19:58:39 +00:00
envy24ht.c Use standard pcm_get/setflags() rather than dereferencing softc while 2007-06-02 17:28:26 +00:00
envy24ht.h Bring in a bunch of bug fixes and some code to support more chipsets. 2007-05-27 19:58:39 +00:00
es137x.c Despite several examples in the kernel, the third argument of 2007-06-04 18:25:08 +00:00
es137x.h
fm801.c Fix randomly broken playback with Fortemedia FM801 XWave PCI soundcard. 2007-05-19 13:19:32 +00:00
ich.c Fix (or rather workaround) Intel 440MX Errata #36 2007-05-05 09:18:05 +00:00
ich.h
maestro3.c
maestro_reg.h
maestro.c
neomagic-coeff.h
neomagic.c
neomagic.h
solo.c Fix broken binary issues with latest gcc 4.x due to bitfield signess 2007-05-27 20:12:51 +00:00
spicds.c Bring in a bunch of bug fixes and some code to support more chipsets. 2007-05-27 19:58:39 +00:00
spicds.h Bring in a bunch of bug fixes and some code to support more chipsets. 2007-05-27 19:58:39 +00:00
t4dwave.c
t4dwave.h
via82c686.c
via82c686.h
via8233.c Despite several examples in the kernel, the third argument of 2007-06-04 18:25:08 +00:00
via8233.h
vibes.c
vibes.h