From owner-cvs-all Wed Jun 17 07:59:08 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id HAA05510 for cvs-all-outgoing; Wed, 17 Jun 1998 07:59:08 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) 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 HAA05505; Wed, 17 Jun 1998 07:59:07 -0700 (PDT) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id HAA29783; Wed, 17 Jun 1998 07:58:05 -0700 (PDT) Date: Wed, 17 Jun 1998 07:58:05 -0700 (PDT) Message-Id: <199806171458.HAA29783@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/i386 machdep.c src/sys/i386/include conf.h src/sys/i386/isa if_wl.c isa_device.h src/sys/i386/isa/sound ad1848.c src/sys/pci ide_pci.c src/sys/sys conf.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1998/06/17 07:58:05 PDT Modified files: sys/i386/i386 machdep.c sys/i386/isa if_wl.c isa_device.h sys/i386/isa/sound ad1848.c sys/pci ide_pci.c sys/sys conf.h Removed files: sys/i386/include conf.h Log: Don't declare isa device structs or isa interrupt handlers in , and don't depend on them being declared there. This will cause lots of warnings for a few minutes until config is updated. Interrupt handlers should never have been configured by config, and the machine generated declarations get in the way of changing the arg type from int to void *. Revision Changes Path 1.300 +4 -1 src/sys/i386/i386/machdep.c 1.13 +1 -2 src/sys/i386/isa/if_wl.c 1.48 +52 -1 src/sys/i386/isa/isa_device.h 1.24 +3 -1 src/sys/i386/isa/sound/ad1848.c 1.12 +1 -2 src/sys/pci/ide_pci.c 1.41 +1 -3 src/sys/sys/conf.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message