From owner-freebsd-commit Wed Jul 5 00:21:52 1995 Return-Path: commit-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA07010 for commit-outgoing; Wed, 5 Jul 1995 00:21:52 -0700 Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA06968 for cvs-sys-outgoing; Wed, 5 Jul 1995 00:21:43 -0700 Received: (from davidg@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id AAA06937 ; Wed, 5 Jul 1995 00:21:36 -0700 Date: Wed, 5 Jul 1995 00:21:36 -0700 From: David Greenman Message-Id: <199507050721.AAA06937@freefall.cdrom.com> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/i386/isa if_ep.c Sender: commit-owner@FreeBSD.org Precedence: bulk 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.