Page MenuHomeFreeBSD

Retire ISA sound card drivers
ClosedPublic

Authored by emaste on Mar 25 2022, 1:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Sep 27, 2:36 AM
Unknown Object (File)
Fri, Sep 19, 1:57 AM
Unknown Object (File)
Sep 15 2025, 6:57 AM
Unknown Object (File)
Sep 13 2025, 3:14 AM
Unknown Object (File)
Sep 10 2025, 7:42 AM
Unknown Object (File)
Sep 9 2025, 2:41 PM
Unknown Object (File)
Sep 8 2025, 11:16 AM
Unknown Object (File)
Sep 5 2025, 6:16 PM
Subscribers
None

Diff Detail

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

Event Timeline

emaste created this revision.

D34604 for deprecation notices

sys/modules/sound/driver/Makefile
9–10

ess again removed locally
(accidentally reappeared in a rebase)

emaste retitled this revision from Disconnect ISA sound cards from the to Retire ISA sound card drivers.
emaste edited the summary of this revision. (Show Details)
emaste added reviewers: imp, mav, cy.
sys/dev/sound/pcm/buffer.h
34 ↗(On Diff #104216)

SNDBUF_F_DMA and SND_DMA() are no longer used. SNDBUF_F_XRUN and SNDBUF_F_RUNNING seems just not used.

sys/dev/sound/pcm/channel.c
32 ↗(On Diff #104216)

I guess this is no longer used?

sys/modules/sound/sound/Makefile
42 ↗(On Diff #104216)

I guess if we remove opt_isa.h inclusion from channel.c we no longer need this.

mav added inline comments.
sys/dev/sound/pcm/buffer.h
48 ↗(On Diff #104222)

dmachan and dir seem also no longer used, but I don't insist.

This revision is now accepted and ready to land.Mar 26 2022, 1:52 AM

I will split this into a series of individual commits so that we could revert a single driver if desired

This revision was automatically updated to reflect the committed changes.