summaryrefslogtreecommitdiff
path: root/sys/dev/mii/devlist2h.awk
AgeCommit message (Collapse)Author
2019-12-09Pull up following revision(s) (requested by uwe in ticket #521):martin
sys/dev/mii/devlist2h.awk: revision 1.10 Fix s/product/model/ search-and-destroy accident that affected license. Back in 1998 thorpej@ adapted this from one of the several versions we have in the tree but needed s/product/model/ in the text of the script. Unfortunately that also affected the license text: "This model includes software..." and "...or promote models".
2019-03-25 Fix compile error when MIIVERBOSE is set. Reported by Kurt Schreiner.msaitoh
2017-06-03remove my copyright.christos
2008-05-02Move TNF licenses to 2 clause formmartin
2005-12-11merge ktrace-lwp.christos
2005-02-27Don't leave blanks at the end of the "generated from:"perry
Also, don't print a space after "},"s at the end of line in one of the files.
2003-12-15Fixes from PR#23177. Various lint/logic fixes:jmc
Fix some non-initialized variables close the output files when done Redo the printing for RCS strings so they don't expand in the awk script too Do proper tests for variables existance before accessing Verified output from all scripts is identical to original versions
2000-05-08Allow a verbose description to be printed with the option MIIVERBOSE.augustss
1998-09-05Assign copyright to TNF.christos
1998-08-10Near complete rewrite of the MII layer to present an interface compatiblethorpej
with BSDI's MII layer to device drivers.