Page MenuHomeFreeBSD

config: Make ISAPNP be in opt_dontuse.h
ClosedPublic

Authored by imp on Oct 24 2022, 4:32 PM.
Tags
None
Referenced Files
F97499989: D37109.diff
Sun, Sep 29, 6:20 PM
Unknown Object (File)
Sun, Sep 22, 2:09 PM
Unknown Object (File)
Sun, Sep 22, 7:53 AM
Unknown Object (File)
Fri, Sep 20, 2:37 PM
Unknown Object (File)
Wed, Sep 18, 11:12 AM
Unknown Object (File)
Wed, Sep 18, 2:15 AM
Unknown Object (File)
Tue, Sep 17, 10:41 PM
Unknown Object (File)
Mon, Sep 16, 11:29 PM
Subscribers
None

Details

Summary

Nothing uses ISAPNP today, apart from bringing in files or not. There's
really no need to ever do #ifdef ISAPNP in drivers and such. It means
use the ISA bus plug and play isolation protocol to enumerate the bus,
not the more useful 'you might have devices with isa pnp ids' which all
drivers hide behind DEV_ISA and/or an isa clause in the files files.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 47974
Build 44861: arc lint + arc unit