History log of /netbsd-src/sys/dev/ofw/ofw_network_subr.c (Results 1 – 10 of 10)
Revision Date Author Comments
# 18f3098c 27-Jan-2021 thorpej <thorpej@NetBSD.org>

Use DEVICE_COMPAT_EOL.


# 0623ee09 24-Jan-2021 thorpej <thorpej@NetBSD.org>

Rewrite of_network_decode_media() to use strlist_next() and
device_compatible_lookup().


# b7b3f0d6 29-May-2019 msaitoh <msaitoh@NetBSD.org>

KNF. No functional change.


# 82357f6d 14-Mar-2009 dsl <dsl@NetBSD.org>

ANSIfy another 1261 function definitions.
The only ones left in sys are beyond by sed script!
(or in sys/dist or sys/external)
Mostly they have function pointer parameters.


# 454af1c0 14-Mar-2009 dsl <dsl@NetBSD.org>

Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle

Change about 4500 of the K&R function definitions to ANSI ones.
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.)

show more ...


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 18db93c7 04-Feb-2005 perry <perry@NetBSD.org>

de-__P


# ab5d9d2b 13-Nov-2001 lukem <lukem@NetBSD.org>

add RCSIDs


# daf40e1b 22-Jul-1998 thorpej <thorpej@NetBSD.org>

Add common OpenFirmware network interface functions. Currently supports
decoding the `supported-network-types' and `chosen-network-type' properties
into ifmedia words.