From owner-freebsd-commit Fri Nov 17 20:20:23 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA17954 for freebsd-commit-outgoing; Fri, 17 Nov 1995 20:20:23 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA17890 for cvs-all-outgoing; Fri, 17 Nov 1995 20:20:12 -0800 Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA17847 for cvs-sys-outgoing; Fri, 17 Nov 1995 20:20:06 -0800 Received: (from bde@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id UAA17764 ; Fri, 17 Nov 1995 20:19:48 -0800 Date: Fri, 17 Nov 1995 20:19:48 -0800 From: Bruce Evans Message-Id: <199511180419.UAA17764@freefall.freebsd.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/gnu/i386/isa nic3008.c Sender: owner-commit@FreeBSD.ORG Precedence: bulk bde 95/11/17 20:19:47 Modified: sys/gnu/i386/isa nic3008.c Log: Fixed the type of nic_listen(). A trailing arg was missing. Fixed calls to s_intr(). There was sometimes an extra trailing arg.