freebsd-dev/sys/dev/ep
David Greenman 9f77221854 Protected entire epioctl routine with splimp(). In this case, it is better
form to do this than it is relying on individual subroutines (the logic
in epioctl is itself very minimal). Ideally, unnecessary splimp()'s should
now be removed if they exist; I'll leave this for a later date (a complete
code review of the driver needs to be done). Fixes a bug I noticed that
would show up when ifconfig'ing the interface down.
1995-07-05 07:21:34 +00:00
..
if_ep.c Protected entire epioctl routine with splimp(). In this case, it is better 1995-07-05 07:21:34 +00:00
if_epreg.h Remove trailing whitespace. 1995-05-30 08:16:23 +00:00