summaryrefslogtreecommitdiff
path: root/sys/dev/ofw/ofw_network_subr.c
AgeCommit message (Collapse)Author
2021-01-27Use DEVICE_COMPAT_EOL.thorpej
2021-01-24Rewrite of_network_decode_media() to use strlist_next() andthorpej
device_compatible_lookup().
2019-05-29 KNF. No functional change.msaitoh
2009-03-14ANSIfy another 1261 function definitions.dsl
The only ones left in sys are beyond by sed script! (or in sys/dist or sys/external) Mostly they have function pointer parameters.
2009-03-14Change about 4500 of the K&R function definitions to ANSI ones.dsl
There are still about 1600 left, but they have ',' or /* ... */ in the actual variable definitions - which my awk script doesn't handle. There are also many that need () -> (void). (The script does handle misordered arguments.)
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2005-12-11merge ktrace-lwp.christos
2005-02-04de-__Pperry
2001-11-13add RCSIDslukem
1998-07-22Add common OpenFirmware network interface functions. Currently supportsthorpej
decoding the `supported-network-types' and `chosen-network-type' properties into ifmedia words.