cvs commit: src/sys/dev Makefile

YONETANI Tomokazu qhwt+dragonfly-commits at les.ath.cx
Sun Apr 25 18:12:25 PDT 2004


Hi.

On Sun, Apr 25, 2004 at 01:42:25PM +0000, David Rhodus wrote:
> Matthew Dillon wrote:
> 
> >:drhodus     2004/04/23 21:11:10 PDT
> >:
> >:DragonFly src repository
> >:
> >:  Modified files:
> >:    sys/dev              Makefile 
> >:  Log:
> >:  Add in the new acpica5 to the device build path.
> >:  
> >:  Revision  Changes    Path
> >:  1.3       +1 -1      src/sys/dev/Makefile
> >:
> >:
> >:http://www.dragonflybsd.org/cvsweb/src/sys/dev/Makefile.diff?r1=1.2&r2=1.3&f=h
> >
> >   Ohhh... I don't know about that.  I don't think I ever did any testing
> >   of it, or entirely finished bringing it in.  This code should be
> >   considered extremely experiemental.
> >
> >   Also there might be an issue with the boot loader automatically loading
> >   the module.  It might be a good idea to rename the module for now.
> > 
> >
> 
> On the 20'something types of boards I tested this on, I found no 
> problems. Though
> yes, it is a good idea to wait till we get past a stable tag for this.

Does acpica5 successfully load when you're using UP kernel?
I have only tested it with UP kernel, but it complains that
required module `pci' is missing and wouldn't load. If I remove
MODULE_DEPEND() from /sys/i386/acpica5/acpi_pci.c, it fails
saying undefined symbol lapic_init . I've grep'ped it with

$ grep -r lapic_init /sys/

but no definition was found.





More information about the Commits mailing list