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)
Fri, Nov 8, 6:16 AM
Unknown Object (File)
Thu, Nov 7, 11:19 PM
Unknown Object (File)
Wed, Nov 6, 3:49 PM
Unknown Object (File)
Tue, Nov 5, 2:58 PM
Unknown Object (File)
Thu, Oct 17, 3:21 PM
Unknown Object (File)
Wed, Oct 16, 7:25 PM
Unknown Object (File)
Wed, Oct 16, 8:03 AM
Unknown Object (File)
Tue, Oct 15, 6:45 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

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.