Page MenuHomeFreeBSD

Remove mse from tree
ClosedPublic

Authored by imp on Oct 20 2018, 10:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Oct 2, 1:34 AM
Unknown Object (File)
Mon, Sep 29, 12:19 AM
Unknown Object (File)
Sun, Sep 28, 2:36 PM
Unknown Object (File)
Sun, Sep 28, 11:41 AM
Unknown Object (File)
Sun, Sep 28, 5:59 AM
Unknown Object (File)
Sun, Sep 28, 2:00 AM
Unknown Object (File)
Sep 16 2025, 3:51 PM
Unknown Object (File)
Jul 15 2025, 5:48 AM
Subscribers

Details

Reviewers
emaste
cem
Group Reviewers
manpages
Commits
rS339564: Remove mse(4) from tree
Summary

Remove mse and all support for bus and inport devices from the tree.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste added inline comments.
share/man/man5/rc.conf.5
3259 ↗(On Diff #49367)

probably an or between the examples

sys/sys/mouse.h
203–204 ↗(On Diff #49367)

What about leaving MOUSE_PROTO_BUS MOUSE_PROTO_INPORT behind in the comments, for the (perhaps very unlikely) case someone greps the tree?

This revision is now accepted and ready to land.Oct 20 2018, 10:22 PM
imp marked an inline comment as done.Oct 21 2018, 6:10 AM
imp added inline comments.
sys/sys/mouse.h
203–204 ↗(On Diff #49367)

I specifically removed them so that they wouldn't appear should someone grep the tree...

This revision was automatically updated to reflect the committed changes.