HomeFreeBSD

MFC: kobj functionality
rS71938Unpublished

Unpublished Commit ยท Learn More

No further details are available.

Description

MFC: kobj functionality

this does not change the general driver interface or affect any system other
than altering the build process slightly.

the process of generating .c and .h files from .m files is changed by the
introduction of makeops.pl which simply determines if it is being run on a
device interface .m file or a kobj .m file and calls makedevops.pl or
makeobjops.pl as appropriate. the determination is done by checking for the
presence of 'KOBJ' in the first line of the file- this should be in a
comment.

Approved by: dfr (in principle), -arch

Details

Provenance
cgAuthored on
Parents
rS71937: When turning off TCP_NOPUSH, call tcp_output to immediately flush
Branches
Unknown
Tags
Unknown

Event Timeline