Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
ifnet: Rename DrvAPI to "IfAPI""DrvAPI" is too generic a name. Make the name more specific as "IfAPI"(InterFace API).Sponsored by: Juniper Networks, Inc.
Update DrvAPI convert script for new KPIsBring the DrvAPI convert script forward from the initial commit toaccount for the last 8 years of changes to the KPIs.Sponsored by: Juniper Networks, Inc.
* Handle ++x as well as x++ while converting.* Add special case handling where normal conversion would not work (some APIs have special names)* Fix conversion for function calls involving ifnet
* Handle ++x as well as x++ while converting.* Add special case handling where normal conversion would not work (some APIs have special names)* Fix conversion for function calls involving ifnetSubmitted by: Sreekanth Rupavatharam <rupavath@juniper.net>Obtained from: Juniper Networks, Inc.
show more ...
Add convert_drvapi.sh; a script that helps to convert NIC driversto use the procedural interface.Submitted by: Sreekanth Rupavatharam <rupavath@juniper.net>Reviewed by: glebius@Obtained from: Ju
Add convert_drvapi.sh; a script that helps to convert NIC driversto use the procedural interface.Submitted by: Sreekanth Rupavatharam <rupavath@juniper.net>Reviewed by: glebius@Obtained from: Juniper Networks, Inc.