Page MenuHomeFreeBSD

Remove mse from tree
ClosedPublic

Authored by imp on Oct 20 2018, 10:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 24 2024, 3:18 AM
Unknown Object (File)
Feb 24 2024, 3:17 AM
Unknown Object (File)
Feb 24 2024, 3:17 AM
Unknown Object (File)
Feb 23 2024, 6:42 PM
Unknown Object (File)
Dec 22 2023, 9:52 PM
Unknown Object (File)
Dec 3 2023, 11:58 AM
Unknown Object (File)
Nov 23 2023, 4:32 AM
Unknown Object (File)
Nov 10 2023, 7:37 PM
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.