freebsd-dev/sys/dev/awi
Warner Losh 6d3ffec0e5 Make this build on 4.x machines again (building a -current kernel on a
-stable machine via the old-school methods):

Use __FreeBSD_version in preference to __FreeBSD__ >= N where possible.
Define a single variable mythread which is set to curproc or curthread
depending on the OS version (with a comment saying it is a white lie on
4.x since it really is a proc).

NB: __FreeBSD__ is the OS level of the host machine, not the target,
and should never be used, if possible, as __FreeBSD__ >= N.
2002-04-19 22:28:09 +00:00
..
am79c930.c Remove __P. 2002-03-20 02:08:01 +00:00
am79c930reg.h
am79c930var.h Remove __P. 2002-03-20 02:08:01 +00:00
awi_wep.c Make this build on 4.x machines again (building a -current kernel on a 2002-04-19 22:28:09 +00:00
awi_wicfg.c Make this build on 4.x machines again (building a -current kernel on a 2002-04-19 22:28:09 +00:00
awi.c Make this build on 4.x machines again (building a -current kernel on a 2002-04-19 22:28:09 +00:00
awireg.h
awivar.h Remove __P. 2002-03-20 02:08:01 +00:00
if_awi_pccard.c Set ifp->if_name to "awi" instead of device_get_name(dev) to avoid 2002-02-26 20:09:19 +00:00