Page MenuHomeFreeBSD

Add deprecation notices to ISA sound cards
ClosedPublic

Authored by emaste on Mar 18 2022, 3:56 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 10 2025, 5:04 AM
Unknown Object (File)
Feb 28 2025, 3:49 PM
Unknown Object (File)
Feb 20 2025, 2:43 PM
Unknown Object (File)
Feb 20 2025, 1:28 PM
Unknown Object (File)
Feb 20 2025, 12:38 PM
Unknown Object (File)
Feb 20 2025, 12:03 PM
Unknown Object (File)
Feb 17 2025, 4:45 AM
Unknown Object (File)
Feb 4 2025, 7:25 PM
Subscribers

Details

Summary

ISA sound cards are long obsolete. Add deprecation notices to device attach routines and man pages for:

snd_ad1816  Analog Devices AD1816 SoundPort
snd_ess     Ensoniq ESS
snd_gusc    Gravis UltraSound
snd_mss     Microsoft Sound System
snd_sbc     Creative Sound Blaster

(Will bump .Dd prior to commit)

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste created this revision.
mav added a subscriber: mav.

I don't have specific objections except nostalgic. I was thinking about it from perspective of Giant lock many of them use. There are few Giant-locked PCI sound drivers too, but that may go separately: either fix or also remove.

This revision is now accepted and ready to land.Mar 18 2022, 4:27 PM
This revision was automatically updated to reflect the committed changes.