Date: Mon, 23 Dec 2002 20:06:24 -0800 (PST) From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 22687 for review Message-ID: <200212240406.gBO46OXh013053@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=22687 Change 22687 by marcel@marcel_nfs on 2002/12/23 20:05:55 Make this compile on i386: o ACPI is loaded as a module by default. Therefore, do not make the ACPI bus driver optional. o Include opt_isa.h for the definition of DEV_ISA. Affected files ... .. //depot/projects/ia64/sys/dev/sio/sio_isa.c#12 edit Differences ... ==== //depot/projects/ia64/sys/dev/sio/sio_isa.c#12 (text+ko) ==== @@ -24,7 +24,7 @@ * $FreeBSD: src/sys/dev/sio/sio_isa.c,v 1.9 2002/05/06 09:02:55 dwmalone Exp $ */ -#include "opt_acpi.h" +#include "opt_isa.h" #include <sys/param.h> #include <sys/systm.h> @@ -202,9 +202,7 @@ return (error); } +DRIVER_MODULE(sio, acpi, sio_isa_driver, sio_devclass, 0, 0); #ifdef DEV_ISA DRIVER_MODULE(sio, isa, sio_isa_driver, sio_devclass, 0, 0); #endif -#ifdef DEV_ACPI -DRIVER_MODULE(sio, acpi, sio_isa_driver, sio_devclass, 0, 0); -#endif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212240406.gBO46OXh013053>
