freebsd-dev/sys/dev/ep
Edward Tomasz Napierala 3745cc73d0 Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in order
to silence newer GCC versions.
2010-01-08 15:44:49 +00:00
..
if_ep_eisa.c
if_ep_isa.c
if_ep_mca.c
if_ep_pccard.c Two refinements to the 3c1 support: 2009-04-11 04:30:38 +00:00
if_ep.c Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in order 2010-01-08 15:44:49 +00:00
if_epreg.h Revert previous commit and add myself to the list of people who should 2009-09-08 13:19:05 +00:00
if_epvar.h - Add a private timer to drive the transmit watchdog instead of using 2009-11-19 22:06:40 +00:00