Date: Wed, 17 Jun 1998 07:58:05 -0700 (PDT) From: Bruce Evans <bde@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 Message-ID: <199806171458.HAA29783@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sys/conf>, 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806171458.HAA29783>