freebsd-dev/sys/dev/ep
Robert Watson 13f4c340ae Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and
IFF_DRV_RUNNING, as well as the move from ifnet.if_flags to
ifnet.if_drv_flags.  Device drivers are now responsible for
synchronizing access to these flags, as they are in if_drv_flags.  This
helps prevent races between the network stack and device driver in
maintaining the interface flags field.

Many __FreeBSD__ and __FreeBSD_version checks maintained and continued;
some less so.

Reviewed by:	pjd, bz
MFC after:	7 days
2005-08-09 10:20:02 +00:00
..
if_ep_eisa.c u_intXX_t -> uintXX_t while I'm here. 2005-01-20 19:39:33 +00:00
if_ep_isa.c Make a pass and cleanup the printfs from this driver. 2005-07-01 05:31:23 +00:00
if_ep_mca.c Make a pass and cleanup the printfs from this driver. 2005-07-01 05:31:23 +00:00
if_ep_pccard.c Upon relection, we shouldn't allow the tuple structs to be modified by 2005-07-01 15:52:50 +00:00
if_ep.c Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and 2005-08-09 10:20:02 +00:00
if_epreg.h Add newer commands 2005-07-31 03:30:46 +00:00
if_epvar.h Spell destroy in a more traditional way 2005-07-19 22:26:44 +00:00