From owner-cvs-sys Mon Jun 30 17:47:54 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id RAA26212 for cvs-sys-outgoing; Mon, 30 Jun 1997 17:47:54 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA26176; Mon, 30 Jun 1997 17:47:35 -0700 (PDT) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA21979; Mon, 30 Jun 1997 17:45:45 -0700 (PDT) Date: Mon, 30 Jun 1997 17:45:45 -0700 (PDT) Message-Id: <199707010045.RAA21979@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/eisa if_vx_eisa.c src/sys/pci if_vx_pci.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/06/30 17:45:45 PDT Modified files: sys/i386/eisa if_vx_eisa.c sys/pci if_vx_pci.c Log: Don't cast function pointers to (void *). This will cause warnings. They should be fixed when similar warnings for the general interrupt attach routines are fixed. Removed unused #include. Revision Changes Path 1.3 +2 -4 src/sys/i386/eisa/if_vx_eisa.c 1.4 +1 -3 src/sys/pci/if_vx_pci.c