Date: Thu, 18 Jun 1998 07:51:27 +0100 (BST) From: Doug Rabson <dfr@nlsystems.com> To: Bruce Evans <bde@FreeBSD.ORG> Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: Re: 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: <Pine.BSF.3.95q.980618075007.27009D-100000@herring.nlsystems.com> In-Reply-To: <199806171458.HAA29783@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 17 Jun 1998, Bruce Evans wrote: > 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 *. I always hated that fact that you had to know the name of the interrupt routine when writing a config file. Does this mean that the individual drivers register their interrupt handlers during attach? -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 951 1891 Fax: +44 181 381 1039 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?Pine.BSF.3.95q.980618075007.27009D-100000>