1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/sys/dev/sound
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
..
isa Fix broken binary issues with latest gcc 4.x due to bitfield signess 2007-05-27 20:12:51 +00:00
midi Disable seq_modevent(). The implementation is incomplete, and causing 2007-04-02 06:03:47 +00:00
pci Despite several examples in the kernel, the third argument of 2007-06-04 18:25:08 +00:00
pcm Despite several examples in the kernel, the third argument of 2007-06-04 18:25:08 +00:00
sbus sndbuf_alloc() now accept dmaflags argument which will be forwarded to 2007-04-18 18:26:41 +00:00
usb Use standard pcm_get/setflags() rather than dereferencing softc while 2007-06-02 17:28:26 +00:00
chip.h
clone.c Despite several examples in the kernel, the third argument of 2007-06-04 18:25:08 +00:00
clone.h Last major commit and updates for RELENG_7: 2007-05-31 18:35:24 +00:00
driver.c
unit.c Last major commit and updates for RELENG_7: 2007-05-31 18:35:24 +00:00
unit.h Last major commit and updates for RELENG_7: 2007-05-31 18:35:24 +00:00
version.h Last major commit and updates for RELENG_7: 2007-05-31 18:35:24 +00:00