Date: Wed, 5 Jul 1995 00:21:36 -0700 From: David Greenman <davidg> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa if_ep.c Message-ID: <199507050721.AAA06937@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
davidg 95/07/05 00:21:35 Modified: sys/i386/isa if_ep.c Log: 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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199507050721.AAA06937>