diff options
| author | David Greenman <dg@FreeBSD.org> | 1996-11-18 02:45:46 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1996-11-18 02:45:46 +0000 |
| commit | 9c7d26071ee66e83ceae721924ffad06c520334b (patch) | |
| tree | b529bb85a01b164a7a2731c3362fd7bb23a010ca /sys/dev | |
| parent | 39c2b0394315c9ed428924ed647ef4c421eeb32a (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/fxp/if_fxp.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/fxp/if_fxp.c b/sys/dev/fxp/if_fxp.c index 63b8fb5d562d..9140a0601b6a 100644 --- a/sys/dev/fxp/if_fxp.c +++ b/sys/dev/fxp/if_fxp.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_fxp.c,v 1.20 1996/09/29 10:20:45 davidg Exp $ + * $Id: if_fxp.c,v 1.21 1996/10/12 19:49:43 bde Exp $ */ /* @@ -544,8 +544,7 @@ tbdinit: } /* - * Process interface interrupts. Returns 1 if the interrupt - * was handled, 0 if it wasn't. + * Process interface interrupts. */ static void fxp_intr(arg) |
