From owner-cvs-sys Sat Mar 21 11:23:57 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA10992 for cvs-sys-outgoing; Sat, 21 Mar 1998 11:23:57 -0800 (PST) (envelope-from owner-cvs-sys) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA10888; Sat, 21 Mar 1998 11:23:43 -0800 (PST) (envelope-from peter@FreeBSD.org) From: Peter Wemm Received: (from peter@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA04723; Sat, 21 Mar 1998 11:23:30 -0800 (PST) Date: Sat, 21 Mar 1998 11:23:30 -0800 (PST) Message-Id: <199803211923.LAA04723@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa si.c Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 1998/03/21 11:23:29 PST Modified files: (Branch: RELENG_2_2) sys/i386/isa si.c Log: merge from head: use a static interrupt handler rather than depending on the user specifying it in config.. The pci (and soon eisa) config routines specify it directly and need a prototype. If an isa device is configured, ioconf.h would supply an extra prototype which caused a warning. Revision Changes Path 1.53.2.2 +13 -10 src/sys/i386/isa/si.c