[Midnightbsd-cvs] [MidnightBSD/src] 416362: Add deprecation notices to ctau and cx drivers
Lucas Holt
noreply at github.com
Sun Nov 15 02:21:43 EST 2020
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/src
Commit: 4163628bbccab24122079eb9549ea573565b1d1d
https://github.com/MidnightBSD/src/commit/4163628bbccab24122079eb9549ea573565b1d1d
Author: Lucas Holt <luke at foolishgames.com>
Date: 2020-11-15 (Sun, 15 Nov 2020)
Changed paths:
M sys/dev/ctau/if_ct.c
M sys/dev/cx/if_cx.c
Log Message:
-----------
Add deprecation notices to ctau and cx drivers
Commit: 528d7a4bf9b20d49a7295201b2f12b5367a0b4bc
https://github.com/MidnightBSD/src/commit/528d7a4bf9b20d49a7295201b2f12b5367a0b4bc
Author: Lucas Holt <luke at foolishgames.com>
Date: 2020-11-15 (Sun, 15 Nov 2020)
Changed paths:
M sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa.c
Log Message:
-----------
Increase number of write completion threads, matching ZoL.
Our iSCSI benchmarks on a large 80-core system show that previous limit
of 8 threads can be a bottleneck. At some points this change increases
write IOPS by as much as 50%
Commit: 3fb8f7dcc4602236b528ec5b0eb7dce22e6d6121
https://github.com/MidnightBSD/src/commit/3fb8f7dcc4602236b528ec5b0eb7dce22e6d6121
Author: Lucas Holt <luke at foolishgames.com>
Date: 2020-11-15 (Sun, 15 Nov 2020)
Changed paths:
M sys/dev/usb/controller/xhci.c
M sys/dev/usb/usb_hub.c
Log Message:
-----------
Remove the power bit from the super speed root hub port status register
because it clobbers the super speed link status when a device is in super
speed mode. Currently the power bit is not needed for anything in the USB
hub driver.
This fixes USB warm reset for super speed devices.
Commit: 2c447b5db296a544058c88d8c93337909ab4cdfe
https://github.com/MidnightBSD/src/commit/2c447b5db296a544058c88d8c93337909ab4cdfe
Author: Lucas Holt <luke at foolishgames.com>
Date: 2020-11-15 (Sun, 15 Nov 2020)
Changed paths:
M sys/dev/sound/pcm/dsp.c
M sys/dev/sound/pcm/mixer.c
M sys/dev/sound/pcm/sound.c
M sys/dev/sound/pcm/sound.h
Log Message:
-----------
Implement a detaching flag for the sound(4) subsystem to take
appropriate actions when we are trying to detach an audio device,
but cannot because someone is using it.
This avoids applications having to wait for the DSP read data
timeout before they receive any error indication.
Tested with virtual_oss(8).
Remove some unused definitions while at it.
Compare: https://github.com/MidnightBSD/src/compare/129ad4c730bf...2c447b5db296
More information about the Midnightbsd-cvs
mailing list