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)
Thu, Jan 30, 8:55 AM
Unknown Object (File)
Sun, Jan 26, 9:49 PM
Unknown Object (File)
Sun, Jan 26, 9:50 AM
Unknown Object (File)
Sun, Jan 26, 9:41 AM
Unknown Object (File)
Sat, Jan 25, 9:10 AM
Unknown Object (File)
Sat, Jan 25, 9:09 AM
Unknown Object (File)
Wed, Jan 22, 11:17 PM
Unknown Object (File)
Wed, Jan 22, 6:44 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.